This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-12-23 09:19:18 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
b7378d7728
cpython
/
Lib
/
http
History
Download ZIP
Download TAR.GZ
Gregory P. Smith
b7378d7728
bpo-30458: Use InvalidURL instead of ValueError. (GH-13044)
...
Use http.client.InvalidURL instead of ValueError as the new error case's exception.
2019-05-01 16:39:21 -04:00
..
__init__.py
client.py
bpo-30458: Use InvalidURL instead of ValueError. (GH-13044)
2019-05-01 16:39:21 -04:00
cookiejar.py
bpo-35647: Fix path check in cookiejar (
#11436
)
2019-03-10 10:12:28 -07:00
cookies.py
server.py
bpo-24209: In http.server script, rely on getaddrinfo to bind to preferred address based on the bind parameter. (
#11767
)
2019-02-07 08:22:45 -05:00