| .. |
|
commands
|
Merge remote-tracking branch 'upstream/master' into remove-six-code
|
2019-11-08 12:29:15 -03:00 |
|
contracts
|
Aplly suggestions by @victor-torres
|
2019-08-29 10:51:16 -03:00 |
|
core
|
Merge remote-tracking branch 'upstream/master' into remove-six-code
|
2019-11-08 12:29:15 -03:00 |
|
downloadermiddlewares
|
Remove six types
|
2019-11-03 12:10:37 -03:00 |
|
extensions
|
Remove six.iter* occurrences
|
2019-11-03 00:26:44 -03:00 |
|
http
|
PEP8 adjustments
|
2019-11-08 22:13:03 -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
|
Merge remote-tracking branch 'upstream/master' into remove-six-code
|
2019-11-08 12:29:15 -03:00 |
|
templates
|
fix typo (Response -> Request)
|
2019-04-05 14:31:15 -03:00 |
|
utils
|
Merge branch 'remove-six-code' of github.com:scrapy/scrapy into remove-six-code
|
2019-11-08 22:17:12 -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
|
PEP8 adjustments
|
2019-11-08 22:13:03 -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
|
PEP8 adjustments
|
2019-11-08 22:13:03 -03:00 |
|
extension.py
|
Replace BaseSettings._getcomposite() with public .getwithbase() method
|
2015-11-11 17:39:57 +01:00 |
|
interfaces.py
|
Fix W391 Blank line at end of file (#4137)
|
2019-11-07 17:47:35 +01:00 |
|
item.py
|
Remove metaclass-related six code
|
2019-11-03 12:03:02 -03:00 |
|
link.py
|
PEP8 adjustments
|
2019-11-08 22:13:03 -03: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 elluding six occurrences
|
2019-11-03 12:26:38 -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
|
Fix W391 Blank line at end of file (#4137)
|
2019-11-07 17:47:35 +01:00 |