This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-06-09 12:55:05 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
87018afeae22871bf33fe6ccfce9da97cdbafaea
cpython
/
Lib
/
urllib
T
History
Antoine Pitrou
55ac5b3f7b
Issue
#22118
: Switch urllib.parse to use RFC 3986 semantics for the resolution of relative URLs, rather than RFCs 1808 and 2396.
...
Patch by Demian Brecht.
2014-08-21 19:16:17 -04:00
..
__init__.py
…
error.py
…
parse.py
Issue
#22118
: Switch urllib.parse to use RFC 3986 semantics for the resolution of relative URLs, rather than RFCs 1808 and 2396.
2014-08-21 19:16:17 -04:00
request.py
Fix Issue
#8797
: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
2014-08-20 07:53:58 +05:30
response.py
urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser)
2014-04-20 09:41:29 -07:00
robotparser.py
Issue 21469: Minor code modernization (convert and/or expression to an if/else expression).
2014-05-12 22:22:46 -07:00