| .. |
|
commands
|
scrapy parse: fix the signature of callbacks from the CLI (#6182)
|
2024-05-13 16:25:07 +02:00 |
|
contracts
|
Re-enable uvloop tests on 3.12 (#6098)
|
2023-11-16 19:16:31 +04:00 |
|
core
|
Merge remote-tracking branch 'scrapy/2.11' into 2.11
|
2024-05-13 16:27:40 +02:00 |
|
downloadermiddlewares
|
Merge branch 'redirect-protocols' into 2.11
|
2024-05-13 20:09:00 +02:00 |
|
extensions
|
Merge remote-tracking branch 'scrapy/2.11' into 2.11
|
2024-05-13 16:27:40 +02:00 |
|
http
|
Fix WrappedRequest.get_header raising TypeError if default is None (#6310)
|
2024-05-13 16:21:00 +02:00 |
|
linkextractors
|
fix: LxmlLinkExtractor unique_list missing key (#6221)
|
2024-05-13 16:19:52 +02:00 |
|
loader
|
sort imports with isort
|
2023-01-25 14:25:15 -06:00 |
|
pipelines
|
Fix a typing error with Twisted 24.7.0.
|
2024-08-26 19:16:41 +05:00 |
|
selector
|
Document missing parts of response.json method
|
2024-06-16 21:23:35 +05:00 |
|
settings
|
Merge remote-tracking branch 'scrapy/2.11' into 2.11
|
2024-05-13 16:27:40 +02:00 |
|
spidermiddlewares
|
Fix the offsite middleware missing some requests (#6358)
|
2024-05-13 15:32:53 +02:00 |
|
spiders
|
Add SpiderLoggerAdapter, change Spider.logger to return SpiderLoggerAdapter (#6324)
|
2024-05-13 16:22:46 +02:00 |
|
templates
|
Support genspider with HTTPS (#5808)
|
2023-03-14 08:13:44 +01:00 |
|
utils
|
Merge remote-tracking branch 'scrapy/2.11' into 2.11
|
2024-05-13 16:27:40 +02:00 |
|
VERSION
|
Bump version: 2.11.1 → 2.11.2
|
2024-05-14 13:23:23 +02: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
|
Small improvements,
|
2023-09-13 16:17:52 +04:00 |
|
cmdline.py
|
Add support for the new entry_points() interface.
|
2023-07-22 18:46:44 +04:00 |
|
crawler.py
|
Merge pull request #6064 from wRAR/signals-proper
|
2023-11-16 19:15:30 +04:00 |
|
dupefilters.py
|
Move more things from Crawler.__init__() to .crawl().
|
2023-09-08 19:29:05 +04: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
|
Full typing for scrapy/crawler.py and scrapy/spiders/__init__.py.
|
2023-08-09 23:56:16 +04:00 |
|
mime.types
|
moved module scrapy.core.downloader.responsetypes to scrapy.responsetypes
|
2011-08-07 02:49:57 -03:00 |
|
pqueues.py
|
sort imports with isort
|
2023-01-25 14:25:15 -06:00 |
|
resolver.py
|
Add typing to scrapy/utils/datatypes.py.
|
2023-05-07 01:48:09 +04:00 |
|
responsetypes.py
|
Full typing for scrapy/responsetypes.py.
|
2023-08-09 23:56:16 +04:00 |
|
robotstxt.py
|
Handle robots.txt files not UTF-8 encoded (#6298)
|
2024-05-13 16:21:57 +02: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 |