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-11-02 22:51:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
a85f526742
cpython
/
Lib
/
urllib
History
Download ZIP
Download TAR.GZ
Serhiy Storchaka
84a08f8629
gh-133306: Use \z instead of \Z in regular expressions in the stdlib (GH-133337)
2025-05-03 17:58:49 +03:00
..
__init__.py
error.py
gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-102100)
2023-02-22 00:14:41 +09:00
parse.py
gh-133306: Use \z instead of \Z in regular expressions in the stdlib (GH-133337)
2025-05-03 17:58:49 +03:00
request.py
GH-123599: Match
file:
URL hostname against machine hostname in urllib (
#132523
)
2025-04-15 01:05:06 +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
Explicitly import
urllib.error
in
urllib.robotparser
(
#128737
)
2025-01-13 17:14:59 +01:00