mirror of https://github.com/scrapy/scrapy.git
* Deprecate spider args of spider middleware methods.
* Deprecate the spider arg of pipeline process_item().
* Fix a typing issue.
* Deprecate the spider arg of pipeline {open,close}_spider().
* Cleanup.
* Update docs.
* Add pragma: no cover to some deprecated code.
* More tests.
* More tests.
* More tests.
* Simplify _process_parallel().
|
||
|---|---|---|
| .. | ||
| args_settings.py | ||
| asyncio_custom_loop.py | ||
| asyncio_deferred_signal.py | ||
| asyncio_enabled_no_reactor.py | ||
| asyncio_enabled_reactor.py | ||
| asyncio_enabled_reactor_different_loop.py | ||
| asyncio_enabled_reactor_same_loop.py | ||
| caching_hostname_resolver.py | ||
| caching_hostname_resolver_ipv6.py | ||
| default_name_resolver.py | ||
| multi.py | ||
| reactor_default.py | ||
| reactor_default_twisted_reactor_select.py | ||
| reactor_select.py | ||
| reactor_select_subclass_twisted_reactor_select.py | ||
| reactor_select_twisted_reactor_select.py | ||
| simple.py | ||
| sleeping.py | ||
| twisted_reactor_asyncio.py | ||
| twisted_reactor_custom_settings.py | ||
| twisted_reactor_custom_settings_conflict.py | ||
| twisted_reactor_custom_settings_same.py | ||
| twisted_reactor_poll.py | ||
| twisted_reactor_select.py | ||