Eugenio Lacuesta
|
a8114d3731
|
Typing: annotate a few Spider attributes
|
2020-08-26 09:00:36 -03:00 |
Aditya
|
450ba6b51f
|
fix(typo): stream -> streams, use isinstance
|
2020-08-26 17:20:59 +05:30 |
Ammar Najjar
|
2ca8dfb4b0
|
revert f-string changes for files under sep/
Issue #4324
|
2020-08-26 13:49:39 +02:00 |
Ammar Najjar
|
7597193dbe
|
Merge branch 'master' into 4307-use-f-strings
Resolve Conflicts:
tests/test_middleware.py
|
2020-08-26 13:46:46 +02:00 |
Ammar Najjar
|
9aaddcde0a
|
Update scrapy/utils/conf.py
Co-authored-by: Adrián Chaves <adrian@chaves.io>
|
2020-08-26 11:44:20 +00:00 |
Ammar Najjar
|
ea03e4254f
|
Update scrapy/http/request/form.py
Co-authored-by: Adrián Chaves <adrian@chaves.io>
|
2020-08-26 11:43:52 +00:00 |
Ammar Najjar
|
92dfa7176d
|
Update scrapy/extensions/statsmailer.py
Co-authored-by: Adrián Chaves <adrian@chaves.io>
|
2020-08-26 11:43:40 +00:00 |
Ammar Najjar
|
c77450990d
|
Update scrapy/commands/version.py
Co-authored-by: Adrián Chaves <adrian@chaves.io>
|
2020-08-26 11:41:24 +00:00 |
maranqz
|
29725e4b58
|
Fix tabulation of rst and change documentation link.
|
2020-08-26 14:38:37 +03:00 |
nyov
|
cf50561b86
|
Allow passing classes directly in Settings (#3873)
Co-authored-by: Adrián Chaves <adrian@chaves.io>
|
2020-08-26 13:08:14 +02:00 |
maranqz
|
560c335c07
|
Add errors parameter in documentation.
|
2020-08-26 14:00:51 +03:00 |
Ammar Najjar
|
58ca8bbf6d
|
Use f-strings (#4307)
|
2020-08-26 07:11:05 +02:00 |
Mikhail Korobov
|
0ccaf89a6f
|
Merge pull request #4756 from ivanprado/master
Support for delegated methods as callbacks
|
2020-08-26 00:10:43 +05:00 |
Adrián Chaves
|
2f28cee3ce
|
Add a test to cover searching for a missing node name
|
2020-08-25 17:49:17 +02:00 |
Adrián Chaves
|
6eb1fc4ab5
|
Merge remote-tracking branch 'upstream/master' into fix_iternodes
|
2020-08-25 17:01:54 +02:00 |
Iván de Prado
|
0524df8669
|
Code simplification.
Thanks @victor-torres for the suggestion
|
2020-08-25 14:37:10 +01:00 |
Andrey Rahmatullin
|
067125c303
|
Merge pull request #4752 from drs-11/master
DOWNLOAD_MAXSIZE logger level changed from Error to Warning
|
2020-08-25 18:35:50 +05:00 |
Adrián Chaves
|
39affea93c
|
Fix style issues
|
2020-08-25 13:57:48 +02:00 |
maranqz
|
a2d6fa5adc
|
Add errors parameter for CsvItemExporter with tests
|
2020-08-25 13:34:43 +03:00 |
Iván de Prado
|
3e726b9df7
|
Support for delegated methods as callbacks
It can be useful to structure the spiders code around some helper classes.
|
2020-08-25 11:31:20 +01:00 |
Andrey Rahmatullin
|
64e0ea4ee5
|
Merge pull request #4735 from wRAR/ciphers-tests
Re-enable TLS 1.2 in cipher tests.
|
2020-08-25 11:48:31 +05:00 |
drs-11
|
ecec5f9e51
|
Cleaned up code
|
2020-08-25 02:46:44 +05:30 |
drs-11
|
1f9598ada4
|
Update branch to latest
|
2020-08-25 02:14:22 +05:30 |
drs-11
|
8b84a65a6b
|
cleaned up code relating to issue #3689
|
2020-08-25 00:30:17 +05:30 |
drs-11
|
0b3881d65e
|
Reverted maxsize warning log message
|
2020-08-24 20:37:40 +05:30 |
WinterComes
|
2d8ec9d44f
|
Change DOWNLOAD_MAXSIZE logger level from Error to Warning
|
2020-08-24 20:37:40 +05:30 |
Aditya
|
1432161477
|
fix: bump min typing-extensions version to 3.7.4
- typing-extensions>=3.7.4 only supports TypedDict
|
2020-08-24 15:40:01 +05:30 |
Aditya
|
26d344b762
|
Merge branch 'http2' of https://github.com/scrapy/scrapy into h2-client-protocol
|
2020-08-24 14:58:23 +05:30 |
Eugenio Lacuesta
|
f1250177dc
|
Remove Python 3.5 from CI (#4743)
|
2020-08-22 09:33:35 +02:00 |
Mikhail Korobov
|
ba0e7f3c85
|
Merge pull request #4747 from Gallaecio/pylint-update
Skip checks introduced in Pylint 2.6.0
|
2020-08-21 23:18:51 +05:00 |
Adrián Chaves
|
7c076122eb
|
Skip checks introduced in Pylint 2.6.0
|
2020-08-21 17:06:54 +02:00 |
Adrián Chaves
|
afd3a4d116
|
Fix style issue
|
2020-08-21 17:04:02 +02:00 |
Adrián Chaves
|
e90be0d8a5
|
Mark the new test as xfail for xmliter_lxml
|
2020-08-21 14:09:52 +02:00 |
Adrián Chaves
|
d711eca4d9
|
Merge remote-tracking branch 'upstream/master' into fix_iternodes
|
2020-08-21 13:52:52 +02:00 |
Andrey Rahmatullin
|
07b0c591e0
|
Merge pull request #4745 from Yogendra0Sharma/fix4741
Removed appveyor.xml no longer needed
|
2020-08-21 12:36:13 +05:00 |
yogendra0sharma
|
2fbfe2c214
|
Removed appveyor.xml no longer needed
|
2020-08-21 12:18:15 +05:30 |
Grisha Temchenko
|
d68aab992e
|
Smarter generator check for combined return/yield statements (#4721)
|
2020-08-20 10:22:07 -03:00 |
Hugo van Kemenade
|
a57db9e302
|
Bitbucket no longer supports Mercurial repositories (#4738)
|
2020-08-19 17:45:24 +02:00 |
sakshamb2113
|
42383cc267
|
Add a setting to customize the asyncio event loop (#4414)
|
2020-08-19 09:18:14 +02:00 |
Aditya
|
2f00666d74
|
refactor: move agents & context-factory
|
2020-08-19 07:31:52 +05:30 |
Aditya
|
30eb005639
|
fix: InvalidNegotiatedProtocol __str__ method
|
2020-08-19 06:25:04 +05:30 |
Aditya
|
e3233b79de
|
refactor(h2-stream): alphabetical order of imports
|
2020-08-19 05:10:19 +05:30 |
Aditya
|
a206ac5f6f
|
tests: disable python 3.5 for travis and azure
|
2020-08-18 07:36:39 +05:30 |
Aditya
|
a87ab71d10
|
refactor(http2): metadata for Stream
- Add Note about HTTP/2 Cleartext not supported in settings.rst
|
2020-08-18 05:52:40 +05:30 |
Andrey Rakhmatullin
|
d9e69bfb51
|
Re-enable TLS 1.2 in cipher tests.
|
2020-08-17 19:46:24 +05:00 |
Adrián Chaves
|
e70975f0bb
|
Allow overwriting feeds (#4512)
Co-authored-by: Yuval Hager <yhager@yhager.com>
|
2020-08-17 15:10:08 +02:00 |
Mikhail Korobov
|
282a6d4fc1
|
Merge pull request #4727 from wRAR/mitmproxy-ca
Use a longer key in mitmproxy-ca.pem.
|
2020-08-17 14:06:58 +05:00 |
Mikhail Korobov
|
61459de476
|
Merge pull request #4688 from ashellunts/obsolete-s3feednokeys
Remove obsolete S3FeedStorage instancing without AWS credentials
|
2020-08-17 13:58:32 +05:00 |
Adrián Chaves
|
792d29380e
|
Merge Twisted’s deprecated HTTPClientFactory into ScrapyHTTPClientFactory (#4165)
* Port code from Twisted’s deprecated HTTPClientFactory into ScrapyHTTPClientFactory
* Mention that ScrapyHTTPClientFactory has Twisted code
|
2020-08-17 10:54:58 +02:00 |
Mikhail Korobov
|
5ac135f036
|
Merge pull request #4718 from Gallaecio/support-pinned-3.6
Upgrade minimum dependencies for Python 3.6 support
|
2020-08-17 13:54:45 +05:00 |