scrapy/scrapy
Eugenio Lacuesta bde0384dfd
Merge branch 'master' into spider.parse
2020-03-14 19:53:36 -03:00
..
commands Export to multiple formats in a single crawl 2020-03-05 09:33:57 -03:00
contracts Fix E502: backslash is redundant between brackets (#4238) 2019-12-17 13:53:15 +01:00
core Merge branch 'master' into spider.parse 2020-03-14 19:53:36 -03:00
downloadermiddlewares Obsolete deprecated settings 2020-03-03 14:03:30 +00:00
extensions Remove all top-level imports for twisted.internet.reactor (#4406) 2020-03-14 10:39:00 +01:00
http Response.follow_all: return empty generators for empty sequences 2020-03-12 09:36:15 -03: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 Export to multiple formats in a single crawl 2020-03-05 09:33:57 -03:00
spidermiddlewares Ignore a domain in allowed_domains with port and issue a warning (#4413) 2020-03-12 20:42:14 +01:00
spiders Merge branch 'master' into spider.parse 2020-03-14 19:53:36 -03:00
templates fix typo (Response -> Request) 2019-04-05 14:31:15 -03:00
utils Remove all top-level imports for twisted.internet.reactor (#4406) 2020-03-14 10:39:00 +01: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 Remove all top-level imports for twisted.internet.reactor (#4406) 2020-03-14 10:39:00 +01: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 new signal 2020-02-05 11:31:27 +00: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