scrapy/scrapy/commands
Mikhail Korobov a27d91f0a6 Rename BaseSpider to Spider. See GH-495. 2013-12-30 19:46:41 +06:00
..
__init__.py moved scrapy.command.commands module to scrapy.commands 2010-05-26 10:29:32 -03:00
bench.py port all scrapy commands to new CrawlerProcess 2013-08-19 23:40:23 +02:00
check.py Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06:00
crawl.py simplified description of crawl command 2013-10-21 14:42:51 -02:00
deploy.py Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06:00
edit.py port all scrapy commands to new CrawlerProcess 2013-08-19 23:40:23 +02:00
fetch.py Rename BaseSpider to Spider. See GH-495. 2013-12-30 19:46:41 +06:00
genspider.py replaced __import__ by importlib.import_module. 2013-10-27 18:33:51 -04:00
list.py Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06:00
parse.py Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06:00
runspider.py replaced __import__ by importlib.import_module. 2013-10-27 18:33:51 -04:00
settings.py Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06:00
shell.py remove unused imports and some assorted pylint-ing 2013-08-23 13:03:34 -03:00
startproject.py Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06:00
version.py Added "from __future__ import print_function" in all relevant places except xlib 2013-10-20 11:55:07 +06:00
view.py Improved some commands descriptions 2010-08-21 05:03:38 -03:00