Eugenio Lacuesta
|
eaeaa40b99
|
Remove six.PY* checks
|
2019-11-03 01:08:08 -03:00 |
Eugenio Lacuesta
|
5d8abdde59
|
Remove six.text_type from tests
|
2019-11-03 01:01:23 -03:00 |
Eugenio Lacuesta
|
ac62524824
|
Remove six.get_method_*
|
2019-11-03 01:00:54 -03:00 |
Eugenio Lacuesta
|
54a786b102
|
Remove six imports
|
2019-11-03 00:58:47 -03:00 |
Eugenio Lacuesta
|
ce8e515fa8
|
Remove six type wrappers
|
2019-11-03 00:36:25 -03:00 |
Eugenio Lacuesta
|
68bf192172
|
Fix bad import
|
2019-11-03 00:32:07 -03:00 |
Eugenio Lacuesta
|
1aba513693
|
Remove six.iter* occurrences
|
2019-11-03 00:26:44 -03:00 |
Eugenio Lacuesta
|
5ab0f189ce
|
Remove six.moves occurrences from tests
|
2019-11-03 00:01:09 -03:00 |
Eugenio Lacuesta
|
df00389c16
|
Remove six.moves occurrences
|
2019-11-03 00:00:49 -03:00 |
Eugenio Lacuesta
|
c0bfaef37a
|
Remove __future__ imports from tests
|
2019-11-02 23:27:04 -03:00 |
Eugenio Lacuesta
|
415526d922
|
Remove __future__ imports
|
2019-11-02 23:26:38 -03:00 |
Andrey Rakhmatullin
|
48b8ac6009
|
Improve the dbm module ref.
Co-Authored-By: Adrián Chaves <adrian@chaves.io>
|
2019-11-01 20:05:37 +05:00 |
Andrey Rakhmatullin
|
864123132a
|
Fix a duplicate ref name in docs.
|
2019-10-31 22:55:58 +05:00 |
Andrey Rakhmatullin
|
7299e91b1f
|
Remove Py2-only code that checks sys.version_info.
|
2019-10-31 15:22:53 +05:00 |
Andrey Rakhmatullin
|
397e883556
|
Replace to_native_str calls with to_unicode.
|
2019-10-31 15:22:53 +05:00 |
Andrey Rakhmatullin
|
75b1d051d9
|
Simplify some more imports.
|
2019-10-31 15:22:45 +05:00 |
Andrey Rakhmatullin
|
5b70b051a6
|
Some text function messages cleanup, deprecate to_native_str.
|
2019-10-31 15:07:59 +05:00 |
Andrey Rakhmatullin
|
cea2f5e244
|
Remove cStringIO imports.
|
2019-10-31 15:07:54 +05:00 |
Andrey Rakhmatullin
|
c2898fdcf9
|
Deprecate scrapy.utils.gz.read1.
|
2019-10-31 15:07:50 +05:00 |
Andrey Rakhmatullin
|
de7789e52d
|
Remove unneeded and unused code from XmlItemExporter.
|
2019-10-31 15:07:46 +05:00 |
Andrey Rakhmatullin
|
bbd9f4be90
|
Remove six.PY2 and six.PY3 conditionals.
|
2019-10-31 15:07:10 +05:00 |
Adrián Chaves
|
15c55d0c1d
|
Remove LevelDB support (#4112)
|
2019-10-31 10:47:29 +01:00 |
Andrey Rahmatullin
|
229e722a03
|
Initial Python 2 removal (#4091)
|
2019-10-31 10:46:02 +01:00 |
Benjamin Ooghe-Tabanou
|
6d6da78eda
|
Add a keep_fragments parameter to the request_fingerprint function (#4104)
|
2019-10-30 09:13:36 +01:00 |
Amardeep Bhowmick
|
66cbceeb0a
|
Fix redirection error when the Location header value starts with 3 slashes (#4042)
|
2019-10-30 09:09:12 +01:00 |
Adrián Chaves
|
be2e910dd0
|
Bump version: 1.7.0 → 1.8.0
|
2019-10-29 12:57:02 +01:00 |
Adrián Chaves
|
94f060fcc8
|
Cover Scrapy 1.8.0 in the release notes (#3952)
|
2019-10-29 12:53:46 +01:00 |
Andrey Rahmatullin
|
18b808b2e9
|
Merge pull request #4092 from further-reading/master
Add Python 3.8 official support
|
2019-10-29 16:30:58 +05:00 |
Roy
|
93e3dc1b82
|
[test_downloadermiddleware_httpcache.py] Cleaning text
https://github.com/scrapy/scrapy/issues/4085
|
2019-10-28 16:12:03 +00:00 |
Roy
|
b73d217de5
|
[test_downloadermiddleware_httpcache.py] Fixing pytest mark behaviour
https://github.com/scrapy/scrapy/issues/4085
|
2019-10-28 12:55:54 +00:00 |
Roy
|
74909030a5
|
[tox.ini] Removing obsolete py37 extra deps enviornment
https://github.com/scrapy/scrapy/issues/4085
|
2019-10-28 12:52:36 +00:00 |
Roy
|
c51fb959e2
|
[test_downloadermiddleware_httpcache] Fixing pytest skip behaviour
https://github.com/scrapy/scrapy/issues/4085
|
2019-10-28 12:36:54 +00:00 |
Roy
|
4432136fff
|
[test_downloadermiddleware_httpcache] Fixing pytest skip behaviour
https://github.com/scrapy/scrapy/issues/4085
|
2019-10-28 12:22:21 +00:00 |
Roy
|
9b47dc6a70
|
[travis, setup] Adding official python 3.8 support
https://github.com/scrapy/scrapy/issues/4085
|
2019-10-28 11:24:52 +00:00 |
Roy
|
16bb3ac20d
|
[test_downloadermiddleware_httpcache] Using skipif approach
https://github.com/scrapy/scrapy/issues/4085
|
2019-10-28 11:24:09 +00:00 |
Roy Healy
|
3af2abb75b
|
Merge pull request #1 from Gallaecio/py38
Mark the LevelDB storage backend as deprecated
|
2019-10-28 10:35:04 +00:00 |
Adrián Chaves
|
3d0df419c4
|
Mark the LevelDB storage backend as deprecated
|
2019-10-28 11:24:47 +01:00 |
Roy Healy
|
b5a00262ec
|
Update .travis.yml
Reverting change to 3.8 extra dependency environment.
|
2019-10-28 09:59:33 +00:00 |
elacuesta
|
7731814cc2
|
ItemLoader: improve handling of initial item (#4036)
|
2019-10-28 10:53:53 +01:00 |
Adrián Chaves
|
bb91f9c78c
|
Cover Scrapy 1.7.4 in the release notes
|
2019-10-28 09:58:13 +01:00 |
Roy
|
20ea912513
|
[test_downloadermiddleware_httpcache] Making xfails more informative
https://github.com/scrapy/scrapy/issues/4085
|
2019-10-27 18:52:01 +00:00 |
Roy
|
70b2854590
|
[test_downloadermiddleware_httpcache] Making xfails more informative
https://github.com/scrapy/scrapy/issues/4085
|
2019-10-27 18:51:26 +00:00 |
Roy
|
b3df0a8415
|
[test_downloadermiddleware_httpcache] Adding xfails to impacted tests following hack fix
https://github.com/scrapy/scrapy/issues/4085
|
2019-10-27 18:28:47 +00:00 |
Roy
|
11942c436c
|
[test_downloadermiddleware_httpcache] Trying hack to handle systemerror whjen importing leveldb
https://github.com/scrapy/scrapy/issues/4085
|
2019-10-27 18:02:13 +00:00 |
Roy
|
deacd34c8d
|
[test_downloadermiddleware_httpcache] Attempting to add xfail for leveldb related tests
https://github.com/scrapy/scrapy/issues/4085
|
2019-10-27 17:39:47 +00:00 |
Roy Healy
|
4068797558
|
Update test_downloadermiddleware_httpcache.py
Adding xfail denoting that leveldb is not supported in 3.8
|
2019-10-27 17:02:17 +00:00 |
Roy Healy
|
179dc916ff
|
Update setup.py
Updating setup.py to remove python 3.8 support for now
|
2019-10-27 16:48:20 +00:00 |
Adrián Chaves
|
1d5c270ce8
|
Fix dangling file descriptor in FeedExporter when FEED_STORE_EMPTY is False (#4023)
|
2019-10-22 15:12:52 +02:00 |
WinterComes
|
5d75ed4cba
|
Remove an old note about contracts (#4093)
|
2019-10-22 12:19:07 +02:00 |
illgitthat
|
07822935ec
|
Updating link for miniconda (#4089)
|
2019-10-22 12:05:34 +02:00 |