mirror of https://github.com/scrapy/scrapy.git
* improved detection of inside-project environments * make list command faster (by only instantiating the spider manger) * print a warning when extensions (middlewares, etc) are disabled with a message on NotConfigured exception * assert that scrapy configuration hasn't been loaded in scrapyd.runner * simplified IgnoreRequest exception, to avoid loading settings when importing scrapy.exceptions * added test to make sure certain modules don't cause scrapy.conf module to be loaded, to ensure the scrapyd runner bootstraping performs properly |
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| app.py | ||
| config.py | ||
| default_scrapyd.conf | ||
| eggstorage.py | ||
| eggutils.py | ||
| environ.py | ||
| interfaces.py | ||
| launcher.py | ||
| poller.py | ||
| runner.py | ||
| scheduler.py | ||
| script.py | ||
| utils.py | ||
| webservice.py | ||
| website.py | ||