Adrián Chaves
|
036f3e5627
|
Support asynchronous start requests (#6729)
|
2025-05-07 19:04:03 +02:00 |
Andrey Rakhmatullin
|
fc566a7ff9
|
Don't install the reactor in is_asyncio_reactor_installed(). (#6732)
|
2025-03-14 20:46:17 +01:00 |
Emmanuel Rondan
|
e211ec0aa2
|
adding black formatter to all the code
|
2022-11-29 11:30:46 -03:00 |
elacuesta
|
35dafef7f1
|
Specify Twisted reactor (TWISTED_REACTOR setting) (#4294)
* Add the ability to install a specific reactor
* Add docs for the TWISTED_REACTOR setting
* Add tests for the TWISTED_REACTOR setting
* Update asyncio reactor test
* Ignore W503 globally
W503 is not PEP8-compliant:
c59c4376ad
* Line length adjustment
* Adjust asyncio reactor tests
* Merge ASYNCIO_ENABLED and TWISTED_REACTOR settings
* More docs about TWISTED_REACTOR
* Fix asyncio reactor test
* Docs: fix title
* Reword docs
* Check the TWISTED_REACTOR setting outside of the installing function
* Remove unrelated change
* Update scrapy/utils/log.py
Co-Authored-By: Adrián Chaves <adrian@chaves.io>
* Update docs/topics/settings.rst
Co-Authored-By: Adrián Chaves <adrian@chaves.io>
* Update docs/topics/settings.rst
Co-Authored-By: Adrián Chaves <adrian@chaves.io>
Co-authored-by: Adrián Chaves <adrian@chaves.io>
|
2020-02-06 22:42:34 +05:00 |
Andrey Rakhmatullin
|
dc1ee09481
|
Rename ASYNCIO_ENABLED to ASYNCIO_REACTOR, change the logic accordingly.
|
2019-12-27 21:56:28 +05:00 |
Andrey Rakhmatullin
|
bfb78b8dea
|
Add CrawlerProcess tests for ASYNCIO_ENABLED.
|
2019-12-13 18:12:07 +05:00 |