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-11-01 18:51:43 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
21
052ddb01b3
cpython
/
Lib
/
http
History
Download ZIP
Download TAR.GZ
Senthil Kumaran
052ddb01b3
#17460
: Remove the strict argument of HTTPConnection and removing the
...
DeprecationWarning being issued from 3.2 onwards.
2013-03-18 14:11:41 -07:00
..
__init__.py
client.py
#17460
: Remove the strict argument of HTTPConnection and removing the
2013-03-18 14:11:41 -07:00
cookiejar.py
modernize some modules' code by using with statement around open()
2013-02-12 02:04:27 +01:00
cookies.py
merge - Fix for issue14426 - buildbots here I come
2012-05-20 16:58:59 +08:00
server.py
#1291
http.server's send_error takes an optional explain argument
2013-03-15 07:53:21 -07:00