scrapy/scrapy
Pablo Hoffman e82d9d885e some speedups to offsite spider middleware using regexes and urlparse_cached 2009-08-18 12:43:25 -03:00
..
command some refactoring to genspider command 2009-08-17 17:59:34 -03:00
conf added support for defining EXTENSIONS setting using dicts, like middleware settings 2009-08-18 11:05:36 -03:00
contrib some speedups to offsite spider middleware using regexes and urlparse_cached 2009-08-18 12:43:25 -03:00
contrib_exp removed obsolete adaptors code 2009-08-12 19:09:02 -03:00
core added support for defining EXTENSIONS setting using dicts, like middleware settings 2009-08-18 11:05:36 -03:00
http remove Url class and use str instead for Request and Response urls. Also added urlparse_cached function for achieving the same caching functionality provided by old Url class 2009-08-17 21:16:55 -03:00
management remove xlib hack that appends scrapy/xlib to sys.path 2009-07-09 14:37:59 -03:00
spider added support for defining EXTENSIONS setting using dicts, like middleware settings 2009-08-18 11:05:36 -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 updated select() method in crawl spider template 2009-08-17 21:22:05 -03:00
tests added support for defining EXTENSIONS setting using dicts, like middleware settings 2009-08-18 11:05:36 -03:00
utils added support for defining EXTENSIONS setting using dicts, like middleware settings 2009-08-18 11:05:36 -03:00
xlib removed unused module 2009-08-17 14:39:54 -03:00
xpath renamed x method of selectors to select 2009-08-17 15:58:06 -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 added support for defining EXTENSIONS setting using dicts, like middleware settings 2009-08-18 11:05:36 -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