scrapy/scrapy
Pablo Hoffman cd9a2d8edb removed rc1 from version 0.8 (good enough for a stable release) 2009-12-12 17:57:20 -02:00
..
command added runspider command to run spiders directly, without having to create a project 2009-09-14 22:05:14 -03:00
conf Added Settings class tests, and fixed minor bug 2009-12-02 15:52:17 -02:00
contrib Automated merge after applying ajones patch 2009-11-28 12:31:05 -02:00
contrib_exp StatsCollector: ported methods to receive spider instances (closes #113), removed list_domains() method, added iter_spider_stats() method 2009-11-14 20:28:59 -02:00
core Fixed bug in file:// downloader handler with uris containing percent-escaped chars 2009-12-12 10:57:17 -02:00
http changed odd logic in if statement 2009-10-29 13:35:32 -02:00
management adapted web console to use unix timestamps for uptime instead of datetime 2009-09-14 20:35:07 -03:00
selector fixed bug caused when instantiating selectors with responses containing empty bodies 2009-10-21 16:37:30 -02:00
spider removed some old code from scrapy.spider.models 2009-12-02 23:30:00 -02:00
stats StatsCollector: ported methods to receive spider instances (closes #113), removed list_domains() method, added iter_spider_stats() method 2009-11-14 20:28:59 -02:00
templates remove unused line from project settings template 2009-09-23 14:53:40 -03:00
tests added minor delay to httpcache tests, for them to pass on win32 2009-12-12 15:30:21 -02:00
utils added iter_all() function to scrapy.util.trackref module and improved memory leaks documentation. also added a new FAQ antry about memory issues 2009-11-28 16:21:59 -02:00
xlib renamed file missing from previous commit 2009-11-19 11:23:36 -02:00
__init__.py removed rc1 from version 0.8 (good enough for a stable release) 2009-12-12 17:57:20 -02:00
crawler.py added missing colon 2009-09-12 19:33:16 -03:00
extension.py added support for defining EXTENSIONS setting using dicts, like middleware settings 2009-08-18 11:05:36 -03:00
item.py removed deprecated ScrapedItem (previously kept for backwards compatibility) 2009-11-06 16:39:15 -02:00
link.py updated some documentation references in source code 2009-08-19 22:41:26 -03:00
log.py deprecated 'domain' argument in log.msg() 2009-11-06 16:02:12 -02:00
mail.py updated some documentation references in source code 2009-08-19 22:41:26 -03:00
shell.py fixed exception when running scrapy shell on a non-textual response (fixes #116) 2009-11-13 17:21:59 -02:00