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-09-12 19:57:40 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6
9bd3bbcfe8
cpython
/
Lib
/
http
History
Download ZIP
Download TAR.GZ
Georg Brandl
c7c199f907
#10983
: fix several bugs in the _tunnel implementation that seem to have missed while porting between branches. A unittest is needed!
2011-01-22 22:06:24 +00:00
..
__init__.py
client.py
#10983
: fix several bugs in the _tunnel implementation that seem to have missed while porting between branches. A unittest is needed!
2011-01-22 22:06:24 +00:00
cookiejar.py
#5147
: revert accidental indentation of header constant for MozillaCookieJar.
2010-07-31 22:11:11 +00:00
cookies.py
#9824
: encode , and ; in cookie values so that browsers don't split on them
2010-12-28 18:54:13 +00:00
server.py
Issue
#10980
: encode headers with latin1 instead of ASCII in the HTTP server.
2011-01-22 13:13:05 +00:00