Commit Graph

10710 Commits

Author SHA1 Message Date
Andrey Rakhmatullin 36507ddb7b Add typing to scrapy/utils/engine.py. 2023-05-07 19:16:57 +04:00
Andrey Rakhmatullin c04b9ba19d Add typing to scrapy/utils/template.py. 2023-05-07 19:10:42 +04:00
Andrey Rakhmatullin b8277f4cab Add more typing to scrapy/utils/defer.py. 2023-05-07 19:08:46 +04:00
Andrey Rakhmatullin 9661a5c491 Add typing to scrapy/utils/deprecate.py. 2023-05-07 18:50:23 +04:00
Andrey Rakhmatullin d400f1ac06 Add more typing to scrapy/utils/python.py. 2023-05-07 18:35:24 +04:00
Andrey Rakhmatullin 4da8691510 Add typing to scrapy/utils/gz.py and remove dead code. 2023-05-07 02:02:33 +04:00
Andrey Rakhmatullin 43ee483a0d Add typing to scrapy/utils/reactor.py. 2023-05-07 01:48:09 +04:00
Andrey Rakhmatullin ea299dfd7c Add typing to scrapy/utils/misc.py. 2023-05-07 01:48:09 +04:00
Andrey Rakhmatullin 7347d02145 Add typing to scrapy/utils/datatypes.py. 2023-05-07 01:48:09 +04:00
Andrey Rakhmatullin f64a7dedca Add typing to scrapy/utils/url.py. 2023-05-07 01:48:02 +04:00
Andrey Rakhmatullin e0dbc83bd2 More typing for scrapy/utils/request.py. 2023-05-07 00:54:23 +04:00
Andrey Rakhmatullin 4596a58a13 Typing for smaller scrapy/utils/ modules. 2023-05-07 00:54:23 +04:00
Andrey Rakhmatullin 636559f1cc Add newer changes. 2023-05-04 17:55:07 +04:00
Andrey Rakhmatullin 92f86fab06
Merge pull request #5919 from scrapy/docs-parsel-fixes
Enable doc tests for selectors.rst, fix issues
2023-05-04 17:30:33 +04:00
Andrey Rakhmatullin d1d6465ef4 Address feedback. 2023-05-04 17:19:01 +04:00
Andrey Rakhmatullin cba891a66c Enable doc tests for selectors.rst, fix issues. 2023-05-04 15:04:33 +04:00
Andrey Rakhmatullin 776cf59990
Merge pull request #5918 from Laerte/master
fix: Handle Parsel > 1.7.0 warning
2023-05-04 13:52:08 +04:00
Laerte Pereira 7317ff1101 refactor: use kwargs strategy 2023-05-04 05:55:25 -03:00
Laerte Pereira d907f9e092 fix: Handle Parsel > 1.7.0 warning 2023-05-03 22:12:21 -03:00
Andrey Rakhmatullin ea15ff1d32
Merge pull request #5915 from jxlil/feature/support-parsel-jmespath
Added support for the Parsel JMESPath feature
2023-05-03 13:18:39 +04:00
Jalil SA a038faf11c fix: tests/tes_selector.py 2023-05-02 19:40:04 -06:00
Jalil SA 4bb99fd2f3 fix: pylint 2023-05-02 19:26:20 -06:00
Jalil SA a604dfae5c update tests 2023-05-02 19:19:00 -06:00
Jalil SA 1eb4460485 fix: jmespath 2023-05-02 18:49:05 -06:00
Andrey Rakhmatullin 6a169d4462
Merge pull request #5917 from Laerte/master
fix: non-UTF-8 content-type headers
2023-05-02 22:15:21 +04:00
Laerte Pereira 7b49aa1b01 chore: add tests 2023-05-02 12:53:04 -03:00
Laerte Pereira 8acde511a9 fix: non-UTF-8 content-type headers 2023-05-02 12:11:23 -03:00
Jalil SA 578606779d update tests 2023-04-29 00:52:39 -06:00
Jalil SA 3d29f20fc2 added tests for jmespath 2023-04-28 23:54:09 -06:00
Jalil SA 865c36bdbb update docs 2023-04-28 08:56:11 -06:00
guillermo-bondonno b50c032ee9
Add feed_slot_closed and feed_exporter_closed signals (#5876) 2023-04-26 08:20:37 +02:00
Jalil SA 9af596a6b8 feat: Add support for the Parsel JMESPath 2023-04-25 10:24:14 -05:00
Andrey Rakhmatullin 8c8fb67057
Update tool versions (#5908) 2023-04-24 09:34:34 +02:00
Andrey Rakhmatullin 67bfb304cd Release notes for the current master. 2023-04-21 20:49:51 +04:00
Jalil SA 5a37af146f
Update documentation expectations for Parsel 1.8.0 (#5902) 2023-04-21 09:29:57 +02:00
DeflateAwning 87c8c51999
Fix a typo in the FAQ (#5904) 2023-04-20 08:23:02 +02:00
Andrey Rakhmatullin abc9c1ac6f
Merge pull request #5901 from jxlil/fix/5899
Fix: Request.from_curl() with $-prefixed string literals
2023-04-19 13:35:01 +04:00
Jalil SA f69ba43f8e fix: import re 2023-04-19 02:06:00 -05:00
Jalil SA b7ecec1809
Update scrapy/utils/curl.py
Co-authored-by: Adrián Chaves <adrian@chaves.io>
2023-04-19 01:04:03 -06:00
tstauder ef61fb5698
Fix flaky tests involving feed export batches (#5898)
Co-authored-by: jmannoop <jmannoop@umich.edu>
2023-04-19 08:33:32 +02:00
Jalil SA 7e1814faf8 fix: regex 2023-04-18 23:36:51 -05:00
Jalil SA 3209eac14f fix: checks 2023-04-18 22:35:15 -05:00
Jalil SA 69f96b9e96 fix: regex 2023-04-18 22:28:16 -05:00
Jalil SA 88c58a8c9c feat: added test_post_data_raw_with_string_prefix 2023-04-18 22:28:16 -05:00
Jalil SA f5447f3b4c fix: Request.from_curl() with prefixed string literals 2023-04-18 22:27:52 -05:00
Andrey Rakhmatullin 02f3e8d413
Typing for scrapy/core/downloader (#5896) 2023-04-17 08:37:52 +02:00
Andrey Rakhmatullin e1f66620ec
Fix typo on tutorial.rst (#5893) (#5895)
Co-authored-by: Seth Herr <seth.william.herr@gmail.com>
2023-04-14 16:13:21 +02:00
guillermo-bondonno 441ac196e4
Implement a request_to_curl function (#5892) 2023-04-13 17:46:59 +02:00
Serhii A c2a31974ff
Improve get_func_args (#5885) 2023-04-13 11:44:20 +02:00
Andrey Rakhmatullin d911837389
Merge pull request #5881 from sbartlett97/LinkExtractor-Patch
Patched LxmlParserLinkExtractor
2023-04-12 12:28:21 +04:00