scrapy/tests/AsyncCrawlerProcess
Andrey Rakhmatullin fee20b7858
AsyncCrawlerProcess._start_asyncio() improvements. (#7366)
2026-03-27 12:21:25 +01: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_datauri.py Foundations for the reactorless mode. (#7199) 2026-01-31 20:48:54 +05:00
reactorless_import_hook.py Foundations for the reactorless mode. (#7199) 2026-01-31 20:48:54 +05:00
reactorless_reactor.py Foundations for the reactorless mode. (#7199) 2026-01-31 20:48:54 +05:00
reactorless_simple.py Foundations for the reactorless mode. (#7199) 2026-01-31 20:48:54 +05:00
reactorless_sleeping.py AsyncCrawlerProcess._start_asyncio() improvements. (#7366) 2026-03-27 12:21:25 +01:00
reactorless_telnetconsole_default.py Foundations for the reactorless mode. (#7199) 2026-01-31 20:48:54 +05:00
reactorless_telnetconsole_disabled.py Foundations for the reactorless mode. (#7199) 2026-01-31 20:48:54 +05:00
reactorless_telnetconsole_enabled.py Foundations for the reactorless mode. (#7199) 2026-01-31 20:48:54 +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