scrapy/scrapy
Pablo Hoffman 1bf5682144 removed unused modules 2009-08-17 14:41:06 -03:00
..
command converted scrapy.item package to module 2009-08-12 21:31:50 -03:00
conf removed unused modules 2009-08-17 14:41:06 -03:00
contrib removed duplicated code from memdebug extension (already present in memusage extension) 2009-08-17 14:25:38 -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 some cleanup to memusage and memdebug extensions 2009-08-17 09:41:02 -03:00
utils some cleanup to memusage and memdebug extensions 2009-08-17 09:41:02 -03:00
xlib removed unused module 2009-08-17 14:39:54 -03:00
xpath removed unnecesary ResponseLibxml2 extension and moved libxml2 document caching functionality to Libxml2Document using weak references 2009-08-10 20:52:43 -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