scrapy/scrapy
Eugenio Lacuesta ba29435138 Default values for OffsiteMiddleware
For some reason test_crawl.py seems to be skipping the spider_opened
method, which initializes the host_regex instance variable
2018-06-25 15:02:10 -03:00
..
commands Return non-zero exit code from scrapy commands in case of spider bootstrap errors 2018-06-14 19:58:48 +05:00
contracts
contrib
contrib_exp
core Deferred-like process_output/process_exception chain 2018-06-25 11:16:19 -03:00
downloadermiddlewares Merge branch 'master' into master 2018-02-08 23:43:29 +03:00
extensions use INFO log level to show telnet host/port 2018-02-08 05:09:02 +05:00
http Added: Allowing optional arguments for `scrapy.http.cookies.CookieJar.clear` 2018-04-23 22:08:28 +08:00
linkextractors [MRG+1] Add 'flv' to ignored video extensions. (#3165) 2018-03-13 10:35:27 +03:00
loader Merge pull request #1467 from dacjames/master 2015-09-16 22:03:19 -03:00
pipelines set defalut value "" to FILES_STORE_GCS_ACL 2018-04-13 19:00:27 +09:00
selector Selector should not receive both response and text 2016-07-30 10:35:16 +03:00
settings set defalut value "" to FILES_STORE_GCS_ACL 2018-04-13 19:00:27 +09:00
spidermiddlewares Default values for OffsiteMiddleware 2018-06-25 15:02:10 -03:00
spiders Merge pull request #2854 from jenya/2853-sitemap-follow-alternate-fix 2017-08-21 19:15:03 +05:00
templates Migrate all subdomains on readthedocs.org to readthedocs.io 2017-10-28 16:53:32 +05:30
utils Improve gunzip performance for big files 2018-06-01 21:38:07 +02:00
xlib Wipe scrapy.xlib.tx 2016-12-02 21:22:35 +00:00
VERSION Bump version: 1.4.0 → 1.5.0 2017-12-30 02:09:52 +05:00
__init__.py drop deprecated "optional_features" set 2015-09-15 09:00:08 +00:00
__main__.py Add support for executing scrapy using -m option of python 2017-05-15 22:52:23 -03:00
_monkeypatches.py Use https links wherever possible 2017-10-28 16:24:40 +05:30
cmdline.py Move garbage_collect to scrapy.utils.python 2017-06-15 13:14:31 +03:00
command.py
conf.py
crawler.py Return non-zero exit code from scrapy commands in case of spider bootstrap errors 2018-06-14 19:58:48 +05:00
dupefilter.py
dupefilters.py
exceptions.py Undocument _InvalidOutput exception 2017-03-10 15:41:57 -03:00
exporters.py Use https links wherever possible 2017-10-28 16:24:40 +05:30
extension.py Replace BaseSettings._getcomposite() with public .getwithbase() method 2015-11-11 17:39:57 +01:00
interfaces.py
item.py BUG: Fix __classcell__ propagation. 2017-02-08 02:12:52 -04:00
link.py
linkextractor.py
log.py
logformatter.py [logformatter] backward compat comments 2017-03-17 08:11:20 +01:00
mail.py Use a helper for to_bytes() and None input 2017-10-05 10:16:42 +02:00
middleware.py Use long classes names for enabled middlewares in startup logs 2016-01-26 16:41:16 +01:00
mime.types
project.py
resolver.py Do not cache DNS responses when cache size is 0 2017-07-04 23:18:15 +02:00
responsetypes.py Merge pull request #1503 from demelziraptor/amazon-json-response 2016-09-12 13:21:16 -03:00
shell.py Populate spider variable when using shell.inspect_response 2017-07-03 11:28:04 -03:00
signalmanager.py Use https links wherever possible 2017-10-28 16:24:40 +05:30
signals.py
spider.py
spiderloader.py Add SPIDER_LOADER_WARN_ONLY to toggle between spiderloader failure and warning 2017-03-07 17:40:40 +01:00
spidermanager.py
squeue.py
squeues.py Clarify comment about Pyhton versions 2018-02-08 15:47:20 -03:00
stats.py
statscol.py
statscollectors.py
telnet.py Relocate telnetconsole to extensions/ 2015-10-05 21:16:04 +03:00