scrapy/scrapy
Pablo Hoffman 0186c6937a HTTP auth middleware: added doc and unittest 2009-08-24 08:07:20 -03:00
..
command removed spider templates from project, addeded sumcommands to manage templates in genspider 2009-08-21 16:10:45 -03:00
conf improved consistency of logging settings to use LOG_* 2009-08-21 08:54:12 -03:00
contrib some improvements to item exporters 2009-08-23 05:48:35 -03:00
contrib_exp removed unused module: scrapy.contrib_exp.history 2009-08-20 14:29:39 -03:00
core simplified some code 2009-08-24 07:29:30 -03:00
http updated some documentation references in source code 2009-08-19 22:41:26 -03:00
management renamed scrapy.utils.ref module to scrapy.utils.trackref, and improved docstring 2009-08-19 11:19:36 -03:00
selector updated some documentation references in source code 2009-08-19 22:41:26 -03:00
spider updated some documentation references in source code 2009-08-19 22:41:26 -03:00
stats fixed bug recently introduced in stats collector closing logic, and added unittests 2009-08-21 23:23:46 -03:00
templates removed spider templates from project, addeded sumcommands to manage templates in genspider 2009-08-21 16:10:45 -03:00
tests HTTP auth middleware: added doc and unittest 2009-08-24 08:07:20 -03:00
utils send_catch_log: pass through results from sendRobust 2009-08-22 16:38:25 -03:00
xlib minor docstring update 2009-08-20 14:40:37 -03:00
xpath moved scrapy.xpath to scrapy.selector 2009-08-19 21:50:52 -03:00
__init__.py moved patches.py to xlib/patches.py to avoid import errors 2009-07-29 19:01:36 -03:00
extension.py added support for defining EXTENSIONS setting using dicts, like middleware settings 2009-08-18 11:05:36 -03:00
fetcher.py don't use packages when modules are enough 2009-07-29 18:41:15 -03:00
item.py moved scrapy.newitem to scrapy.item and declared newitem api officially stable. updated docs and example project. deprecated old ScrapedItem 2009-08-19 21:39:58 -03:00
link.py updated some documentation references in source code 2009-08-19 22:41:26 -03:00
log.py improved consistency of logging settings to use LOG_* 2009-08-21 08:54:12 -03:00
mail.py updated some documentation references in source code 2009-08-19 22:41:26 -03:00