scrapy/scrapy
Akshay Sharma bedd4e51e1
Merge branch 'master' into integrate-mime
2022-06-20 20:19:04 -04:00
..
commands Issue #3264, fix error handling when spider is not matched 2022-05-06 03:59:30 +03:00
contracts Some type hints 2020-12-02 10:39:10 -03:00
core Mind body to choose response class in cache, FTP and HTTP/1.0 (#4873) 2022-06-16 20:52:19 +02:00
downloadermiddlewares Fix redirect handling regression 2022-03-01 13:06:58 +01:00
extensions Mind body to choose response class in cache, FTP and HTTP/1.0 (#4873) 2022-06-16 20:52:19 +02:00
http Remove Python 2 code from WrappedRequest 2022-02-11 06:19:27 -03:00
linkextractors Fix typos 2021-10-11 22:32:42 +08:00
loader Fix issue#5145 2021-10-10 15:55:22 -04:00
pipelines Centralize request fingerprints (#4524) 2022-06-07 18:44:54 +02:00
selector Remove unnecessary reference to private parsel.Selector._default_type (#5006) 2021-03-22 11:24:10 +01:00
settings Support and prefer the .jsonl file extension (#4848) 2022-06-17 08:37:14 +02:00
spidermiddlewares Merge pull request #4694 from Jgaldos/improve-httpstatus-all-meta 2021-04-01 22:43:45 +05:00
spiders Fix csviter call, add parse_rows test (#5394) 2022-02-08 14:57:19 +01:00
templates Centralize request fingerprints (#4524) 2022-06-07 18:44:54 +02:00
utils Drop Python 3.6 support (#5514) 2022-06-09 00:25:03 -03:00
VERSION Bump version: 2.6.0 → 2.6.1 2022-03-01 13:48:40 +01:00
__init__.py Drop Python 3.6 support (#5514) 2022-06-09 00:25:03 -03:00
__main__.py Add support for executing scrapy using -m option of python 2017-05-15 22:52:23 -03:00
cmdline.py Move from optparse to argparse (#5374) 2022-02-09 20:52:07 +01:00
crawler.py Centralize request fingerprints (#4524) 2022-06-07 18:44:54 +02:00
dupefilters.py Centralize request fingerprints (#4524) 2022-06-07 18:44:54 +02:00
exceptions.py Change super syntax (#4707) 2020-08-04 20:42:01 +02:00
exporters.py Remove deprecated BaseItem class 2022-02-06 18:12:28 -03: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 deprecated DictItem class 2022-02-06 18:31:55 -03: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 Some type hints 2020-12-02 10:39:10 -03:00
middleware.py Remove unused MiddlewareManager._process_chain_both(). 2021-12-31 18:35:19 +05:00
mime.types moved module scrapy.core.downloader.responsetypes to scrapy.responsetypes 2011-08-07 02:49:57 -03:00
pqueues.py Add peek method to queues (#5112) 2021-04-26 14:55:02 -03:00
resolver.py HostResolution implementation 2020-10-09 10:38:07 -03:00
responsetypes.py Refactored _guess_content_type 2022-06-20 20:15:33 -04:00
robotstxt.py Merge remote-tracking branch 'upstream/master' into documentation-build 2020-08-11 13:16:14 +02:00
shell.py Engine: deprecations and type hints (#5090) 2021-04-20 08:45:28 -03:00
signalmanager.py Merge branch 'master' into documentation-build 2020-04-28 21:07:14 +02:00
signals.py headers_received signal (#4897) 2021-03-11 11:52:35 -03:00
spiderloader.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
squeues.py Refactor request to/from dict (#5130) 2021-05-10 18:00:08 +02:00
statscollectors.py Change super syntax (#4707) 2020-08-04 20:42:01 +02:00