mirror of https://github.com/scrapy/scrapy.git
* 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:
|
||
|---|---|---|
| .. | ||
| alternative_name_resolver.py | ||
| asyncio_enabled_no_reactor.py | ||
| asyncio_enabled_reactor.py | ||
| default_name_resolver.py | ||
| simple.py | ||
| twisted_reactor_asyncio.py | ||
| twisted_reactor_poll.py | ||
| twisted_reactor_select.py | ||