scrapy/scrapy/utils
Adrián Chaves 06c8f673af
2.7 release notes (#5680)
* Fix the display name of documented fingerprinter class methods

* Initial draft for the Scrapy 2.7 release notes

* Update VERSION and PREVIOUS_VERSION references

* Clarify the restrictions lifted for item field output names

* Fix the description of the BOM bug fix

* Fix the note about changes in MIME sniffing

* Fix typo

* Extend highlights

* Fyx typo
2022-10-17 18:04:29 +05:00
..
__init__.py mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
asyncgen.py Adapt for asyng generator callbacks 2022-10-02 17:37:10 -03:00
benchserver.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
boto.py Remove dead boto2 code, deprecate is_botocore() (#4776) 2020-09-20 15:06:46 +02:00
conf.py Merge remote-tracking branch 'upstream/master' into allow-customizing-export-column-names 2022-06-16 20:19:52 +02:00
console.py Fix typos 2021-10-11 22:32:42 +08:00
curl.py Request type hints 2021-05-01 16:34:46 -03:00
datatypes.py Fix typos 2021-10-11 22:32:42 +08:00
decorators.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
defer.py Merge remote-tracking branch 'upstream/master' into wrar-asyncio-parse-asyncgen-proper-rebased 2022-03-16 18:08:47 +01:00
deprecate.py Fix/silence the Pylint messages added in 2.10 (#5235) 2021-08-24 12:15:29 +02:00
display.py Correct distutils deprecation warning 2022-09-30 22:58:17 -04:00
engine.py Engine: deprecations and type hints (#5090) 2021-04-20 08:45:28 -03:00
ftp.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
gz.py Remove deprecated scrapy.utils.gz.is_gzipped function 2020-11-23 15:47:08 -03:00
httpobj.py Some type hints 2020-12-02 10:39:10 -03:00
iterators.py Use f-strings 2020-10-06 18:50:55 +05:00
job.py Scheduler: minimal interface, API docs (#3559) 2021-04-26 16:16:14 -03:00
log.py Move installing the reactor from CrawlerProcess to Crawler. 2021-12-23 16:07:18 +05:00
misc.py Remove deprecated BaseItem class 2022-02-06 18:12:28 -03:00
ossignal.py Remove backslash 2020-07-09 09:51:28 -03:00
project.py Remove unused pickle import 2020-12-01 10:26:21 -03:00
python.py Replace _getargspec_py23() with inspect.getfullargspec(). 2022-10-06 20:59:06 +06:00
reactor.py Verify that the installed asyncio event loop matches ASYNCIO_EVENT_LOOP (#5529) 2022-10-15 11:27:00 +02:00
reqser.py Refactor request to/from dict (#5130) 2021-05-10 18:00:08 +02:00
request.py 2.7 release notes (#5680) 2022-10-17 18:04:29 +05:00
response.py response_httprepr memory issue fixed (#4972) 2022-01-28 18:39:32 +05:00
serialize.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
signal.py Fix a Python 3.10 logging issue. 2021-08-03 20:16:59 +05:00
sitemap.py Remove object base class (#4430) 2020-03-16 20:12:46 +01:00
spider.py Add main infrastructure for async callbacks. 2021-02-05 16:21:56 +05:00
ssl.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
template.py Do not let umask affect the permissions of startproject-generated files 2020-08-12 17:07:21 +02:00
test.py 2.7 release notes (#5680) 2022-10-17 18:04:29 +05:00
testproc.py Use f-strings (#4307) 2020-08-26 07:11:05 +02:00
testsite.py Fix flake8 issues in previously ignored files. 2022-10-10 11:10:59 +06:00
trackref.py Some type hints 2020-12-02 10:39:10 -03:00
url.py refactored url_has_any_extension function 2022-03-17 11:19:09 +01:00
versions.py Add missing blank lines between functions and classes 2019-11-18 17:16:09 +01:00