scrapy/scrapy/utils
Mikhail Korobov fa3d84b050 Merge pull request #1420 from scrapy/py3-trackrefs
PY3: port scrapy.utils.trackref
2015-08-11 18:21:34 +05: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 17:01:33 -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 replace rfc822 with email.utils 2015-07-29 13:51:01 +00:00
deprecate.py Add helper to update deprecated class paths 2015-06-01 17:01:33 -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 Rename unicode_to_str and str_to_unicode method. Fixes GH-778. 2015-07-23 15:00:06 +02: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-09 22:57:18 +05: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 replace rfc822 with email.utils 2015-07-29 13:51:01 +00: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 [tmp] improve python 3 support for scrapy.utils.url 2015-07-25 00:40:45 +02: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 PY port scrapy.utils.reqser 2015-08-04 02:17:46 +05:00
request.py Do not fail representing non-http requests 2015-08-10 14:10:58 -03:00
response.py PY3 port scrapy.utils.response 2015-08-01 00:35:43 +05: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 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 PY3 fix test cmdline 2015-08-08 04:19:55 +05:00
testsite.py remove scrapy.utils.testsite from PY3 ignores 2015-08-01 00:43:13 +05:00
trackref.py Add docstrings 2015-08-10 19:35:57 -03:00
url.py [tmp] improve python 3 support for scrapy.utils.url 2015-07-25 00:40:45 +02:00