This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-12-31 04:23:37 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
b6b0e14b3d
cpython
/
Lib
/
urllib
History
Download ZIP
Download TAR.GZ
MonadChains
1c544acaa5
gh-124098: Fix incorrect inclusion of handler methods without protocol prefix in OpenerDirector (GH-136873)
2025-12-18 13:50:05 +01:00
..
__init__.py
error.py
Improve the comment in URLError (
#139874
)
2025-10-14 12:31:21 -07:00
parse.py
Fix pyflakes warnings: variable is assigned to but never used (
#142294
)
2025-12-08 14:00:31 +01:00
request.py
gh-124098: Fix incorrect inclusion of handler methods without protocol prefix in OpenerDirector (GH-136873)
2025-12-18 13:50:05 +01:00
response.py
bpo-12707: deprecate info(), geturl(), getcode() methods in favor of headers, url, and status properties for HTTPResponse and addinfourl (GH-11447)
2019-09-13 12:40:07 +01:00
robotparser.py
gh-88375, gh-111788: Fix parsing errors and normalization in robotparser (GH-138502)
2025-09-05 18:58:42 +03:00