scrapy/scrapy
Eugenio Lacuesta 21f1eddc90
Merge branch 'master' into bytes_received_signal
2020-03-11 21:16:35 -03:00
..
commands Use a non-zero exit code when a pipeline's open_spider method throws an exception (#4207) 2020-02-26 00:46:05 +05:00
contracts Fix E502: backslash is redundant between brackets (#4238) 2019-12-17 13:53:15 +01:00
core Merge branch 'master' into bytes_received_signal 2020-03-11 21:16:35 -03:00
downloadermiddlewares Obsolete deprecated settings 2020-03-03 14:03:30 +00:00
extensions updated with new macOS name (#4308) (#4323) 2020-02-29 00:42:07 +05:00
http Write release notes for Scrapy 2.0.0 (#4329) 2020-03-03 09:11:11 +01:00
linkextractors fix E22X flake8 2020-02-21 08:39:14 +01:00
loader Item loaders: allow single-argument processors (unbound methods) 2019-11-22 20:47:22 -03:00
pipelines Fix Flake8 errors 2020-01-24 15:58:52 +02:00
selector Remove unused imports 2019-11-21 14:21:17 +01:00
settings Obsolete deprecated settings 2020-03-03 14:03:30 +00:00
spidermiddlewares Fix handling of None in allowed_domains. 2020-03-07 20:34:18 +01:00
spiders Add errback parameter to scrapy.spiders.crawl.Rule (#4000) 2019-12-18 20:05:33 +05:00
templates fix typo (Response -> Request) 2019-04-05 14:31:15 -03:00
utils Remove deprecated SiteNode and MultiValueDict classes 2020-03-04 00:40:11 +00:00
VERSION Bump version: 1.8.0 → 2.0.0 2020-03-03 09:13:00 +01:00
__init__.py Convert the relative imports to absolute imports 2019-12-05 11:25:19 +11:00
__main__.py Add support for executing scrapy using -m option of python 2017-05-15 22:52:23 -03:00
_monkeypatches.py Remove six.PY2 and six.PY3 conditionals. 2019-11-14 13:45:37 +05:00
cmdline.py Fix E502: backslash is redundant between brackets (#4238) 2019-12-17 13:53:15 +01:00
crawler.py Specify Twisted reactor (TWISTED_REACTOR setting) (#4294) 2020-02-06 22:42:34 +05:00
dupefilters.py Update RFPDupeFilter line separator for correct universal newlines mode usage (#4283) 2020-02-06 22:14:40 +01:00
exceptions.py Add missing blank lines between functions and classes 2019-11-18 17:16:09 +01:00
exporters.py Make BaseItemExporter’s dont_fail parameter keyword-only 2020-02-24 13:28:15 +01:00
extension.py Add missing blank lines between functions and classes 2019-11-18 17:16:09 +01:00
interfaces.py Add missing blank lines between functions and classes 2019-11-18 17:16:09 +01:00
item.py Remove six.PY2 and six.PY3 conditionals. 2019-11-14 13:45:37 +05:00
link.py Fix flake8-detected errors. 2019-11-14 15:24:37 +05:00
logformatter.py Write release notes for Scrapy 2.0.0 (#4329) 2020-03-03 09:11:11 +01:00
mail.py Fix mail attachs tcmime *** (#4229) 2019-12-17 09:47:01 +08:00
middleware.py Fix E502: backslash is redundant between brackets (#4238) 2019-12-17 13:53:15 +01:00
mime.types moved module scrapy.core.downloader.responsetypes to scrapy.responsetypes 2011-08-07 02:49:57 -03:00
pqueues.py Remove specifics of downstream request queues from scheduler (#3884) 2020-02-22 17:02:57 +05:00
resolver.py Remove unnecessary comma (#4369) 2020-02-24 12:02:00 +01:00
responsetypes.py fix E30X flake8 (#4355) 2020-02-21 06:05:31 +01:00
robotstxt.py Add missing blank lines between functions and classes 2019-11-18 17:16:09 +01:00
shell.py Merge pull request #4347 from noviluni/deprecate_sel_shortcut 2020-02-20 02:56:34 +05:00
signalmanager.py Merge remote-tracking branch 'upstream/master' into remove-six-code 2019-11-20 12:41:38 -03:00
signals.py Merge branch 'master' into bytes_received_signal 2020-03-11 21:16:35 -03:00
spiderloader.py fix E22X flake8 2020-02-21 08:39:14 +01:00
squeues.py Remove specifics of downstream request queues from scheduler (#3884) 2020-02-22 17:02:57 +05:00
statscollectors.py Fix W391 Blank line at end of file (#4137) 2019-11-07 17:47:35 +01:00