| .. |
|
downloadermiddleware
|
Added content-type check as per issue #193
|
2014-03-20 20:41:08 +01:00 |
|
exporter
|
exporters linting
|
2013-09-05 17:00:16 -03:00 |
|
linkextractors
|
too much drama
|
2014-07-11 13:29:18 +06:00 |
|
loader
|
Unused re import and PEP8 minor edits.
|
2014-01-23 10:37:33 -04:00 |
|
pipeline
|
Generalize the file pipeline log messages so they are not specific to downloading images.
|
2014-03-02 17:55:04 -08:00 |
|
spidermiddleware
|
[#744] Ensure domain is not None before building regex
|
2014-06-12 11:42:14 -04:00 |
|
spiders
|
CrawSpider: support process_links as generator
|
2014-01-31 21:25:05 +01: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
|
standarizes close_spider to use signals
|
2013-05-31 15:54:17 -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
|
Python 3 compatible syntax: print, except, raise, octal numbers; removed Python 2.2 boolean compatibility code in xlib/pydispatch/dispatcher.py
|
2013-10-20 01:59:35 +06:00 |
|
feedexport.py
|
feedexport removed multispider support
|
2013-07-03 18:24:18 -03:00 |
|
httpcache.py
|
Add a LevelDB cache backend
|
2014-06-04 16:09:07 -03:00 |
|
logstats.py
|
removed multispider support from logstats
|
2013-05-28 14:45:02 -03:00 |
|
memdebug.py
|
Fix logging of stats collected by MemoryDebugger extension.
|
2014-01-15 04:05:09 +06:00 |
|
memusage.py
|
Running lucasdemarchi/codespell to fix typos in code
|
2014-03-06 12:41:38 -03:00 |
|
spiderstate.py
|
Fix SpiderState bug in Windows platforms
|
2012-11-03 16:57:20 -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
|
core: drop download inactive slots and get slot key from meta
|
2012-12-17 16:09:01 -02:00 |