scrapy/scrapy/utils
Paul Tremberth efbe75ea5e Use six.PY2 also for conditional imports 2016-04-26 16:14:15 +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 Add backwards compatibility for build_component_list 2015-11-11 17:39:56 +01:00
console.py Add support for bpython console. 2015-08-21 01:12:58 +01:00
datatypes.py deprecate unused and untested scrapy.utils.datatypes.MultiValueDict 2016-01-26 13:58:56 +05: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 Optimization - avoid temporary list objects, unnecessary function call 2015-09-08 22:10:24 +03:00
deprecate.py Relocate telnetconsole to extensions/ 2015-10-05 21:16:04 +03:00
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 Invert PY2/PY3 test for conditional read1() definition 2016-01-20 12:03:38 +01:00
http.py added new downloader middleware: ChunkedTransferMiddleware 2011-08-09 03:03:25 -03:00
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 drop deprecated "optional_features" set 2015-09-15 09:00:08 +00:00
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 Fix typo in docstring 2016-02-19 17:20:34 +03: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 Some enhancements to Scrapy core: 2009-09-03 08:27:48 -03:00
project.py PY3: use six.moves.cPickle 2014-07-14 17:15:28 +08:00
python.py Rename isbinarytext function to binary_is_text for clarity 2016-03-30 15:44:15 +00:00
reactor.py Fix typo in docstring 2016-02-19 17:32:01 +03:00
reqser.py PY port scrapy.utils.reqser 2015-08-04 02:17:46 +05:00
request.py Optimization - avoid temporary list objects, unnecessary function call 2015-09-08 22:10:24 +03:00
response.py Merge pull request #1881 from nyov/dedupe 2016-04-06 15:47:06 +02:00
serialize.py jsonrpc webservice moved to https://github.com/scrapy/scrapy-jsonrpc repository 2014-08-15 23:28:13 -03:00
signal.py PY3 port signals 2015-07-25 18:04:55 +02:00
sitemap.py Added: Making it case-insensitive when extracting sitemap URLs from a robots.txt 2016-04-02 02:04:50 +08: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 Pass exception directly to SkipTest() 2016-02-21 01:16:46 +01:00
testproc.py PY3 fix test cmdline 2015-08-08 04:19:55 +05:00
testsite.py py3: port fetch and shell commands, and review + enable already passing test_closespider.py and tests/test_utils_template.py 2016-01-20 23:01:29 +03:00
trackref.py Add docstrings 2015-08-10 19:35:57 -03:00
url.py Use six.PY2 also for conditional imports 2016-04-26 16:14:15 +02:00