mirror of https://github.com/scrapy/scrapy.git
* Add a crawler argument to MiddlewareManager.__init__(). * Deprecate the spider argument in some MiddlewareManager subclasses. * Remove the spider argument from ExecutionEngine.open_spider_async(). * Remove the spider argument from Scraper.open_spider(). * Fix the Scraper.close_spider() type hint. * Remove the spider argument from Downloader internals. * Deprecate the spider arg of download_func. * Deprecate the spider arg of Downloader.fetch(). * Deprecate the spider arg of ItemPipelineManager.process_item(). * Fix pylint. * Tests for MiddlewareManager spider code. * Deprecated spider arg handling for custom pipeline managers. * Add a test for the deprecated spider arg in a custom downloader. * Remove TODO. * Fix pylint. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bench.py | ||
| check.py | ||
| crawl.py | ||
| edit.py | ||
| fetch.py | ||
| genspider.py | ||
| list.py | ||
| parse.py | ||
| runspider.py | ||
| settings.py | ||
| shell.py | ||
| startproject.py | ||
| version.py | ||
| view.py | ||