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-13 23:46:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
12
c9cb18d3f7
cpython
/
Lib
/
http
History
Download ZIP
Download TAR.GZ
Georg Brandl
f0746ca463
Issue
#16037
: HTTPMessage.readheaders() raises an HTTPException when more than
...
100 headers are read. Adapted from patch by Jyrki Pulliainen.
2014-09-30 14:08:04 +02:00
..
__init__.py
client.py
Issue
#16037
: HTTPMessage.readheaders() raises an HTTPException when more than
2014-09-30 14:08:04 +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