scrapy/scrapy/commands
s-sanjay 2c14692e60 remove .keys() to avoid creating a tmp list/keyview obj (#4031)
Also add --verbose and --nolinks for code coverage
2019-09-27 09:56:43 +02:00
..
__init__.py Remove --lsprof command-line option. Fixes GH-1531 2016-01-19 00:00:31 +05:00
bench.py Move scrapy/command.py to scrapy/commands/__init__.py 2015-05-09 03:20:36 -03:00
check.py Try it with a string 2019-04-10 13:01:01 +02:00
crawl.py Return non-zero exit code from scrapy commands in case of spider bootstrap errors 2018-06-14 19:58:48 +05:00
edit.py Separated import statements 2017-11-19 18:09:38 -04:00
fetch.py Use built-in range() 2016-12-12 22:40:48 +01:00
genspider.py enable genspider command outside projects 2016-07-06 15:10:48 -03:00
list.py Do not only warn on wrong spider modules for "scrapy list" 2017-03-09 17:38:15 +01:00
parse.py remove .keys() to avoid creating a tmp list/keyview obj (#4031) 2019-09-27 09:56:43 +02:00
runspider.py remove .keys() to avoid creating a tmp list/keyview obj (#4031) 2019-09-27 09:56:43 +02:00
settings.py Add SPIDER_LOADER_WARN_ONLY to toggle between spiderloader failure and warning 2017-03-07 17:40:40 +01:00
shell.py Add documentation to `scrapy shell` command. 2018-11-16 22:15:03 +01:00
startproject.py Fix presentation of template directory in startproject command 2018-08-15 01:35:01 -03:00
version.py Print cryptography package version 2017-09-07 11:43:20 +02:00
view.py Remove unused --headers option for view command 2017-01-30 15:54:28 +01:00