| .. |
|
commands
|
Remove six.moves occurrences
|
2019-11-03 00:00:49 -03:00 |
|
contracts
|
Aplly suggestions by @victor-torres
|
2019-08-29 10:51:16 -03:00 |
|
core
|
Remove six.get_method_*
|
2019-11-03 01:00:54 -03:00 |
|
downloadermiddlewares
|
Remove six.iter* occurrences
|
2019-11-03 00:26:44 -03:00 |
|
extensions
|
Remove six.iter* occurrences
|
2019-11-03 00:26:44 -03:00 |
|
http
|
Remove six imports
|
2019-11-03 00:58:47 -03:00 |
|
linkextractors
|
Remove six imports
|
2019-11-03 00:58:47 -03:00 |
|
loader
|
Remove six.iter* occurrences
|
2019-11-03 00:26:44 -03:00 |
|
pipelines
|
Remove six.iter* occurrences
|
2019-11-03 00:26:44 -03:00 |
|
selector
|
Deprecation removals for Scrapy 1.7
|
2019-07-06 13:41:56 +00:00 |
|
settings
|
Remove six imports
|
2019-11-03 00:58:47 -03:00 |
|
spidermiddlewares
|
Remove six.moves occurrences
|
2019-11-03 00:00:49 -03:00 |
|
spiders
|
Remove six imports
|
2019-11-03 00:58:47 -03:00 |
|
templates
|
fix typo (Response -> Request)
|
2019-04-05 14:31:15 -03:00 |
|
utils
|
Remove six.get_method_*
|
2019-11-03 01:00:54 -03:00 |
|
VERSION
|
Bump version: 1.7.0 → 1.8.0
|
2019-10-29 12:57:02 +01:00 |
|
__init__.py
|
Initial Python 2 removal (#4091)
|
2019-10-31 10:46:02 +01:00 |
|
__main__.py
|
Add support for executing scrapy using -m option of python
|
2017-05-15 22:52:23 -03:00 |
|
_monkeypatches.py
|
Remove six.moves occurrences
|
2019-11-03 00:00:49 -03:00 |
|
cmdline.py
|
Remove __future__ imports
|
2019-11-02 23:26:38 -03:00 |
|
crawler.py
|
Remove six imports
|
2019-11-03 00:58:47 -03:00 |
|
dupefilters.py
|
Remove __future__ imports
|
2019-11-02 23:26:38 -03:00 |
|
exceptions.py
|
Undocument _InvalidOutput exception
|
2017-03-10 15:41:57 -03:00 |
|
exporters.py
|
Remove six imports
|
2019-11-03 00:58:47 -03:00 |
|
extension.py
|
Replace BaseSettings._getcomposite() with public .getwithbase() method
|
2015-11-11 17:39:57 +01:00 |
|
interfaces.py
|
SpiderManager shim is removed
|
2018-07-06 03:28:01 +05:00 |
|
item.py
|
Remove six.iter* occurrences
|
2019-11-03 00:26:44 -03:00 |
|
link.py
|
Remove six.PY2 and six.PY3 conditionals.
|
2019-10-31 15:07:10 +05:00 |
|
logformatter.py
|
Cover Scrapy 1.8.0 in the release notes (#3952)
|
2019-10-29 12:53:46 +01:00 |
|
mail.py
|
Remove six.moves occurrences
|
2019-11-03 00:00:49 -03:00 |
|
middleware.py
|
Use collections.deque instead of list to store methods
|
2018-10-29 12:40:20 -03:00 |
|
mime.types
|
moved module scrapy.core.downloader.responsetypes to scrapy.responsetypes
|
2011-08-07 02:49:57 -03:00 |
|
pqueues.py
|
improve tests and fix some lint warnings (#6)
|
2019-03-25 16:08:40 +03:00 |
|
resolver.py
|
Do not cache DNS responses when cache size is 0
|
2017-07-04 23:18:15 +02:00 |
|
responsetypes.py
|
Remove six.iter* occurrences
|
2019-11-03 00:26:44 -03:00 |
|
robotstxt.py
|
Remove six.moves occurrences
|
2019-11-03 00:00:49 -03:00 |
|
shell.py
|
Remove __future__ imports
|
2019-11-02 23:26:38 -03:00 |
|
signalmanager.py
|
Remove __future__ imports
|
2019-11-02 23:26:38 -03:00 |
|
signals.py
|
Revert "new signal"
|
2019-03-25 16:08:40 +03:00 |
|
spiderloader.py
|
Remove __future__ imports
|
2019-11-02 23:26:38 -03:00 |
|
squeues.py
|
Remove six.moves occurrences
|
2019-11-03 00:00:49 -03:00 |
|
statscollectors.py
|
enable test_stats and test_utils_log tests in Python 3
|
2015-08-26 01:58:59 +05:00 |