scrapy/scrapy
Pablo Hoffman 37760eb13f improved consistency of logging settings to use LOG_* 2009-08-21 08:54:12 -03:00
..
command improved consistency of logging settings to use LOG_* 2009-08-21 08:54:12 -03:00
conf improved consistency of logging settings to use LOG_* 2009-08-21 08:54:12 -03:00
contrib remove undefined variable from image pipeline 2009-08-20 20:30:08 -03:00
contrib_exp removed unused module: scrapy.contrib_exp.history 2009-08-20 14:29:39 -03:00
core moved caching resolver to an extension in contrib.resolver 2009-08-20 17:37:46 -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 improved consistency of logging settings to use LOG_* 2009-08-21 08:54:12 -03:00
templates/project updated select() method in crawl spider template 2009-08-17 21:22:05 -03:00
tests removed unused module: scrapy.utils.c14n 2009-08-20 14:23:49 -03:00
utils updated some docstings 2009-08-20 18:39:04 -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