| .. |
|
commands
|
Fix typos in scrapy/commands/setting.py
|
2015-06-09 04:29:24 +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
|
Merge pull request #1315 from scrapy/downloader-slots-cleanup
|
2015-06-24 16:25:13 -03:00 |
|
downloadermiddlewares
|
Merge pull request #1151 from marven/cache-control
|
2015-07-11 08:06:20 -03:00 |
|
extensions
|
Merge pull request #1151 from marven/cache-control
|
2015-07-11 08:06:20 -03:00 |
|
http
|
more python3 compatibility changes for urllib
|
2015-04-01 19:50:56 +00:00 |
|
linkextractors
|
Ignore ScrapyDeprecationWarning warnings properly.
|
2015-06-09 18:22:03 +03:00 |
|
loader
|
Fix SelectJmes documentation
|
2015-06-25 15:11:56 -03:00 |
|
pipelines
|
Replace FailureFormatter with direct exc_info conversions in log calls
|
2015-05-15 05:46:14 -03:00 |
|
selector
|
Merge pull request #1145 from bosnj/master
|
2015-05-21 22:03:54 +05:00 |
|
settings
|
Merge pull request #1151 from marven/cache-control
|
2015-07-11 08:06:20 -03:00 |
|
spidermiddlewares
|
Move scrapy/contrib/spidermiddleware to scrapy/spidermiddlewares
|
2015-04-29 21:26:35 -03:00 |
|
spiders
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
templates
|
Move scrapy/contrib remaining top-level files to scrapy/extensions
|
2015-04-29 21:27:19 -03:00 |
|
utils
|
DOC remove FailureFormatter mentions, stop copy-pasting configure_logging docstring
|
2015-06-09 22:57:18 +05:00 |
|
xlib
|
pydispatch - pep8
|
2015-03-16 21:43:43 +00:00 |
|
VERSION
|
Bump version: 1.0.0rc1 → 1.1.0dev1
|
2015-05-22 13:24:50 -03:00 |
|
__init__.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
_monkeypatches.py
|
cleanup toplevel namespace
|
2014-04-15 01:09:35 +06:00 |
|
cmdline.py
|
Move scrapy/command.py to scrapy/commands/__init__.py
|
2015-05-09 03:20:36 -03: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
|
Merge pull request #1290 from scrapy/crawler-runner-cleanup
|
2015-06-26 00:21:23 -03:00 |
|
dupefilter.py
|
scrapy/dupefilter.py shim
|
2015-04-29 21:27:20 -03:00 |
|
dupefilters.py
|
Rename scrapy/dupefilter.py to scrapy/dupefilters.py
|
2015-04-29 21:27:19 -03: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
|
Move scrapy/contrib/linkextractors to scrapy/linkextractors
|
2015-04-29 21:24:30 -03: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
|
Restructure LogFormatter to comply with std logging calls
|
2015-04-22 17:24:40 -03:00 |
|
mail.py
|
Change 'scrapy' logger for '__name__' on every module
|
2015-04-22 17:24:41 -03:00 |
|
middleware.py
|
Change 'scrapy' logger for '__name__' on every module
|
2015-04-22 17:24:41 -03: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
|
interpreting application/x-json as TextResponse
|
2015-07-02 19:56:30 +02:00 |
|
shell.py
|
Move scrapy/spider.py to scrapy/spiders/__init__.py
|
2015-05-09 04:20:09 -03:00 |
|
signalmanager.py
|
DOC remove unnecessary links; fix references in send_catch_log_deferred docstring
|
2015-06-10 01:44:19 +05: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
|
Rename scrapy/statscol.py to scrapy/statscollectors.py
|
2015-04-29 21:36:40 -03:00 |
|
telnet.py
|
Change 'scrapy' logger for '__name__' on every module
|
2015-04-22 17:24:41 -03:00 |