Paul Tremberth
|
c9e046d11d
|
Merge pull request #1657 from palego/os.mknod-fails-on-macos
[MRG+1] change os.mknod() for open()
|
2016-01-21 15:17:57 +01:00 |
|
Paul Tremberth
|
da83f2dca7
|
Merge pull request #1693 from lopuhin/py3-commands-fetch-shell
[MRG+1] Py3: port commands fetch and shell
|
2016-01-21 10:59:32 +01:00 |
|
Paul Tremberth
|
6d8620ffe7
|
Merge pull request #1691 from lopuhin/py3-test-engine
[MRG+1] Py3: port test_engine
|
2016-01-21 10:30:39 +01:00 |
|
Capi Etheriel
|
659715ecd9
|
implements FormRequest.from_response CSS support
|
2016-01-21 01:05:20 -02:00 |
|
Konstantin Lopuhin
|
a5da7531c4
|
py3 backout skipping test_closespider - it was fixed on another branch
|
2016-01-20 23:01:29 +03:00 |
|
Konstantin Lopuhin
|
47d3c63338
|
py3: port fetch and shell commands, and review + enable already passing test_closespider.py and tests/test_utils_template.py
|
2016-01-20 23:01:29 +03:00 |
|
Konstantin Lopuhin
|
c1db60188a
|
py3: unskip passing test_engine
|
2016-01-20 22:57:46 +03:00 |
|
Konstantin Lopuhin
|
0b08b4bfcf
|
fix engine tests - this callback (spider_closed_callback) should accept one argument, but the error was hidden on py2
|
2016-01-20 22:57:46 +03:00 |
|
Konstantin Lopuhin
|
a32b59ac75
|
py3: fix EngineTest.test_crawler
|
2016-01-20 22:57:46 +03:00 |
|
Elias Dorneles
|
8a1255d3ba
|
Merge pull request #1680 from lopuhin/py3-downloader-middleware
[MRG+1] Py3: port downloader cache and compression middlewares
|
2016-01-20 17:05:54 -02:00 |
|
Daniel Graña
|
176610f910
|
optional_features has been removed
|
2016-01-19 15:34:26 -03:00 |
|
Daniel Graña
|
5ec4319885
|
Merge pull request #1358 from nyov/nyov/boto-anon-connection
[MRG+1] Support anonymous S3DownloadHandler (boto) connections
|
2016-01-19 13:35:23 -03:00 |
|
Konstantin Lopuhin
|
4c84172840
|
move leveldb to tests/requirements-py3.txt
|
2016-01-19 18:24:58 +03:00 |
|
Konstantin Lopuhin
|
07577c432e
|
Merge branch 'master' into py3-http-downloaders
|
2016-01-19 17:39:22 +03:00 |
|
Daniel Graña
|
49fe631d89
|
Merge pull request #1676 from lopuhin/py3-webclient
[MRG+1] py3: fix webclient
|
2016-01-19 11:07:54 -03:00 |
|
Konstantin Lopuhin
|
de98d8d006
|
move comment about test skipped on py3 into a proper place
|
2016-01-18 19:27:31 +03:00 |
|
Konstantin Lopuhin
|
7ffcc58759
|
Merge branch 'py3-http-downloaders' into py3-downloader-middleware
|
2016-01-18 19:23:12 +03:00 |
|
Konstantin Lopuhin
|
7fdd3225b2
|
fix test skipping logic - this is (temporary) py2-only part
|
2016-01-18 19:09:09 +03:00 |
|
Konstantin Lopuhin
|
324f2c1a6f
|
common test_downloadermiddleware.py also passes now due to fixes in compression middleware
|
2016-01-18 16:45:22 +03:00 |
|
Konstantin Lopuhin
|
0b9336418e
|
py3: port compression downloader middleware and tests
|
2016-01-18 16:43:58 +03:00 |
|
Konstantin Lopuhin
|
6edd4dec33
|
Merge branch 'py3-http-downloaders' into py3-downloader-middleware
|
2016-01-18 15:51:26 +03:00 |
|
Konstantin Lopuhin
|
f876654a0c
|
Merge branch 'py3-webclient' into py3-http-downloaders
|
2016-01-18 15:50:58 +03:00 |
|
Konstantin Lopuhin
|
4946434582
|
revert most changes to this test, and clarify - it is valid only on py2, because urls are strictly unicode on py3
|
2016-01-18 15:23:01 +03:00 |
|
Konstantin Lopuhin
|
a2efd389b0
|
clarify: rename r_transform to response_transform
|
2016-01-18 15:09:54 +03:00 |
|
Konstantin Lopuhin
|
b940606b7e
|
this is a test for TunnelingTCP4ClientEndpoint - move into Http11ProxyTestCase
|
2016-01-18 15:06:15 +03:00 |
|
Konstantin Lopuhin
|
0f527849f2
|
https proxy tunneling - add a test (not perfect, but covers all impl) and fix for py3
|
2016-01-18 14:44:04 +03:00 |
|
Konstantin Lopuhin
|
98c060d0b2
|
py3: fix http 1.1 test with https, and use self.host everywhere
|
2016-01-18 12:42:21 +03:00 |
|
Konstantin Lopuhin
|
04f69fd184
|
add https 1.1 downloader test - localhost is a valid DNS-ID
|
2016-01-18 12:37:46 +03:00 |
|
Konstantin Lopuhin
|
f403c88053
|
Merge branch 'py3-webclient' into py3-http-downloaders
|
2016-01-18 12:25:51 +03:00 |
|
palego
|
6b905a9aec
|
split-up the assertIn
to deal with OS X intricacies (directories prefixed with /private)
|
2016-01-18 10:18:31 +01:00 |
|
Konstantin Lopuhin
|
673df5e416
|
add webclient test - check that non-standart body encoding matches Content-Encoding header
|
2016-01-18 11:44:49 +03:00 |
|
Konstantin Lopuhin
|
7d44c5dcea
|
py3: unskip tests/test_downloadermiddleware_httpcache.py and scrapy/downloadermiddlewares/httpcache.py
|
2016-01-15 15:41:31 +03:00 |
|
Konstantin Lopuhin
|
8330776c21
|
fix error reporting in test: we can fail in process_request too, so result should always be defined
|
2016-01-15 15:16:12 +03:00 |
|
Konstantin Lopuhin
|
4398d95a02
|
skip this file on py3 again - it has one compression test, sould be done separately
|
2016-01-15 14:54:12 +03:00 |
|
Konstantin Lopuhin
|
ae6758ee97
|
Merge branch 'py3-http-downloaders' into py3-downloader-middleware
|
2016-01-15 14:39:27 +03:00 |
|
Konstantin Lopuhin
|
a4ca1668d8
|
add https test for http10 handler (no luck with testing https with http11 so far)
|
2016-01-15 14:20:19 +03:00 |
|
Konstantin Lopuhin
|
96fcf4cea4
|
add a check that byte url is not accepted in http.Response on py3
|
2016-01-15 13:27:28 +03:00 |
|
Konstantin Lopuhin
|
87849780bc
|
some py3 fixes for RFC2616Policy
|
2016-01-15 13:13:10 +03:00 |
|
Konstantin Lopuhin
|
ddc91dda27
|
py3: fix _BaseTest in httpcache
|
2016-01-15 11:49:28 +03:00 |
|
Konstantin Lopuhin
|
94ab7bee6c
|
py3: body to bytes in tests, unskip test file
|
2016-01-15 11:26:01 +03:00 |
|
Konstantin Lopuhin
|
99f1f2ad1d
|
unskip tests and modules ported to py3
|
2016-01-14 19:00:48 +03:00 |
|
Konstantin Lopuhin
|
81a90c3af6
|
unskip part of test_download_gzip_response on py3, file a twisted issue for the remaining part
|
2016-01-14 18:47:06 +03:00 |
|
Konstantin Lopuhin
|
2aa6c92ffc
|
py3 fixes in tests.mockserver
|
2016-01-14 17:52:50 +03:00 |
|
Konstantin Lopuhin
|
f46a9d595d
|
skip ftp tests on py3 for now
|
2016-01-14 17:31:58 +03:00 |
|
Konstantin Lopuhin
|
4950f5988e
|
py3: pass http proxy tests
|
2016-01-14 17:24:08 +03:00 |
|
Konstantin Lopuhin
|
c6f14a39de
|
py3: fix http10 downloader - unicode host expected here
|
2016-01-14 16:50:16 +03:00 |
|
Konstantin Lopuhin
|
6b79fffa9a
|
py3: pass all of HttpTestCase
|
2016-01-14 16:37:18 +03:00 |
|
Konstantin Lopuhin
|
3509378b8b
|
py3: pass first http downloader test, simple crawler works now, yay!
|
2016-01-14 16:29:19 +03:00 |
|
Konstantin Lopuhin
|
32bb5b682a
|
fix import of test_downloader_handlers.py: use @implementer, move failing on py3 imports into corresponding tests
|
2016-01-14 16:11:16 +03:00 |
|
Konstantin Lopuhin
|
5c2241ccc7
|
py3: fix webclient tests after making ScrapyHTTPClientFactory use bytes as in twisted
|
2016-01-14 15:30:28 +03:00 |
|