cpython/Lib/http
Armin Ronacher 59531287fd To match the behaviour of HTTP server, the HTTP client library now also encodes
headers with iso-8859-1 (latin1) encoding.  It was already doing that for
incoming headers which makes this behaviour now consistent in both incoming and
outgoing direction.
2011-01-22 13:44:22 +00:00
..
__init__.py
client.py To match the behaviour of HTTP server, the HTTP client library now also encodes 2011-01-22 13:44:22 +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