aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_urllib_response.py
Commit message (Expand)AuthorAge
* gh-128734: Fix ResourceWarning in urllib tests (GH-128735)Serhiy Storchaka2025-01-12
* gh-90473: WASI: skip gethostname tests (GH-93092)Christian Heimes2022-05-23
* bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers,...Ashwin Ramaswami2019-09-13
* urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser)Senthil Kumaran2014-04-20
* Add __enter__ and __exit__ methods to addbase() so that it supports with.Jeremy Hylton2009-03-26