scrapy/scrapy/utils
Daniel Graña b262411683 Backport fix compatibility with Twisted 15.4.0 2015-09-29 23:00:30 -03:00
..
__init__.py mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
benchserver.py Fix bench command 2014-07-31 12:28:35 -03:00
conf.py Add helper to update deprecated class paths 2015-06-01 20:39:29 -03:00
console.py fix IPython shell scope issue and load IPython user config 2014-08-18 18:41:05 -03:00
datatypes.py PY3: use six.iterkeys, six.iteritems, and tempfile 2014-07-14 18:47:22 +08: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 update docstring and release notes 2015-05-22 20:00:58 -03:00
deprecate.py Add helper to update deprecated class paths 2015-06-01 20:39:29 -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 use io.BytesIO and cStringIO instead of six.BytesIO as suggested 2014-07-15 20:51:12 +08: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 Change 'scrapy' logger for '__name__' on every module 2015-04-22 17:24:41 -03:00
job.py Initial support for a persistent scheduler, to support pausing and resuming 2011-08-02 11:57:55 -03:00
log.py DOC remove FailureFormatter mentions, stop copy-pasting configure_logging docstring 2015-06-12 16:09:46 -03: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 Move scrapy/contrib/downloadermiddleware to scrapy/downloadermiddlewares 2015-04-29 21:24:30 -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 Add re_first() to SelectorList and iflatten() to utils.python 2015-03-18 21:11:08 -03:00
reactor.py more core refactoring including moving engine next request call logic to a separate class 2011-07-25 10:46:00 -03:00
reqser.py Initial support for a persistent scheduler, to support pausing and resuming 2011-08-02 11:57:55 -03:00
request.py PY3: use six for robotparser and urlparse 2014-07-14 21:26:37 +08:00
response.py Backport fix compatibility with Twisted 15.4.0 2015-09-29 23:00:30 -03:00
serialize.py jsonrpc webservice moved to https://github.com/scrapy/scrapy-jsonrpc repository 2014-08-15 23:28:13 -03:00
signal.py Replace FailureFormatter with direct exc_info conversions in log calls 2015-05-15 05:46:14 -03:00
sitemap.py Fixed XXE flaw in sitemap reader 2014-04-01 23:54:04 +08:00
spider.py Move scrapy/spider.py to scrapy/spiders/__init__.py 2015-05-09 04:20:09 -03:00
template.py Dropped support for Python 2.5. See: http://blog.scrapy.org/scrapy-dropping-support-for-python-25 2012-03-01 08:18:12 -02:00
test.py Move scrapy/spider.py to scrapy/spiders/__init__.py 2015-05-09 04:20:09 -03:00
testproc.py TST cleanup: use assertIn instead of assert_ 2015-04-14 20:11:46 +05:00
testsite.py Test the parse command locally instead of against an external url 2015-01-19 10:28:25 -03:00
trackref.py Fix typo 2014-08-28 20:30:50 -04:00
url.py more python3 compatibility changes for urllib 2015-04-01 19:50:56 +00:00