scrapy/scrapy
Pablo Hoffman 4f06f6ef41 applied fix to deprecated decorator to warn only once (thanks Dan) 2009-08-17 18:13:45 -03:00
..
command some refactoring to genspider command 2009-08-17 17:59:34 -03:00
conf removed more obsolete adaptors code 2009-08-17 14:48:11 -03:00
contrib renamed x method of selectors to select 2009-08-17 15:58:06 -03:00
contrib_exp removed obsolete adaptors code 2009-08-12 19:09:02 -03:00
core imported patch improve_download_troughput.patch 2009-08-14 01:33:36 -03:00
http added __slots__ to Request/Response/Headers objects, to reduce memory footprint 2009-08-17 13:01:33 -03:00
management remove xlib hack that appends scrapy/xlib to sys.path 2009-07-09 14:37:59 -03:00
spider simplified implementation of spider manager by removing knowledge of enabled spiders 2009-07-10 16:41:02 -03:00
stats remove `default` parameter from max_value/min_value stats methods, update docs, and add new methods to dummy collector 2009-08-11 16:23:23 -03:00
templates/project adapted project template to use the new Link Extractors location 2009-07-28 12:27:25 -03:00
tests renamed x method of selectors to select 2009-08-17 15:58:06 -03:00
utils applied fix to deprecated decorator to warn only once (thanks Dan) 2009-08-17 18:13:45 -03:00
xlib removed unused module 2009-08-17 14:39:54 -03:00
xpath renamed x method of selectors to select 2009-08-17 15:58:06 -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 don't use packages when modules are enough 2009-07-29 18:41:15 -03:00
fetcher.py don't use packages when modules are enough 2009-07-29 18:41:15 -03:00
item.py converted scrapy.item package to module 2009-08-12 21:31:50 -03:00
link.py removed backwards compatibility support for importing link extractors from scrapy.link.extractors 2009-08-10 21:02:46 -03:00
log.py don't use packages when modules are enough 2009-07-29 18:41:15 -03:00
mail.py don't use packages when modules are enough 2009-07-29 18:41:15 -03:00
newitem.py converted scrapy.newitem package to module 2009-08-12 21:53:34 -03:00