| .. |
|
command
|
fixed bug when no project module setting is defined
|
2009-08-08 15:12:40 -03:00 |
|
conf
|
removed obsolete scrapy.contrib.cluster
|
2009-08-10 21:02:46 -03:00 |
|
contrib
|
Automated merge with ssh://hg.scrapy.org/scrapy
|
2009-08-11 12:39:05 -03:00 |
|
contrib_exp
|
moved deprecated scrapy.item.adaptors to scrapy.contrib.item, and added deprecation warning
|
2009-08-10 21:02:46 -03:00 |
|
core
|
colllect max itemproc_size and active_size in scraper per domain
|
2009-08-11 15:47:26 -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 deprecated scrapy.item.adaptors to scrapy.contrib.item, and added deprecation warning
|
2009-08-10 21:02:46 -03:00 |
|
management
|
remove xlib hack that appends scrapy/xlib to sys.path
|
2009-07-09 14:37:59 -03:00 |
|
newitem
|
XPathSelector: added 're' argument to add_xpath method, exposed selector attribute
|
2009-08-10 19:42:20 -03:00 |
|
spider
|
simplified implementation of spider manager by removing knowledge of enabled spiders
|
2009-07-10 16:41:02 -03:00 |
|
stats
|
stats collector gains two new methods to store values only if greater/lower than previous value
|
2009-08-11 15:46:44 -03:00 |
|
templates/project
|
adapted project template to use the new Link Extractors location
|
2009-07-28 12:27:25 -03:00 |
|
tests
|
try to import json from python 2.6 or fallback to simplejson
|
2009-08-11 15:23:38 -03:00 |
|
utils
|
try to import json from python 2.6 or fallback to simplejson
|
2009-08-11 15:23:38 -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 |
|
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 |