scrapy/tests/AsyncCrawlerProcess
Andrey Rakhmatullin 0c6ccf50b3
Docs for the reactorless mode (#7385)
* Reactorless mode docs.

* Unset the ftp handler in the reactorless mode.

* Cleanup reactorless subprocess tests.

* Better handling of incompatible TWISTED_ENABLED cases.

* Improvements.

* Improve early error logging in test scripts.

* Address feedback.

* Address feedback.
2026-04-01 20:40:34 +05:00
..
args_settings.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
asyncio_custom_loop.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
asyncio_custom_loop_custom_settings_different.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
asyncio_custom_loop_custom_settings_same.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
asyncio_deferred_signal.py Deprecate spider args of middlewares and pipelines. (#7006) 2025-08-21 13:23:10 +05:00
asyncio_enabled_no_reactor.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
asyncio_enabled_reactor.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
asyncio_enabled_reactor_different_loop.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
asyncio_enabled_reactor_same_loop.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
caching_hostname_resolver.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
caching_hostname_resolver_ipv6.py Unified download handler exceptions (#7208) 2026-01-21 23:09:54 +05:00
default_name_resolver.py Unified download handler exceptions (#7208) 2026-01-21 23:09:54 +05:00
multi.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
reactor_default.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
reactorless_custom_settings.py Docs for the reactorless mode (#7385) 2026-04-01 20:40:34 +05:00
reactorless_datauri.py Foundations for the reactorless mode. (#7199) 2026-01-31 20:48:54 +05:00
reactorless_import_hook.py Docs for the reactorless mode (#7385) 2026-04-01 20:40:34 +05:00
reactorless_reactor.py Docs for the reactorless mode (#7385) 2026-04-01 20:40:34 +05:00
reactorless_simple.py Docs for the reactorless mode (#7385) 2026-04-01 20:40:34 +05:00
reactorless_sleeping.py AsyncCrawlerProcess._start_asyncio() improvements. (#7366) 2026-03-27 12:21:25 +01:00
reactorless_telnetconsole_disabled.py Docs for the reactorless mode (#7385) 2026-04-01 20:40:34 +05:00
reactorless_telnetconsole_enabled.py Docs for the reactorless mode (#7385) 2026-04-01 20:40:34 +05:00
simple.py Foundations for the reactorless mode. (#7199) 2026-01-31 20:48:54 +05:00
sleeping.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
twisted_reactor_asyncio.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
twisted_reactor_custom_settings.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
twisted_reactor_custom_settings_same.py Add `AsyncCrawlerProcess` and `Crawler.crawl_async()` (#6817) 2025-05-28 18:55:44 +05:00
twisted_reactor_custom_settings_select.py Bump tool versions. (#6941) 2025-07-05 10:30:30 +02:00