scrapy/scrapy/commands
Pablo Hoffman da1f6d3144 remove unused imports and some assorted pylint-ing 2013-08-23 13:03:34 -03:00
..
__init__.py moved scrapy.command.commands module to scrapy.commands 2010-05-26 10:29:32 -03:00
bench.py add scrapy bench command for benchmarking, with documentation 2013-05-16 13:15:25 -03:00
check.py Merge pull request #177 from alexcepoi/contracts_fixes 2012-11-07 09:40:21 -08:00
crawl.py remove unused imports and some assorted pylint-ing 2013-08-23 13:03:34 -03:00
deploy.py obey request method when scrapy deploy is redirected to a new endpoint 2013-05-30 18:34:59 -03:00
edit.py added 'scrapy edit' command 2011-06-05 22:02:56 -03:00
fetch.py More core changes: 2011-07-15 15:18:39 -03:00
genspider.py Added check so that genspider cannot create a spider with the same name as the project. 2013-02-12 12:26:38 +00:00
list.py added from_crawler class method to SpiderManager 2011-08-16 11:16:35 -03:00
parse.py pipelines argument added 2013-04-08 14:55:28 -03:00
runspider.py raise on unrecognized format 2013-05-23 15:11:45 -04:00
settings.py Refactoring of Crawler, Commands, Execution Queue and Spider Manager: 2010-08-25 19:24:36 -03:00
shell.py remove unused imports and some assorted pylint-ing 2013-08-23 13:03:34 -03:00
startproject.py Dropped support for Python 2.5. See: http://blog.scrapy.org/scrapy-dropping-support-for-python-25 2012-03-01 08:18:12 -02:00
version.py fixed typo in previous commit 2012-05-16 09:16:46 -03:00
view.py Improved some commands descriptions 2010-08-21 05:03:38 -03:00