| .. |
|
downloadermiddleware
|
Remove "x-gzip" from Requests' "Accept-Encoding" header
|
2013-11-21 18:58:24 +01:00 |
|
exporter
|
exporters linting
|
2013-09-05 17:00:16 -03:00 |
|
linkextractors
|
use `sel` name for Selector's instances in docs, internals and shell
|
2013-10-15 15:58:42 -02:00 |
|
loader
|
spelling: instanciated -> instantiated
|
2014-01-01 11:52:07 +06:00 |
|
pipeline
|
fix missing keyword arguments for file_path in media_downloaded()
|
2013-12-18 23:23:01 +07:00 |
|
spidermiddleware
|
better names for HANDLE_* settings, and added doc
|
2013-11-21 14:33:17 -02:00 |
|
spiders
|
Rename BaseSpider to Spider. See GH-495.
|
2013-12-30 19:46:41 +06: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
|
replaced __import__ by importlib.import_module.
|
2013-10-27 18:33:51 -04:00 |
|
logstats.py
|
removed multispider support from logstats
|
2013-05-28 14:45:02 -03:00 |
|
memdebug.py
|
Drop libxml2 selectors backend
|
2013-10-11 18:02:35 -02:00 |
|
memusage.py
|
Replaced remaning __import__(module) calls.
|
2013-10-27 19:10:25 -04: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 |