scrapy/scrapy
Pablo Hoffman f0aea4aa4a moved scrapy.newitem.exporters to scrapy.contrib.exporter
--HG--
rename : scrapy/newitem/exporters/__init__.py => scrapy/contrib/exporter/__init__.py
rename : scrapy/newitem/exporters/jsonexporter.py => scrapy/contrib/exporter/jsonexporter.py
rename : scrapy/tests/test_itemexporters.py => scrapy/tests/test_contrib_exporter.py
2009-08-12 21:52:15 -03:00
..
command converted scrapy.item package to module 2009-08-12 21:31:50 -03:00
conf removed obsolete scrapy.contrib.cluster 2009-08-10 21:02:46 -03:00
contrib moved scrapy.newitem.exporters to scrapy.contrib.exporter 2009-08-12 21:52:15 -03:00
contrib_exp removed obsolete adaptors code 2009-08-12 19:09:02 -03:00
core converted scrapy.item package to module 2009-08-12 21:31:50 -03:00
http moved httprepr() method (from Request and Response objects) to scrapy.utils functions 2009-07-25 18:56:12 -03:00
management remove xlib hack that appends scrapy/xlib to sys.path 2009-07-09 14:37:59 -03:00
newitem moved scrapy.newitem.exporters to scrapy.contrib.exporter 2009-08-12 21:52:15 -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 moved scrapy.newitem.exporters to scrapy.contrib.exporter 2009-08-12 21:52:15 -03:00
utils converted scrapy.item package to module 2009-08-12 21:31:50 -03:00
xlib remove obsolete monkey patch for twisted 2.5 2009-07-29 21:02:15 -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