scrapy/scrapy
Mikhail Korobov 7eeca55c70
Merge pull request #6197 from Rotzbua/refactor_yield
refactor(yield): use `yield from` syntax
2024-01-12 00:35:56 +05:00
..
commands Rename methods. 2023-09-13 15:47:22 +04:00
contracts Fix and remove most of the entries from the mypy ignore list (#6137) 2023-11-07 09:34:35 +01:00
core refactor(yield): use `yield from` syntax 2024-01-05 12:30:10 +01:00
downloadermiddlewares Full typing for scrapy/downloadermiddlewares (#6129) 2023-11-06 08:52:14 +01:00
extensions create_instance → build_from_crawler, build_from_settings (#6169) 2023-12-18 11:51:02 +01:00
http Add JsonResponse (#6174) 2023-12-21 10:36:21 +01:00
linkextractors added_extensions 2023-10-30 21:40:26 -06:00
loader Fix and remove most of the entries from the mypy ignore list (#6137) 2023-11-07 09:34:35 +01:00
pipelines refactor(): use `OSError` exception 2024-01-05 12:36:36 +01:00
selector More typing for scrapy/utils/iterators.py. 2023-08-06 00:35:33 +04:00
settings [Solved] JOBDIR= None for when Scheduler initializes disk queue even if JOBDIR is empty string (#6124) 2023-10-31 17:37:26 +04:00
spidermiddlewares Full typing for scrapy/spidermiddlewares. 2023-11-02 23:40:14 +04:00
spiders refactor(yield): use `yield from` syntax 2024-01-05 12:30:10 +01:00
templates Support genspider with HTTPS (#5808) 2023-03-14 08:13:44 +01:00
utils refactor(yield): use `yield from` syntax 2024-01-05 12:30:10 +01:00
VERSION Bump version: 2.10.1 → 2.11.0 2023-09-18 15:24:28 +04:00
__init__.py Drop Python 3.7 support. 2023-06-18 18:37:50 +04:00
__main__.py adding black formatter to all the code 2022-11-29 11:30:46 -03:00
addons.py create_instance → build_from_crawler, build_from_settings (#6169) 2023-12-18 11:51:02 +01:00
cmdline.py Add support for the new entry_points() interface. 2023-07-22 18:46:44 +04:00
crawler.py create_instance → build_from_crawler, build_from_settings (#6169) 2023-12-18 11:51:02 +01:00
dupefilters.py Remove support for dupefilters without a fingerprinter 2023-10-17 22:44:15 -03:00
exceptions.py Full typing for scrapy/exceptions.py. 2023-08-09 23:56:16 +04:00
exporters.py Remove deprecated PythonItemExporter.binary (#6007) 2023-08-10 07:36:42 +02:00
extension.py Upgrade CI tools 2023-02-02 06:37:40 +01:00
interfaces.py Remove unneeded code. 2023-06-26 16:57:46 +04:00
item.py adding black formatter to all the code 2022-11-29 11:30:46 -03:00
link.py Full typing for scrapy/link.py. 2023-08-09 23:56:16 +04:00
logformatter.py Update type hints for Twisted 23.8.0. (#6034) 2023-09-01 08:47:23 +02:00
mail.py Fix charset handling in MailSender #5096 (#5118) 2023-09-07 07:47:42 +02:00
middleware.py create_instance → build_from_crawler, build_from_settings (#6169) 2023-12-18 11:51:02 +01:00
mime.types moved module scrapy.core.downloader.responsetypes to scrapy.responsetypes 2011-08-07 02:49:57 -03:00
pqueues.py create_instance → build_from_crawler, build_from_settings (#6169) 2023-12-18 11:51:02 +01:00
py.typed Add py.typed 2023-09-21 13:06:12 +02:00
resolver.py Add typing to scrapy/utils/datatypes.py. 2023-05-07 01:48:09 +04:00
responsetypes.py Add JsonResponse (#6174) 2023-12-21 10:36:21 +01:00
robotstxt.py Full typing for scrapy/downloadermiddlewares (#6129) 2023-11-06 08:52:14 +01:00
shell.py Upgrade CI tools 2023-02-02 06:37:40 +01:00
signalmanager.py Typing improvements for some core components (#5889) 2023-04-11 13:47:41 +02:00
signals.py Add feed_slot_closed and feed_exporter_closed signals (#5876) 2023-04-26 08:20:37 +02:00
spiderloader.py Full typing for scrapy/spiderloader.py. 2023-08-09 23:56:16 +04:00
squeues.py Remove functions deprecated in 2.6.0 (#5996) 2023-08-03 17:06:55 +02:00
statscollectors.py Typing improvements for some core components (#5889) 2023-04-11 13:47:41 +02:00