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
2026-01-05 15:02:33 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
915a30fb0d
cpython
/
Lib
/
http
History
Download ZIP
Download TAR.GZ
Ned Deily
915a30fb0d
Issue
#21323
: Fix http.server to again handle scripts in CGI subdirectories,
...
broken by the fix for security issue
#19435
. Patch by Zach Byrne.
2014-07-12 22:06:26 -07:00
..
__init__.py
Create http package.
#2883
.
2008-05-26 16:32:26 +00:00
client.py
Issue
#16723
: httplib.HTTPResponse no longer marked closed when the connection
2013-02-06 10:31:57 +02:00
cookiejar.py
#15980
: properly escape newlines in docstrings. Patch by Serhiy Storchaka.
2012-09-21 16:30:22 +03:00
cookies.py
Fix for issue14426 - buildbots here I come
2012-05-20 16:58:30 +08:00
server.py
Issue
#21323
: Fix http.server to again handle scripts in CGI subdirectories,
2014-07-12 22:06:26 -07:00