scrapy/scrapy
Adrián Chaves c340e72988 Bump version: 2.3.0 → 2.4.0 2020-10-11 22:12:45 +02:00
..
commands allowing to run .pyw files (#4646) 2020-10-01 23:53:08 +05:00
contracts Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
core Drop the conditional code for old Twisted (#4820) 2020-10-01 20:22:17 +02:00
downloadermiddlewares Merge pull request #4823 from elacuesta/cookies-revert-header 2020-10-08 20:20:32 +05:00
extensions Merge pull request #4768 from maranqz/feature/4606-exporter-from-FEEDS 2020-10-02 00:10:05 +05:00
http Do not consider about: URLs invalid 2020-10-06 19:13:29 +02:00
linkextractors Change super syntax (#4707) 2020-08-04 20:42:01 +02:00
loader Use the itemlaoders library (#4516) 2020-07-15 12:08:36 +02:00
pipelines Remove dead boto2 code, deprecate is_botocore() (#4776) 2020-09-20 15:06:46 +02:00
selector Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
settings Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
spidermiddlewares Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
spiders Crawl rule: remove deprecated code 2020-09-29 23:37:28 -03:00
templates Support for dataclass and attrs items (#3881) 2020-06-14 11:45:27 +02:00
utils Merge pull request #4746 from Gallaecio/fix_iternodes 2020-10-06 20:14:04 +05:00
VERSION Bump version: 2.3.0 → 2.4.0 2020-10-11 22:12:45 +02:00
__init__.py Update Python version references after dropping support for 3.5 (#4742) 2020-08-27 15:43:43 +05:00
__main__.py Add support for executing scrapy using -m option of python 2017-05-15 22:52:23 -03:00
cmdline.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
crawler.py removed datatype specification for *args & ** kwargs 2020-10-01 06:46:12 +05:30
dupefilters.py Fix pycodestyle E2XX (whitespace) (#4468) 2020-04-15 14:11:37 +02:00
exceptions.py Change super syntax (#4707) 2020-08-04 20:42:01 +02:00
exporters.py Merge branch 'master' into 4307-use-f-strings 2020-08-29 07:12:44 +02: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 Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
link.py Documentation of link extractor usage (#4775) 2020-10-01 23:50:11 +05:00
logformatter.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
mail.py Flake8: Remove E128 (item, mail, responsetypes) 2020-05-06 18:35:50 -03:00
middleware.py Remove object base class (#4430) 2020-03-16 20:12:46 +01:00
mime.types moved module scrapy.core.downloader.responsetypes to scrapy.responsetypes 2011-08-07 02:49:57 -03:00
pqueues.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
resolver.py Change super syntax (#4707) 2020-08-04 20:42:01 +02:00
responsetypes.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
robotstxt.py Merge remote-tracking branch 'upstream/master' into documentation-build 2020-08-11 13:16:14 +02:00
shell.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
signalmanager.py Merge branch 'master' into documentation-build 2020-04-28 21:07:14 +02:00
signals.py Merge branch 'master' into bytes_received_signal 2020-03-11 21:16:35 -03:00
spiderloader.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
squeues.py Change super syntax (#4707) 2020-08-04 20:42:01 +02:00
statscollectors.py Change super syntax (#4707) 2020-08-04 20:42:01 +02:00