scrapy/scrapy/utils
woxcab fbb411a805 Allowed passing objects of Mapping class or its subclass to the CaselessDict initializer 2017-03-13 14:16:39 +03: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 Fix #396 re-triggered issue 2016-11-30 09:52:44 +02: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 Optimization - avoid temporary list objects, unnecessary function call 2015-09-08 22:10:24 +03:00
deprecate.py fixed method override check in Python 2 2017-02-17 02:35:02 +05: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 3-bytes for gzip archive type sniffing 2017-03-07 11:02:46 +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 Respect log settings in custom_settings: fixes GH-1612 2017-03-03 18:01:11 +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 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 Some enhancements to Scrapy core: 2009-09-03 08:27:48 -03:00
project.py update data_path dosctring 2016-09-29 19:11:17 -03:00
python.py retry stats 2017-02-14 20:27:49 +05: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 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 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 Pass URLs around instead of Request/Responses 2017-03-01 17:51:23 +01:00