scrapy/scrapy/utils
Fredrik Bergenlid 6a2d2c3b77 Improve gunzip performance for big files 2018-06-01 21:38:07 +02:00
..
__init__.py mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
benchserver.py correctly process arguments for bench server 2016-01-21 18:44:37 +05:00
boto.py use absolute_import to import external boto package 2016-02-15 20:16:40 +03:00
conf.py Validate values for components order 2017-02-07 09:13:57 -03:00
console.py increase ptpython priority since it can use other shells as backend 2017-05-18 16:57:13 +00:00
datatypes.py Allowed passing objects of Mapping class or its subclass to the CaselessDict initializer 2017-03-13 14:16:39 +03:00
decorator.py scrapy/utils/decorator.py shim 2015-04-29 21:27:19 -03:00
decorators.py Rename scrapy/utils/decorator.py to scrapy/utils/decorators.py 2015-04-29 21:27:19 -03:00
defer.py Changed some documentations (#3089) 2018-01-26 01:12:17 +05:00
deprecate.py Use https links wherever possible 2017-10-28 16:24:40 +05:30
display.py Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06:00
engine.py fix a reference to unexistent engine.slots. closes #593 2014-02-14 15:31:05 -02:00
ftp.py Added new Feed exports extension with documentation and storage tests. Closes #197. 2010-08-17 14:27:48 -03:00
gz.py Improve gunzip performance for big files 2018-06-01 21:38:07 +02:00
http.py Use https links wherever possible 2017-10-28 16:24:40 +05:30
httpobj.py PY3: use six for robotparser and urlparse 2014-07-14 21:26:37 +08:00
iterators.py response.text. Fixes GH-1729. 2016-01-27 01:28:11 +05:00
job.py Initial support for a persistent scheduler, to support pausing and resuming 2011-08-02 11:57:55 -03:00
log.py Use https links wherever possible 2017-10-28 16:24:40 +05:30
markup.py Moved several functions from scrapy.utils.{http,markup,multipart,response,url} (and their tests) to a new library called 'w3lib'. Scrapy will now depend on w3lib. 2011-04-18 22:37:19 -03:00
misc.py retry stats 2017-02-14 20:27:49 +05:00
multipart.py Moved several functions from scrapy.utils.{http,markup,multipart,response,url} (and their tests) to a new library called 'w3lib'. Scrapy will now depend on w3lib. 2011-04-18 22:37:19 -03:00
ossignal.py Fix OS signal names 2018-01-27 21:24:15 +00:00
project.py update data_path dosctring 2016-09-29 19:11:17 -03:00
python.py Use getfullargspec under the scenes for py3 to stop DeprecationWarning (#2864) 2017-08-01 11:14:43 -03:00
reactor.py Fix typo in docstring 2016-02-19 17:32:01 +03:00
reqser.py [MRG+2] add flags to request (#2082) 2017-02-20 20:42:29 +06:00
request.py Use w3lib.url.canonicalize_url() from w3lib 1.15.0 2016-08-16 17:42:16 +05:30
response.py retry stats 2017-02-14 20:27:49 +05:00
serialize.py Add set serialization to ScrapyJSONEncoder 2016-07-22 17:20:03 -04:00
signal.py PY3 port signals 2015-07-25 18:04:55 +02:00
sitemap.py handle relative sitemap urls in robots.txt 2016-12-01 09:53:40 -03:00
spider.py Move scrapy/spider.py to scrapy/spiders/__init__.py 2015-05-09 04:20:09 -03:00
template.py PY3 port bench, startproject, genspider, list and runspider commands 2015-10-12 17:59:49 +05:00
test.py added test for gcs policy 2018-04-03 18:06:34 +09:00
testproc.py PY3 fix test cmdline 2015-08-08 04:19:55 +05:00
testsite.py Add test for fetch command with redirections disabled 2016-11-24 13:41:51 +01:00
trackref.py Add docstrings 2015-08-10 19:35:57 -03:00
url.py Use https links wherever possible 2017-10-28 16:24:40 +05:30
versions.py Print cryptography package version 2017-09-07 11:43:20 +02:00