scrapy/scrapy/utils
Julia Medina ffd97f2f1b Set root handlers based on settings in configure_logging 2015-04-22 17:24:40 -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 config: look in ~/.config/scrapy.cfg as well 2015-03-26 20:36:14 +00: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 Deprecate body_or_str helper function only used by xml iterators 2013-11-19 19:21:54 -02:00
defer.py process_parallel was leaking the failures on its internal deferreds. closes #458 2013-11-09 02:12:52 -02:00
deprecate.py Merge pull request #582 from kmike/inspect-workaround 2014-02-06 19:41:32 -08: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 Replace scrapy.log calls for their equivalents in the logging std module 2015-04-22 17:24:39 -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 Set root handlers based on settings in configure_logging 2015-04-22 17:24:40 -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 don't hide original exception in scrapy.utils.misc.load_object 2014-09-24 13:27:14 +06: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 Add Response.urljoin() testcase 2015-03-27 05:59:01 +00: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 scrapy.log calls for their equivalents in the logging std module 2015-04-22 17:24:39 -03:00
sitemap.py Fixed XXE flaw in sitemap reader 2014-04-01 23:54:04 +08:00
spider.py Replace scrapy.log calls for their equivalents in the logging std module 2015-04-22 17:24:39 -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 Use LogCapture in testfixtures package for tests 2015-04-22 17:24:40 -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