| .. |
|
downloadermiddleware
|
make DBM the new default storage backend for HTTP cache middleware, simplified DBM storage backend code to avoid dealing with many spiders at once (not needed), and update httpcache stats names (hit -> hits, miss -> misses)
|
2012-09-17 10:11:07 -03:00 |
|
exporter
|
use ScrapyJSONEncoder JsonItemExporter & JsonLinesItemExporter, to support nested items properly
|
2012-08-22 13:46:50 -03:00 |
|
linkextractors
|
removed deprecated/undocumented class: HTMLImageLinkExtractor
|
2012-04-19 12:07:46 -03:00 |
|
loader
|
improved errors of ItemLoader.load_item() so that it shows the field name and value of the output processor that failed
|
2011-06-23 12:39:51 -03:00 |
|
pipeline
|
format log lines lazily in case they are dropped by loglevels
|
2012-08-31 17:14:35 -03:00 |
|
spidermiddleware
|
more cases where response.meta is prefered
|
2012-10-06 15:16:58 -03:00 |
|
spiders
|
format log lines lazily in case they are dropped by loglevels
|
2012-08-31 17:14:35 -03:00 |
|
webservice
|
Removed signals/stats singletons
|
2012-08-21 18:32:30 -03:00 |
|
__init__.py
|
mv scrapy/trunk to root as part of svn2hg migration
|
2009-05-06 15:55:17 -03:00 |
|
closespider.py
|
Removed signals/stats singletons
|
2012-08-21 18:32:30 -03:00 |
|
corestats.py
|
added response_received_count to scrapy stats
|
2012-10-09 12:39:30 -02:00 |
|
debug.py
|
removed another instance of scrapy.conf.settings singleton, this time from scrapy.utils.trackref. From now on, trackrefs functionality will be always enabled as it imposes a very minimal performance overhead
|
2012-09-16 21:21:44 -03:00 |
|
djangoitem.py
|
added file missed in previous commit
|
2012-08-29 11:26:52 -03:00 |
|
feedexport.py
|
set missing 'settings' attribute in FeedExports
|
2012-09-05 15:54:13 -03:00 |
|
httpcache.py
|
make DBM the new default storage backend for HTTP cache middleware, simplified DBM storage backend code to avoid dealing with many spiders at once (not needed), and update httpcache stats names (hit -> hits, miss -> misses)
|
2012-09-17 10:11:07 -03:00 |
|
logstats.py
|
fixed LogStats extension, which got broken after a wrong merge before the 0.16 release
|
2012-10-26 18:45:09 -02:00 |
|
memdebug.py
|
removed another instance of scrapy.conf.settings singleton, this time from scrapy.utils.trackref. From now on, trackrefs functionality will be always enabled as it imposes a very minimal performance overhead
|
2012-09-16 21:21:44 -03:00 |
|
memusage.py
|
refactored MailSender to get rid of scrapy.conf singleton, also removed ill-designed scrapy.mail.mail_sent signal
|
2012-09-11 16:27:19 -03:00 |
|
spiderstate.py
|
Fix SpiderState bug in Windows platforms
|
2012-11-03 16:58:31 -02:00 |
|
statsmailer.py
|
refactored MailSender to get rid of scrapy.conf singleton, also removed ill-designed scrapy.mail.mail_sent signal
|
2012-09-11 16:27:19 -03:00 |
|
throttle.py
|
Documented AutoThrottle extension and added to extensions available by
|
2012-09-20 18:52:57 -03:00 |