Andrey Rakhmatullin
|
eabb149f4b
|
Deprecate DOWNLOADER_CLIENTCONTEXTFACTORY, add DOWNLOAD_VERIFY_CERTIFICATES (#7379)
* Deprecate DOWNLOADER_CLIENTCONTEXTFACTORY.
* Deprecate BrowserLikeContextFactory.
* Add DOWNLOAD_VERIFY_CERTIFICATES.
* Cleanup, add acceptableCiphers to the verifying path.
|
2026-04-01 15:18:43 +05:00 |
Andrey Rakhmatullin
|
6fe27ba33e
|
Add more no-reactor tests (#7259)
* Generic changes and scrapy bench.
* scrapy check.
* scrapy crawl.
* scrapy fetch.
* scrapy parse.
* scrapy runspider.
* scrapy shell.
* Skip httpx tests on default-reactor.
* Review requires_reactor marks.
* Make test functions that require an event loop async def.
* Improve test_pending_asyncio_tasks().
* Add Mac OS DNS error.
* Refactor most of test_scheduler.py.
* Finish refactoring DownloaderAwareSchedulerTestMixin.
* Refactor test_engine_loop.py.
* Add the no-reactor-extra-deps tox env, run no-reactor on macos.
* Skip unhandled CancelledError when shutting down the engine.
* Fix typing and pre-commit checks.
* Fix typing problems in master.
---------
Co-authored-by: Adrian <adrian@zyte.com>
|
2026-03-24 15:29:22 +05:00 |
Andrey Rakhmatullin
|
9f4651151d
|
Deprecate ScrapyCommand.set_crawler(), remove/fix some dead code. (#7276)
|
2026-03-24 10:36:48 +01:00 |
Julian Hamze
|
c148ec4433
|
Add a DOWNLOAD_BIND_ADDRESS setting for download handlers (#7283)
|
2026-03-19 09:16:40 +01:00 |
Andrey Rakhmatullin
|
fc30c47f38
|
Add HttpxDownloader. (#7239)
|
2026-02-12 09:30:44 +01:00 |