scrapy/scrapy
Laerte Pereira 1a6408c3fa
Remove `FilteringLinkExtractor`
2022-11-21 07:30:20 -03:00
..
commands Prevent running the -O and -t command-line options together (#5605) 2022-10-27 14:43:31 +02:00
contracts Some type hints 2020-12-02 10:39:10 -03:00
core Fixed deprecation warning in scrapy.core.engine (#5589) 2022-10-26 23:58:20 +05:00
downloadermiddlewares Relax Proxy-Authorization restrictions 2022-09-14 14:47:14 +02: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 BOM should take precedence over Content-Type header when detecting the encoding closes #5601 2022-08-28 20:28:13 +04:30
linkextractors Remove `FilteringLinkExtractor` 2022-11-21 07:30:20 -03:00
loader Fix issue#5145 2021-10-10 15:55:22 -04:00
pipelines Merge branch 'master' into 3689-update 2022-11-07 16:33:21 +05:00
selector Remove unnecessary reference to private parsel.Selector._default_type (#5006) 2021-03-22 11:24:10 +01:00
settings 2.7 release notes (#5680) 2022-10-17 18:04:29 +05:00
spidermiddlewares Extract more common code. 2022-07-28 13:44:36 +05:00
spiders CrawlSpider: pass cb_kwargs from process_request 2022-10-30 13:17:37 -03:00
templates 2.7 release notes (#5680) 2022-10-17 18:04:29 +05:00
utils Remove deprecated code (#5719) 2022-11-21 09:32:26 +01:00
VERSION Bump version: 2.7.0 → 2.7.1 2022-11-02 17:00:47 +06: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 minor fix for readability 2022-11-15 16:28:45 +01:00
crawler.py Verify that the installed asyncio event loop matches ASYNCIO_EVENT_LOOP (#5529) 2022-10-15 11:27:00 +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 Update for Python 3.7+ 2022-06-16 20:53:14 +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 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 Implement spider middleware iterable upgrade/downgrade. 2022-01-11 18:28:32 +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 Mind body to choose response class in cache, FTP and HTTP/1.0 (#4873) 2022-06-16 20:52:19 +02: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