| .. |
|
command
|
some refactor of settings manager (without changing API): don't fail if no settings module is found (fail on scrapy.cmdline instead). also, some code improvements for clarity.
|
2009-07-29 18:26:29 -03:00 |
|
conf
|
moved unused scrapy.core.scheduler.store module to scrapy.contrib_exp.history
|
2009-07-30 13:51:43 -03:00 |
|
contrib
|
removed obsolete pipeline
|
2009-07-31 17:24:30 -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
|
moved unused scrapy.core.scheduler.store module to scrapy.contrib_exp.history
|
2009-07-30 13:51:43 -03:00 |
|
http
|
moved httprepr() method (from Request and Response objects) to scrapy.utils functions
|
2009-07-25 18:56:12 -03:00 |
|
item
|
added BaseItem as base item class, and moved extra functionality of ScrapedItem to RobustScrapedItem
|
2009-07-21 16:11:21 -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 first implementation of ItemBuilder
|
2009-08-03 17:27:57 -03:00 |
|
spider
|
simplified implementation of spider manager by removing knowledge of enabled spiders
|
2009-07-10 16:41:02 -03:00 |
|
stats
|
added domain_stats parameter to stats_domain_closed signal
|
2009-07-31 16:36:35 -03:00 |
|
templates/project
|
adapted project template to use the new Link Extractors location
|
2009-07-28 12:27:25 -03:00 |
|
tests
|
added first implementation of ItemBuilder
|
2009-08-03 17:27:57 -03:00 |
|
utils
|
moved httprepr() method (from Request and Response objects) to scrapy.utils functions
|
2009-07-25 18:56:12 -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 |