scrapy/scrapy
Adrian e28e56aa61
Use the json selector type for JsonResponse (#7972)
2026-08-15 21:15:16 +05:00
..
commands Type late Crawler attributes as always set instead of None (#7882) 2026-08-10 09:07:34 +02:00
contracts Use autodoc for contracts (#7775) 2026-07-24 15:35:54 +02:00
core Fail with a clear message when Spider.start() is not an asynchronous generator (#7946) 2026-08-14 14:25:35 +05:00
downloadermiddlewares Generalize the use of build_from_crawler() internally (#7808) 2026-08-10 20:55:10 +05:00
extensions Deprecate PeriodicLog.multiplier instead of removing it altogether (#7982) 2026-08-12 11:23:41 +05:00
http Document that follow_all requests share meta and cb_kwargs values (#7962) 2026-08-09 21:15:27 +05:00
linkextractors Canonicalize each extracted link once (#7961) 2026-08-09 22:30:30 +05:00
loader Small docs fixes. (#7598) 2026-06-11 10:51:03 +02:00
pipelines Document the ITEM_PROCESSOR setting (#7983) 2026-08-12 20:34:25 +05:00
selector Use the json selector type for JsonResponse (#7972) 2026-08-15 21:15:16 +05:00
settings Add a HTTP2_MAX_FRAME_SIZE setting (#7988) 2026-08-14 14:19:06 +05:00
spidermiddlewares Type late Crawler attributes as always set instead of None (#7882) 2026-08-10 09:07:34 +02:00
spiders Add doc sections for callbacks and errbacks (#7821) 2026-07-30 20:15:15 +05:00
templates Improve the item pipeline docs (#7676) 2026-06-26 16:18:22 +05:00
utils Deprecate interpolating log formatter messages with the returned dict (#7971) 2026-08-10 21:29:53 +05:00
VERSION Bump version: 2.16.0 → 2.17.0 2026-07-07 12:26:52 +02:00
__init__.py Remove code deprecated in 2.12.0 (#7126) 2025-10-27 17:14:38 +05:00
__main__.py Improve coverage statscollectors (#7641) 2026-06-19 16:59:25 +02:00
addons.py Assorted docstring fixes (#7698) 2026-06-30 18:27:32 +05:00
cmdline.py Improve test coverage for scrapy.cmdline (#7795) 2026-07-28 17:04:54 +05:00
crawler.py Generalize the use of build_from_crawler() internally (#7808) 2026-08-10 20:55:10 +05:00
dupefilters.py Type late Crawler attributes as always set instead of None (#7882) 2026-08-10 09:07:34 +02:00
exceptions.py Support CloseSpider during spider startup (#7905) 2026-08-10 10:06:54 +02:00
exporters.py Document how to write a custom item exporter (#7931) 2026-08-09 22:31:53 +05:00
extension.py Restore 2.14 getwithbase, add a new method for class key deduplication (#7449) 2026-04-22 19:01:59 +05:00
interfaces.py Remove non-Twisted uses of zope.interface (#7731) 2026-07-21 13:30:21 +02:00
item.py Release notes for 2.17.0 (#7723) 2026-07-07 14:57:42 +05:00
link.py Assorted docstring fixes (#7698) 2026-06-30 18:27:32 +05:00
logformatter.py Assorted docstring fixes (#7698) 2026-06-30 18:27:32 +05:00
mail.py Improve spiders coverage (#7768) 2026-07-28 15:24:04 +05:00
middleware.py Disable mypy allow_any_generics. (#7532) 2026-05-18 15:54:06 +02:00
mime.types moved module scrapy.core.downloader.responsetypes to scrapy.responsetypes 2011-08-07 02:49:57 -03:00
pqueues.py Type late Crawler attributes as always set instead of None (#7882) 2026-08-10 09:07:34 +02:00
py.typed Add py.typed 2023-09-21 13:06:12 +02:00
resolver.py Fix port issue with cached DNS (#7772) 2026-07-27 21:23:56 +05:00
responsetypes.py Improve test coverage for responsetypes.py (#7646) 2026-06-22 20:10:38 +05:00
robotstxt.py Add RobotParser.crawl_delay() and a robots_parsed signal (#7830) 2026-07-31 11:59:52 +05:00
shell.py Type late Crawler attributes as always set instead of None (#7882) 2026-08-10 09:07:34 +02:00
signalmanager.py Move to mypy --strict with exceptions. (#7300) 2026-03-02 15:47:23 +05:00
signals.py Add RobotParser.crawl_delay() and a robots_parsed signal (#7830) 2026-07-31 11:59:52 +05:00
spiderloader.py Remove non-Twisted uses of zope.interface (#7731) 2026-07-21 13:30:21 +02:00
squeues.py Disable mypy allow_any_generics. (#7532) 2026-05-18 15:54:06 +02:00
statscollectors.py Use autodoc for stats.rst (#7769) 2026-07-23 19:48:59 +05:00