index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge typo fixes from 3.4 into 3.5
Martin Panter
2015-10-07
1
-1/+1
|
\
|
*
Various minor typos in documentation and comments
Martin Panter
2015-10-07
1
-1/+1
*
|
Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5
Martin Panter
2015-10-03
1
-9/+10
|
\
\
|
|
/
|
*
Issue #24657: Prevent CGIRequestHandler from collapsing the URL query
Martin Panter
2015-10-03
1
-4/+9
|
*
Issue #25232: Fix CGIRequestHandler's splitting of URL query
Martin Panter
2015-10-03
1
-5/+1
*
|
Issue #24774: Fix docstring in http.server.test.
Robert Collins
2015-08-17
1
-2/+1
|
\
\
|
|
/
|
*
Issue #24774: Fix docstring in http.server.test.
Robert Collins
2015-08-17
1
-2/+1
*
|
Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.
Robert Collins
2015-08-03
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.
Robert Collins
2015-08-03
1
-1/+1
*
|
merge 3.4 (#22931)
Benjamin Peterson
2015-05-23
1
-3/+4
|
\
\
|
|
/
|
*
merge 3.3 (#22931)
Benjamin Peterson
2015-05-23
1
-3/+4
|
|
\
|
|
*
merge 3.2 (#22931)
Benjamin Peterson
2015-05-23
1
-3/+4
|
|
|
\
|
|
|
*
allow square brackets in cookie values (closes #22931)
Benjamin Peterson
2015-05-23
1
-3/+4
|
|
|
*
Lax cookie parsing in http.cookies could be a security issue when combined
Antoine Pitrou
2014-09-16
1
-1/+2
|
|
|
*
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
Georg Brandl
2014-09-30
1
-0/+4
*
|
|
|
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-9/+15
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-9/+15
*
|
|
|
#3566: Clean up handling of remote server disconnects.
R David Murray
2015-04-05
1
-7/+20
*
|
|
|
Issue #22831: Use "with" to avoid possible fd leaks.
Serhiy Storchaka
2015-04-04
1
-1/+0
*
|
|
|
#2211: properly document the Morsel behavior changes.
R David Murray
2015-03-29
1
-1/+8
*
|
|
|
Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.
R David Murray
2015-03-22
1
-13/+24
|
\
\
\
\
|
|
/
/
/
|
*
|
|
#23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.
R David Murray
2015-03-22
1
-13/+24
*
|
|
|
Restored backward compatibility of pickling http.cookies.Morsel. It was
Serhiy Storchaka
2015-03-18
1
-0/+12
*
|
|
|
Issue #2211: Updated the implementation of the http.cookies.Morsel class.
Serhiy Storchaka
2015-03-18
1
-86/+94
*
|
|
|
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
Serhiy Storchaka
2015-03-13
1
-15/+31
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
Serhiy Storchaka
2015-03-13
1
-15/+31
*
|
|
|
Issue #22928: Disabled HTTP header injections in http.client.
Serhiy Storchaka
2015-03-12
1
-0/+37
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #22928: Disabled HTTP header injections in http.client.
Serhiy Storchaka
2015-03-12
1
-0/+37
*
|
|
|
Issue #21793: BaseHTTPRequestHandler again logs response code as numeric,
Serhiy Storchaka
2015-03-07
1
-1/+2
*
|
|
|
Issue #23442: Rename two member names to stay backward compatible
Berker Peksag
2015-02-20
1
-4/+4
*
|
|
|
Issue #23439: Add missing entries to http.client.__all__.
Berker Peksag
2015-02-20
1
-1/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #23439: Add missing entries to http.client.__all__.
Berker Peksag
2015-02-20
1
-1/+3
*
|
|
|
merge 3.4 (#23410)
Benjamin Peterson
2015-02-18
1
-10/+10
|
\
\
\
\
|
|
/
/
/
|
*
|
|
document the requestline and close_connection attributes, use real booleans, ...
Benjamin Peterson
2015-02-18
1
-10/+10
*
|
|
|
Issue #23418: Add missing entries to http.server.__all__.
Berker Peksag
2015-02-13
1
-1/+4
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #23418: Add missing entries to http.server.__all__.
Berker Peksag
2015-02-13
1
-1/+4
*
|
|
|
Issue #13128: Print response headers for CONNECT requests when debuglevel > 0.
Berker Peksag
2015-02-03
1
-0/+3
*
|
|
|
http.client: disable Nagle's algorithm (closes #23302)
Benjamin Peterson
2015-01-23
1
-21/+4
*
|
|
|
Issue #20898: Add a "HTTP status codes" section to avoid duplication in HTTP ...
Berker Peksag
2015-01-20
1
-30/+0
*
|
|
|
merge 3.4 (#22986)
Benjamin Peterson
2015-01-17
1
-2/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
capitialize "HttpOnly" and "Secure" as they appear in the standard and other ...
Benjamin Peterson
2015-01-17
1
-2/+2
*
|
|
|
merge 3.4 (#23221)
Benjamin Peterson
2015-01-13
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
fix instances of consecutive articles (closes #23221)
Benjamin Peterson
2015-01-13
1
-1/+1
*
|
|
|
merge 3.4 (#23112)
Benjamin Peterson
2014-12-26
1
-2/+6
|
\
\
\
\
|
|
/
/
/
|
*
|
|
fix behavior of trailing slash redirection when a query string is involved (c...
Benjamin Peterson
2014-12-26
1
-2/+6
*
|
|
|
Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK,
Serhiy Storchaka
2014-12-23
3
-215/+225
*
|
|
|
Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port
Serhiy Storchaka
2014-12-12
1
-5/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port
Serhiy Storchaka
2014-12-12
1
-5/+3
*
|
|
|
merge 3.4 (#22959)
Benjamin Peterson
2014-12-07
1
-2/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
HTTPSConnection: prefer the context's check_hostname attribute over the const...
Benjamin Peterson
2014-12-07
1
-2/+2
[next]