scrapy/scrapy
Pablo Hoffman 661aeb5cda moved ItemPipelineManager from scrapy.item.pipeline to scrapy.contrib.pipeline 2009-08-08 05:01:18 -03:00
..
command cleaned up scrapy.command.cmdline module 2009-08-08 04:29:54 -03:00
conf moved ItemPipelineManager from scrapy.item.pipeline to scrapy.contrib.pipeline 2009-08-08 05:01:18 -03:00
contrib moved ItemPipelineManager from scrapy.item.pipeline to scrapy.contrib.pipeline 2009-08-08 05:01:18 -03:00
contrib_exp moved unused scrapy.core.scheduler.store module to scrapy.contrib_exp.history 2009-07-30 13:51:43 -03:00
core Automated merge with ssh://hg.scrapy.org/scrapy 2009-08-06 12:28:49 -03:00
http moved httprepr() method (from Request and Response objects) to scrapy.utils functions 2009-07-25 18:56:12 -03:00
item moved ItemPipelineManager from scrapy.item.pipeline to scrapy.contrib.pipeline 2009-08-08 05:01:18 -03:00
link removed code from scrapy.link to avoid cyclic imports from scrapy.contrib.linkextractors.sgml 2009-05-18 19:27:51 -03:00
management remove xlib hack that appends scrapy/xlib to sys.path 2009-07-09 14:37:59 -03:00
newitem renamed ItemLoader class to Loader 2009-08-07 14:39:30 -03:00
spider simplified implementation of spider manager by removing knowledge of enabled spiders 2009-07-10 16:41:02 -03:00
stats normalize times used for stats to UTC 2009-08-06 12:07:22 -03:00
templates/project adapted project template to use the new Link Extractors location 2009-07-28 12:27:25 -03:00
tests fixed unittest codes broken in previous commit 2009-08-07 14:45:28 -03:00
utils remove_entities: added support for common browser hack for numeric character references in the 80-9F range 2009-08-06 14:31:59 -03:00
xlib remove obsolete monkey patch for twisted 2.5 2009-07-29 21:02:15 -03:00
xpath some improvement to Libxml2Document cleanup: avoid noisy errors, and make sure both cleaning up functions are called 2009-07-14 12:41:25 -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
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