| .. |
|
commands
|
disable log on version command. closes #1426
|
2015-09-25 16:39:21 -03:00 |
|
contracts
|
Allow spiders to return dicts. See GH-1064.
|
2015-03-18 07:26:56 +05:00 |
|
contrib
|
fixed backwards compatibility for scrapy.contrib.exporter.PythonItemExporter
|
2015-05-05 22:06:18 +05:00 |
|
contrib_exp
|
Move scrapy/contrib/downloadermiddleware to scrapy/downloadermiddlewares
|
2015-04-29 21:24:30 -03:00 |
|
core
|
Support for returning deferreds in downloader middleware methods.
|
2015-09-01 13:22:43 -03:00 |
|
downloadermiddlewares
|
refactoring redirect logic
|
2015-09-13 11:49:59 -03:00 |
|
extensions
|
Merge pull request #1151 from marven/cache-control
|
2015-07-11 08:06:20 -03:00 |
|
http
|
Make sure value attribute values are set.
|
2015-09-01 12:44:04 +02:00 |
|
linkextractors
|
Merge branch 'master' into py3-linkextractors
|
2015-08-28 04:53:32 +05:00 |
|
loader
|
Merge pull request #1467 from dacjames/master
|
2015-09-16 22:03:19 -03:00 |
|
pipelines
|
fix Referer logging
|
2015-08-26 02:19:33 +05:00 |
|
selector
|
make Parsel's Selector more private, remove direct dependency of ParselSelectorList
|
2015-08-11 15:58:29 -03:00 |
|
settings
|
Merge pull request #1289 from pawelmhm/dont_retry_400
|
2015-09-02 00:39:30 -03:00 |
|
spidermiddlewares
|
PY3 depth, offsite and referer spider middlewares; Crawler
|
2015-08-28 04:11:30 +05:00 |
|
spiders
|
PY3 port scrapy.spiders
|
2015-08-28 04:11:30 +05:00 |
|
templates
|
style fixes for settings.py created by scrapy startproject
|
2015-09-13 21:46:20 +05:00 |
|
utils
|
Optimization - avoid temporary list objects, unnecessary function call
|
2015-09-08 22:10:24 +03:00 |
|
xlib
|
PY3 port signals
|
2015-07-25 18:04:55 +02:00 |
|
VERSION
|
Bump version: 1.0.0rc1 → 1.1.0dev1
|
2015-05-22 13:24:50 -03:00 |
|
__init__.py
|
lazy-load s3 boto
|
2015-08-01 03:43:03 +00:00 |
|
_monkeypatches.py
|
Twisted 15.3.0 does not raises expected exception serializing lambda functions
|
2015-08-06 16:40:21 -03:00 |
|
cmdline.py
|
PY3 fix test cmdline
|
2015-08-08 04:19:55 +05:00 |
|
command.py
|
scrapy/command.py shim
|
2015-05-09 03:20:48 -03:00 |
|
conf.py
|
better backwards compatibility for scrapy.conf.settings
|
2012-10-25 11:41:40 -02:00 |
|
crawler.py
|
Optimization - avoid temporary list objects, unnecessary function call
|
2015-09-08 22:10:24 +03:00 |
|
dupefilter.py
|
scrapy/dupefilter.py shim
|
2015-04-29 21:27:20 -03:00 |
|
dupefilters.py
|
fixed RFPDupeFilter persistence
|
2015-07-28 14:32:14 +05:00 |
|
exceptions.py
|
pylint cleanup: unused imports and old-style exceptions
|
2013-10-18 19:23:45 +06:00 |
|
exporters.py
|
Move exporters/__init__.py to exporters.py
|
2015-05-18 14:46:23 -03:00 |
|
extension.py
|
Made ExtensionManager a subclass of MiddlewareManager
|
2010-08-22 05:33:08 -03:00 |
|
interfaces.py
|
rename scrapy.spidermanager.SpiderManager to scrapy.spiderloader.SpiderLoader
|
2015-04-16 20:07:53 +05:00 |
|
item.py
|
item fields defined on fields class attribute fix
|
2015-05-13 15:51:23 -03:00 |
|
link.py
|
PY3 raise an exception if bytes are passed as url to Link constructor
|
2015-08-28 23:04:02 +05:00 |
|
linkextractor.py
|
scrapy/linkextractor.py shim
|
2015-05-09 03:28:39 -03:00 |
|
log.py
|
keep level_names in scrapy.log for backwards compatibility
|
2015-05-21 08:56:44 +00:00 |
|
logformatter.py
|
fix Referer logging
|
2015-08-26 02:19:33 +05:00 |
|
mail.py
|
PY3 port COOKIES_DEBUG and add tests
|
2015-08-03 16:28:29 -03:00 |
|
middleware.py
|
Make list of enabled middlewares more readable
|
2015-09-10 14:59:55 +00:00 |
|
mime.types
|
moved module scrapy.core.downloader.responsetypes to scrapy.responsetypes
|
2011-08-07 02:49:57 -03:00 |
|
project.py
|
Drop support for scrapy.project.crawler (And scrapy.stats consequently)
|
2014-08-12 14:02:56 -03:00 |
|
resolver.py
|
Dns cache size and timeout options
|
2015-04-02 18:30:59 +02:00 |
|
responsetypes.py
|
small ResponseTypes cleanup
|
2015-07-31 23:48:49 +05:00 |
|
shell.py
|
Optimization - avoid temporary list objects, unnecessary function call
|
2015-09-08 22:10:24 +03:00 |
|
signalmanager.py
|
PY3 port signals
|
2015-07-25 18:04:55 +02:00 |
|
signals.py
|
An attempt to resolve #977, add signal to be sent when request is dropped by the scheduler
|
2014-11-27 15:10:15 +03:00 |
|
spider.py
|
scrapy/spider.py shim
|
2015-05-09 04:27:43 -03:00 |
|
spiderloader.py
|
rename CrawlerRunner.spiders to CrawlerRunner.spider_loader
|
2015-04-17 01:54:26 +05:00 |
|
spidermanager.py
|
rename scrapy.spidermanager.SpiderManager to scrapy.spiderloader.SpiderLoader
|
2015-04-16 20:07:53 +05:00 |
|
squeue.py
|
scrapy/squeue.py shim
|
2015-04-29 21:27:19 -03:00 |
|
squeues.py
|
Rename scrapy/squeue.py to scrapy/squeues.py
|
2015-04-29 21:27:19 -03:00 |
|
stats.py
|
Drop support for scrapy.project.crawler (And scrapy.stats consequently)
|
2014-08-12 14:02:56 -03:00 |
|
statscol.py
|
scrapy/statscol.py shim
|
2015-04-29 21:37:26 -03:00 |
|
statscollectors.py
|
enable test_stats and test_utils_log tests in Python 3
|
2015-08-26 01:58:59 +05:00 |
|
telnet.py
|
Change 'scrapy' logger for '__name__' on every module
|
2015-04-22 17:24:41 -03:00 |