Mikhail Korobov
|
16e0636dcf
|
Merge pull request #4186 from Gallaecio/lgtm
Remove unused imports
|
2019-11-22 12:28:29 +05:00 |
Mikhail Korobov
|
d2b73b8e21
|
Merge pull request #4114 from scrapy/remove-py2-tests
Remove py2 tests
|
2019-11-21 18:22:10 +05:00 |
Adrián Chaves
|
a2bf340bab
|
Remove unused imports
|
2019-11-21 14:21:17 +01:00 |
Mikhail Korobov
|
65e2fb7d89
|
Merge pull request #4153 from Gallaecio/lgtm
MutableChain: return self from __iter__
|
2019-11-20 19:46:20 +05:00 |
Mikhail Korobov
|
e96ca89a1d
|
Merge pull request #4174 from Gallaecio/flake8
Add missing blank lines between functions and classes
|
2019-11-20 19:34:04 +05:00 |
Andrey Rahmatullin
|
78ad01632f
|
Fix flake8 problems in PR #3989 (#4176)
|
2019-11-19 10:43:30 +01:00 |
Andrey Rakhmatullin
|
beb7d80d6a
|
Add a comment about the noconnect tests.
|
2019-11-19 13:52:49 +05:00 |
Andrey Rakhmatullin
|
922a66cf07
|
Fix or ignore flake8 problems.
|
2019-11-19 13:52:49 +05:00 |
Andrey Rakhmatullin
|
a7b640991d
|
Rename tests/py3-ignores.txt to tests/ignores.txt.
|
2019-11-19 13:52:49 +05:00 |
Andrey Rakhmatullin
|
8b730a3670
|
Use self.proc.communicate() after killing mitmdump.
|
2019-11-19 13:52:49 +05:00 |
Andrey Rakhmatullin
|
5970d00eb9
|
Only xfail test_https_connect_tunnel_error on 3.6+.
|
2019-11-19 13:52:49 +05:00 |
Andrey Rakhmatullin
|
5080180c75
|
Improve the test_https_tunnel_without_leak_proxy_authorization_header change.
|
2019-11-19 13:52:49 +05:00 |
Andrey Rakhmatullin
|
c4ef950efd
|
Use an older mitmproxy for py3.5.
|
2019-11-19 13:52:49 +05:00 |
Andrey Rakhmatullin
|
3ec6960732
|
Fix test_proxy_connect.py for py3.5.
|
2019-11-19 13:52:49 +05:00 |
Andrey Rakhmatullin
|
c327ad9ba6
|
Remove an unused six import.
|
2019-11-19 13:52:49 +05:00 |
Andrey Rakhmatullin
|
cbb6d0c6a7
|
Mark failing proxy tests.
|
2019-11-19 13:52:49 +05:00 |
Andrey Rakhmatullin
|
f066257e95
|
Restore tests/test_proxy_connect.py and update it to modern mitmproxy.
|
2019-11-19 13:52:49 +05:00 |
Andrey Rakhmatullin
|
e18014d84d
|
Remove Python 2-only tests.
|
2019-11-19 13:52:49 +05:00 |
Andrey Rahmatullin
|
25cd7ac7ab
|
Merge pull request #4094 from victor-torres/invalid-url
Improve URL schema validation on scrapy.Request initialization
|
2019-11-19 13:50:08 +05:00 |
Andrey Rahmatullin
|
3408b757c1
|
Merge pull request #3989 from elacuesta/logformatter_error_method
LogFormatter improvements
|
2019-11-19 13:44:43 +05:00 |
Adrián Chaves
|
f261cf65e9
|
Add missing blank lines between functions and classes
Also fixed 2 unrelated Flake8 issues
|
2019-11-18 17:16:09 +01:00 |
Adrián Chaves
|
99d8b05a0b
|
Deprecate scrapy.utils.python.MutableChain.next
|
2019-11-18 10:58:47 +01:00 |
Marc Hernandez Cabot
|
0e252f5a13
|
fix E711 and E713
|
2019-11-15 19:12:43 +01:00 |
Mikhail Korobov
|
550d8046fd
|
Merge pull request #4157 from Gallaecio/flake8
Add missing whitespace after ‘,’, ‘;’ or ‘:’
|
2019-11-14 23:42:06 +05:00 |
Andrey Rakhmatullin
|
3b2289ad01
|
Rename test_non_str_url_py2 to test_bytes_url.
|
2019-11-14 22:53:28 +05:00 |
Andrey Rakhmatullin
|
fe3a121f13
|
Use kwargs when calling get_func_args.
|
2019-11-14 22:50:53 +05:00 |
Andrey Rakhmatullin
|
e291460db6
|
Fix flake8-detected errors.
|
2019-11-14 15:24:37 +05:00 |
Adrián Chaves
|
1a4a77d49f
|
Remove Python 2 check from MutableChainTest
|
2019-11-14 10:24:31 +01:00 |
Andrey Rakhmatullin
|
87c23ba22d
|
Remove Py2-only code that checks sys.version_info.
|
2019-11-14 13:45:39 +05:00 |
Andrey Rakhmatullin
|
a138fb05d4
|
Replace to_native_str calls with to_unicode.
|
2019-11-14 13:45:39 +05:00 |
Andrey Rakhmatullin
|
92ffd2f249
|
Simplify some more imports.
|
2019-11-14 13:45:39 +05:00 |
Andrey Rakhmatullin
|
85e79ae792
|
Remove cStringIO imports.
|
2019-11-14 13:45:39 +05:00 |
Andrey Rakhmatullin
|
1d7c8cb0b1
|
Remove six.PY2 and six.PY3 conditionals.
|
2019-11-14 13:45:37 +05:00 |
Adrián Chaves
|
33ef24c757
|
Add missing whitespace after ‘,’, ‘;’ or ‘:’
|
2019-11-13 10:52:05 +01:00 |
Andrey Rahmatullin
|
c911e80209
|
Merge pull request #4088 from ammarnajjar/4086-constructor-initializer-docs
docs: use __init__ method instead of constructor
|
2019-11-12 21:48:16 +05:00 |
Andrey Rahmatullin
|
c91390558d
|
Merge pull request #4074 from purvaudai/master
Added Pathlib.Path support: Issue #3731
|
2019-11-12 21:43:28 +05:00 |
purvaudai
|
4b8b0345e5
|
Mades Changes as per review
|
2019-11-12 18:17:15 +05:30 |
Andrey Rahmatullin
|
93385e647a
|
Merge pull request #4123 from elacuesta/utils-local-cache-limit
Fix LocalCache limit issue, add tests
|
2019-11-12 16:05:22 +05:00 |
purvaudai
|
50eaabe1fc
|
Added Test
|
2019-11-11 20:00:26 +05:30 |
purvaudai
|
f39ff49458
|
Added Test
|
2019-11-11 18:54:21 +05:30 |
purvaudai
|
970c3be160
|
Added Test
|
2019-11-11 18:34:15 +05:30 |
purvaudai
|
9e6e2dde2b
|
Adding test
|
2019-11-11 16:10:37 +05:30 |
purvaudai
|
0042c389eb
|
Adding test
|
2019-11-11 15:57:58 +05:30 |
purvaudai
|
084a1cda6d
|
Adding test
|
2019-11-11 15:41:00 +05:30 |
Adrián Chaves
|
1df5755699
|
Set the bases for testing code examples from the documentation
|
2019-11-08 16:00:10 +01:00 |
Marc Hernández
|
c377c14e32
|
Fix W391 Blank line at end of file (#4137)
|
2019-11-07 17:47:35 +01:00 |
Eugenio Lacuesta
|
613c66a034
|
Do not override built-in max function
|
2019-11-05 09:45:51 -03:00 |
elacuesta
|
fed9fbe62d
|
Update tests/test_utils_datatypes.py
Co-Authored-By: Adrián Chaves <adrian@chaves.io>
|
2019-11-04 15:34:27 -03:00 |
Eugenio Lacuesta
|
439a3e59b8
|
Fix scrapy.utils.datatypes.LocalCache limit issue
|
2019-11-04 10:35:58 -03:00 |
Adrián Chaves
|
f02c3d1dcf
|
Use communicate() instead of wait() after killing the mock server (#4095)
|
2019-10-31 13:31:33 +01:00 |