Eugenio Lacuesta
|
7383b2b428
|
Flake8: Remove E128 (core module)
|
2020-05-06 17:27:44 -03:00 |
Eugenio Lacuesta
|
2af34873cc
|
Flake8: Remove E128 (commands module)
|
2020-05-06 17:25:14 -03:00 |
Mikhail Korobov
|
0a7581df23
|
Merge pull request #4537 from Gallaecio/restric-travis-ci-tests
Travis CI: do not run security and Flake8 on multiple jobs
|
2020-05-07 00:54:17 +05:00 |
Eugenio Lacuesta
|
25eeb77ba6
|
Merge remote-tracking branch 'upstream/master' into flake8-max-line-length
|
2020-05-06 16:52:17 -03:00 |
Eugenio Lacuesta
|
88efc98847
|
Flake8: remove E129
|
2020-05-06 16:42:47 -03:00 |
Eugenio Lacuesta
|
4c12a234ae
|
Flake8: Remove E126
|
2020-05-06 16:10:21 -03:00 |
Adrián Chaves
|
a19d15013a
|
Merge remote-tracking branch 'upstream/master' into spider-name-collision
|
2020-05-06 20:52:36 +02:00 |
Eugenio Lacuesta
|
cc23d1cb58
|
Flake8: Remove E124
|
2020-05-06 15:40:37 -03:00 |
Eugenio Lacuesta
|
d71804ef29
|
Flake8: Remove E122
|
2020-05-06 15:23:36 -03:00 |
Adrián Chaves
|
a859ea0c8b
|
Merge remote-tracking branch 'upstream/master' into allow-customizing-export-column-names
|
2020-05-06 19:48:32 +02:00 |
Eugenio Lacuesta
|
0e382c8160
|
Remove unused import
|
2020-05-06 14:09:10 -03:00 |
Eugenio Lacuesta
|
93436f9d3a
|
Chain pickling exception, test_squeues.py updates
|
2020-05-06 14:05:27 -03:00 |
Eugenio Lacuesta
|
b1ddd7bd7b
|
Refactor test_squeues.py
|
2020-05-06 13:44:02 -03:00 |
Andrey Rahmatullin
|
b76d280cc3
|
Merge pull request #4540 from elacuesta/flake8-remove-e123
Flake8: remove E123
|
2020-05-06 21:38:04 +05:00 |
Eugenio Lacuesta
|
d0bb04f089
|
Switch to pickle protocol 4
|
2020-05-06 13:37:23 -03:00 |
Andrey Rahmatullin
|
4957a0a172
|
Merge pull request #4539 from elacuesta/flake8-remove-e125
Flake8: remove E125
|
2020-05-06 21:36:20 +05:00 |
Andrey Rahmatullin
|
977ce9f7a8
|
Merge pull request #4538 from elacuesta/flake8-remove-e127
Flake8: remove E127
|
2020-05-06 21:34:24 +05:00 |
Eugenio Lacuesta
|
8643e8d355
|
Flake8: remove E123 (Closing bracket does not match indentation of opening bracket's line)
|
2020-05-06 12:26:04 -03:00 |
Michał Panek
|
628c4a5319
|
Add a warning/error in case of incorrect gcs permissions (#4508)
|
2020-05-06 17:09:20 +02:00 |
Adrián Chaves
|
a79cfce57b
|
Merge branch 'master' into pylint
|
2020-05-06 16:24:13 +02:00 |
Adrián Chaves
|
286fca733f
|
Fix parameter name, broken by copy-pasting
|
2020-05-06 16:20:55 +02:00 |
Eugenio Lacuesta
|
63600243e0
|
Flake8: remove E125 (Continuation line with same indent as next logical line)
Also remove E401 from pytest.ini - no occurrences in the codebase
|
2020-05-06 10:26:52 -03:00 |
Eugenio Lacuesta
|
fe0c582ee0
|
Flake8: remove E127 in tests (continuation line over-indented for visual indent)
|
2020-05-06 09:49:10 -03:00 |
Eugenio Lacuesta
|
49e8a337f7
|
Flake8: remove E127 (continuation line over-indented for visual indent)
|
2020-05-06 09:37:01 -03:00 |
Eugenio Lacuesta
|
8d1e3ee0dd
|
Remove deprecated BaseItem from the docs
|
2020-05-06 09:24:40 -03:00 |
Adrián Chaves
|
98835a0d40
|
Merge branch 'master' into test-ubuntu-bionic
|
2020-05-06 13:59:01 +02:00 |
Adrián Chaves
|
418b9b5f52
|
Travis CI: do not run security and Flake8 on multiple jobs
|
2020-05-06 11:15:02 +02:00 |
Eugenio Lacuesta
|
17c0cf64ae
|
Flake8: remove W504 code (#4525)
Co-authored-by: Mikhail Korobov <kmike84@gmail.com>
|
2020-05-06 00:14:48 +02:00 |
Eugenio Lacuesta
|
7988c676a9
|
Update Item docstring, update BaseItem occurrences
|
2020-05-05 13:11:01 -03:00 |
Eugenio Lacuesta
|
622ce86066
|
Test: make sure scrapy.item.Item does not issue a deprecation warning
|
2020-05-04 16:22:24 -03:00 |
Mikhail Korobov
|
8f72b70f06
|
Merge pull request #4533 from scrapy/doc-old-twisted
Don't mention unsupported package versions in docs
|
2020-05-04 23:51:40 +05:00 |
Mikhail Korobov
|
fe6154e4fa
|
clarify DOWNLOADER_HTTPCLIENTFACTORY docs
|
2020-05-04 18:18:38 +05:00 |
Eugenio Lacuesta
|
e1948b4923
|
Add example about bytes_received signal
|
2020-05-04 09:07:27 -03:00 |
Eugenio Lacuesta
|
f75941f79d
|
Deprecate scrapy.item.BaseItem
|
2020-05-04 08:53:32 -03:00 |
Mikhail Korobov
|
83d7360bb7
|
Don't mention unsupported package versions in docs
|
2020-05-04 02:00:11 +05:00 |
BroodingKangaroo
|
dad2ea7522
|
Change time_id to batch_time
|
2020-05-02 01:21:03 +03:00 |
Eugenio Lacuesta
|
4d625afda5
|
Merge branch 'master' into bytes_received_signal
|
2020-05-01 16:11:32 -03:00 |
BroodingKangaroo
|
df81870f39
|
Merge branch 'master' of https://github.com/scrapy/scrapy into ISSUE-4250-add_batch_deliveries
|
2020-05-01 12:18:39 +03:00 |
BroodingKangaroo
|
3f9874fac9
|
Add test s3 export
|
2020-05-01 11:52:16 +03:00 |
Mikhail Korobov
|
b6eae22b38
|
Merge pull request #4522 from Gallaecio/travis-tox-py
Remove TOXENV from .travis.yml unless needed
|
2020-04-29 00:26:00 +05:00 |
Mikhail Korobov
|
6c69b03a27
|
Merge pull request #4521 from Gallaecio/tox-asyncio
Simplify the asyncio Tox environment
|
2020-04-29 00:25:42 +05:00 |
Mikhail Korobov
|
65ba9e1063
|
Merge pull request #4517 from Gallaecio/run-quick-tests-first
Run quick tests first in Travis CI
|
2020-04-29 00:19:55 +05:00 |
Adrián Chaves
|
ec0a0eb3ab
|
Merge branch 'master' into spider-name-collision
|
2020-04-28 21:13:08 +02:00 |
Adrián Chaves
|
1006db1e10
|
Merge branch 'master' into documentation-build
|
2020-04-28 21:07:14 +02:00 |
Adrián Chaves
|
f2bbdb43ee
|
Merge branch 'master' into remove-deprecated-http-client-factory
|
2020-04-28 18:24:16 +02:00 |
Eugenio Lacuesta
|
f787b8483c
|
IPv6 test: check for the absence of DNSLookupError
|
2020-04-28 17:50:06 +02:00 |
Adrián Chaves
|
3a64f3eb29
|
Remove TOXENV from .travis.yml unless needed
|
2020-04-28 17:44:19 +02:00 |
Adrián Chaves
|
5c0f11b4ef
|
Simplify the asyncio Tox environment
|
2020-04-28 17:32:53 +02:00 |
Adrián Chaves
|
15d96ab8b5
|
Test the latest Ubuntu along the latest Python
|
2020-04-28 17:09:05 +02:00 |
Adrián Chaves
|
e3c3ec2ba9
|
Run quick tests first in Travis CI
|
2020-04-28 13:48:50 +02:00 |