scrapy/scrapy/utils
Rotzbua 0d445a3224
refactor(yield): use `yield from` syntax
2024-01-05 12:30:10 +01:00
..
__init__.py mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
asyncgen.py adding black formatter to all the code 2022-11-29 11:30:46 -03:00
benchserver.py Upgrade CI tools 2023-02-02 06:37:40 +01:00
boto.py Typing for smaller scrapy/utils/ modules. 2023-05-07 00:54:23 +04:00
conf.py More typing for scrapy/utils. 2023-08-06 00:35:33 +04:00
console.py reaplying black, fixing conflicts and ignoring bandit checks on test directory 2023-01-20 10:55:46 -03:00
curl.py fix: import re 2023-04-19 02:06:00 -05:00
datatypes.py Add typing hints to CaselessDict and Headers. (#6097) 2023-10-17 19:07:13 +02:00
decorators.py Typing for smaller scrapy/utils/ modules. 2023-05-07 00:54:23 +04:00
defer.py More typing for scrapy/utils/defer.py and scrapy/utils/spider.py. 2023-08-06 00:35:33 +04:00
deprecate.py Fix compatibility with Python 3.8. 2023-05-07 23:01:27 +04:00
display.py Add typing to scrapy/utils/display.py. 2023-05-07 19:22:57 +04:00
engine.py Add typing to scrapy/utils/engine.py. 2023-05-07 19:16:57 +04:00
ftp.py More typing for scrapy/utils. 2023-08-06 00:35:33 +04:00
gz.py Merge branch 'master' into typing-utils 2023-06-24 18:31:56 +04:00
httpobj.py sort imports with isort 2023-01-25 14:25:15 -06:00
iterators.py Remove obsolete setters for body and url on Request and Response. 2023-11-03 20:12:18 +04:00
job.py [Solved] JOBDIR= None for when Scheduler initializes disk queue even if JOBDIR is empty string (#6124) 2023-10-31 17:37:26 +04:00
log.py Removed some deprecated functions and functionalities (#6116) 2023-10-30 09:59:11 +01:00
misc.py create_instance → build_from_crawler, build_from_settings (#6169) 2023-12-18 11:51:02 +01:00
ossignal.py Refactor installing signals. 2023-09-24 18:12:52 +04:00
project.py scrapy.utils.data_path type hint change (#6133) 2023-11-06 08:37:18 +01:00
python.py refactor(yield): use `yield from` syntax 2024-01-05 12:30:10 +01:00
reactor.py Add typing to scrapy/utils/reactor.py. 2023-05-07 01:48:09 +04:00
request.py refactor(yield): use `yield from` syntax 2024-01-05 12:30:10 +01:00
response.py Removed some deprecated functions and functionalities (#6116) 2023-10-30 09:59:11 +01:00
serialize.py Typing for smaller scrapy/utils/ modules. 2023-05-07 00:54:23 +04:00
signal.py Add more typing for scrapy/utils/signal.py. 2023-08-06 00:35:33 +04:00
sitemap.py More typing for scrapy/utils. 2023-08-06 00:35:33 +04:00
spider.py Fix regressions in typing. 2023-08-06 17:44:24 +04:00
ssl.py Update typing package versions. 2023-10-31 22:55:39 +04:00
template.py Add typing to scrapy/utils/template.py. 2023-05-07 19:10:42 +04:00
test.py Rename methods. 2023-09-13 15:47:22 +04:00
testproc.py Fix and remove most of the entries from the mypy ignore list (#6137) 2023-11-07 09:34:35 +01:00
testsite.py Ignore typing for twisted.internet.reactor globally. 2023-01-27 23:19:44 +04:00
trackref.py More typing for scrapy/utils. 2023-08-06 00:35:33 +04:00
url.py Add typing to scrapy/utils/url.py. 2023-05-07 01:48:02 +04:00
versions.py Typing for smaller scrapy/utils/ modules. 2023-05-07 00:54:23 +04:00