scrapy/scrapy/commands
Pablo Hoffman f8b4d1dc5d Fixed compatibility with Python 2.5 2010-10-21 12:53:40 -02:00
..
__init__.py moved scrapy.command.commands module to scrapy.commands 2010-05-26 10:29:32 -03:00
crawl.py Yet another scrapy.cmdline code refactoring by removing --settings and --version options, adding a version command and adding a UsageError exception for signaling usage errors. Updated all commands accordingly 2010-08-28 18:06:51 -03:00
deploy.py Fixed compatibility with Python 2.5 2010-10-21 12:53:40 -02:00
fetch.py Yet another scrapy.cmdline code refactoring by removing --settings and --version options, adding a version command and adding a UsageError exception for signaling usage errors. Updated all commands accordingly 2010-08-28 18:06:51 -03:00
genspider.py Yet another scrapy.cmdline code refactoring by removing --settings and --version options, adding a version command and adding a UsageError exception for signaling usage errors. Updated all commands accordingly 2010-08-28 18:06:51 -03:00
list.py Refactoring of Crawler, Commands, Execution Queue and Spider Manager: 2010-08-25 19:24:36 -03:00
parse.py Added ISpiderManager interface and a test to verify the default SpiderManager comforms to it 2010-09-03 14:29:27 -03:00
queue.py Execution Queue refactoring by taking out the queue backend to a new Spider 2010-09-03 14:29:27 -03:00
runserver.py Execution Queue refactoring by taking out the queue backend to a new Spider 2010-09-03 14:29:27 -03:00
runspider.py Yet another scrapy.cmdline code refactoring by removing --settings and --version options, adding a version command and adding a UsageError exception for signaling usage errors. Updated all commands accordingly 2010-08-28 18:06:51 -03:00
settings.py Refactoring of Crawler, Commands, Execution Queue and Spider Manager: 2010-08-25 19:24:36 -03:00
shell.py Added support for passing code to evaluate in Scrapy shell command (closes #249) and simplified handling of shell errors 2010-09-23 13:49:29 -03:00
startproject.py Execution Queue refactoring by taking out the queue backend to a new Spider 2010-09-03 14:29:27 -03:00
version.py Yet another scrapy.cmdline code refactoring by removing --settings and --version options, adding a version command and adding a UsageError exception for signaling usage errors. Updated all commands accordingly 2010-08-28 18:06:51 -03:00
view.py Improved some commands descriptions 2010-08-21 05:03:38 -03:00