| .. |
|
command
|
fixed bug when no project module setting is defined
|
2009-08-08 15:12:40 -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
|
minor changes to referer logging when crawling
|
2009-08-08 16:07:10 -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
|
added TreeExpander example
|
2009-08-09 20:54:22 -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
|
added TreeExpander example
|
2009-08-09 20:54:22 -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
|
removed unused module: scrapy.xpath.types
|
2009-08-10 10:23:42 -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 |