Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ce644a09ac731830aa3a82e9a36e41bc022383c2
/
Lib
/
http
8f8ec92
Issue #19936: Added executable bits or shebang lines to Python scripts which
by Serhiy Storchaka
· 11 years ago
b992a0e
Issue #19936: Added executable bits or shebang lines to Python scripts which
by Serhiy Storchaka
· 11 years ago
fc45f17
merge 3.3 (#20018)
by Benjamin Peterson
· 11 years ago
ccedc22
update url to spec (closes #20018)
by Benjamin Peterson
· 11 years ago
cac05e2
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
by Serhiy Storchaka
· 11 years ago
1c84ac1
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
by Serhiy Storchaka
· 11 years ago
f723c71
Issue 19509: Don't call match_hostname() twice in http.client.
by Christian Heimes
· 11 years ago
67986f9
Issue #19735: Implement private function ssl._create_stdlib_context() to
by Christian Heimes
· 11 years ago
c99874d
merge 3.3 (#19435)
by Benjamin Peterson
· 11 years ago
a50f899
merge 3.2 (#19435)
by Benjamin Peterson
· 11 years ago
35aca89
merge 3.1 (#19435)
by Benjamin Peterson
· 11 years ago
04e9de4
use the collapsed path in the run_cgi method (closes #19435)
by Benjamin Peterson
· 11 years ago
bf3f8eb
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
by Georg Brandl
· 11 years ago
b89b5df
merge with 3.3
by Georg Brandl
· 11 years ago
b0ce820
merge from 3.3
by Senthil Kumaran
· 11 years ago
600b735
Minor code improvement. Review comment by Eric V. Smith
by Senthil Kumaran
· 11 years ago
defe7f4
Expose --bind argument for http.server, enable http.server to bind to a user
by Senthil Kumaran
· 11 years ago
187b063
Fix http.server's request handling case on trailing '/'.
by Senthil Kumaran
· 11 years ago
72c238e
Fix http.server's request handling case on trailing '/'.
by Senthil Kumaran
· 11 years ago
0cb8e51
Merge #16611: BaseCookie now parses 'secure' and 'httponly' flags.
by R David Murray
· 11 years ago
cd0f74b
#16611: BaseCookie now parses 'secure' and 'httponly' flags.
by R David Murray
· 11 years ago
cd171c8
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
by Brett Cannon
· 11 years ago
0a14066
Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError.
by Brett Cannon
· 11 years ago
3042b5e
Issue #16658: add missing return to HTTPConnection.send().
by Andrew Svetlov
· 12 years ago
7b2c8bb
Issue #16658: add missing return to HTTPConnection.send().
by Andrew Svetlov
· 12 years ago
7005b1f
#17678: Remove the use of a deprecated method http/cookiejar.py. Changing the
by Senthil Kumaran
· 12 years ago
d9fbf36
#17678: Fix DeprecationWarning in the http/cookiejar.py by changing the usage
by Senthil Kumaran
· 12 years ago
052ddb0
#17460: Remove the strict argument of HTTPConnection and removing the
by Senthil Kumaran
· 12 years ago
2688644
#1291 http.server's send_error takes an optional explain argument
by Senthil Kumaran
· 12 years ago
df1d3c5
Reverting the changeset b87792757ee8 made for Issue #12921
by Senthil Kumaran
· 12 years ago
884f058
Reverting the changeset 5d76a4746d9d made for Issue #12921
by Senthil Kumaran
· 12 years ago
1e7551d
Reverting the changeset 5126e62c60af made for Issue #12921
by Senthil Kumaran
· 12 years ago
24431f1
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
by Senthil Kumaran
· 12 years ago
c37f835
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
by Senthil Kumaran
· 12 years ago
3fb066d
Fix Issue #12921: BaseHTTPServer's send_error should send the correct error
by Senthil Kumaran
· 12 years ago
2f50aaf
modernize some modules' code by using with statement around open()
by Giampaolo Rodola'
· 12 years ago
daf990f
Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
by Serhiy Storchaka
· 12 years ago
b6c86fd
Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
by Serhiy Storchaka
· 12 years ago
b5b9c8c
Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
by Serhiy Storchaka
· 12 years ago
b5032c8
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length.
by Antoine Pitrou
· 12 years ago
6a35e18
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length.
by Antoine Pitrou
· 12 years ago
beec61a
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length.
by Antoine Pitrou
· 12 years ago
90e4774
Issue #16833: In http.client.HTTPConnection, do not concatenate the request headers and body when the payload exceeds 16 KB, since it can consume more memory for no benefit.
by Antoine Pitrou
· 12 years ago
f7a17b4
Replace IOError with OSError (#16715)
by Andrew Svetlov
· 12 years ago
0832af6
Issue #16717: get rid of socket.error, replace with OSError
by Andrew Svetlov
· 12 years ago
ad28c7f
Issue #16706: get rid of os.error
by Andrew Svetlov
· 12 years ago
3454339
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished.
by Antoine Pitrou
· 12 years ago
d20e774
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished.
by Antoine Pitrou
· 12 years ago
084daa2
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished.
by Antoine Pitrou
· 12 years ago
52d2720
Issue #16088: BaseHTTPRequestHandler's send_error method includes a
by Senthil Kumaran
· 12 years ago
fd0d3e5
more yield from patch by Serhiy Storchaka
by Philip Jenvey
· 12 years ago
8b15ee0
#15980: merge with 3.2.
by Ezio Melotti
· 12 years ago
0847db7
#15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka.
by Ezio Melotti
· 12 years ago
da1ffbc
Issue #15409: Replace use of deprecated urllib.request.Request methods in http.cookijar
by Meador Inge
· 12 years ago
de59565
Simplify code in HTTPResponse.read()
by Antoine Pitrou
· 12 years ago
1251faf
Issue 14989: http.server --cgi option can enable the CGI http server.
by Senthil Kumaran
· 12 years ago
185f401
merge - Fix for issue14426 - buildbots here I come
by Senthil Kumaran
· 12 years ago
aeeba26
Fix for issue14426 - buildbots here I come
by Senthil Kumaran
· 12 years ago
0b943a1
Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert
by Senthil Kumaran
· 12 years ago
00c2ec2
Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert
by Senthil Kumaran
· 12 years ago
d34b57a
merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests
by Senthil Kumaran
· 12 years ago
5fa4a89
Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests
by Senthil Kumaran
· 12 years ago
51b2ed5
#14809: Add HTTP status codes from RFC 6585 to http.server and http.client
by Hynek Schlawack
· 12 years ago
4ca008b
issue6085 - update docs in default branch
by Senthil Kumaran
· 13 years ago
db727b4
Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler
by Senthil Kumaran
· 13 years ago
1aacba4
Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname
by Senthil Kumaran
· 13 years ago
150c365
httplib - minor update to check empty response
by Senthil Kumaran
· 13 years ago
7e70a5c
httplib - minor update to check empty response
by Senthil Kumaran
· 13 years ago
aa872d1
3.2 - Fix for Issue13684 - httplib tunnel infinite loop
by Senthil Kumaran
· 13 years ago
b12771a
3.2 - Fix for Issue13684 - httplib tunnel infinite loop
by Senthil Kumaran
· 13 years ago
3a441c1
Fix Issue2193 - Allow ":" character in Cookie NAME values
by Senthil Kumaran
· 13 years ago
690598a
merge to default - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests
by Senthil Kumaran
· 13 years ago
d70846b
3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests
by Senthil Kumaran
· 13 years ago
d05853d
merge - fix the incorrect changes made for PATH_INFO value - Issue10484
by Senthil Kumaran
· 13 years ago
dbb369d
3.2- fix the incorrect changes made for PATH_INFO value - Issue10484
by Senthil Kumaran
· 13 years ago
209d70e
closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem
by Senthil Kumaran
· 13 years ago
be3f851
closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem
by Senthil Kumaran
· 13 years ago
3075549
Minor code style improvements in http.server suggested in Issue13294.
by Senthil Kumaran
· 13 years ago
f7e7818
Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729
by Antoine Pitrou
· 13 years ago
d22983d
merge from 3.2. Minor code style improvements in http.server suggested in Issue13294.
by Senthil Kumaran
· 13 years ago
4ce6aa4
Fix dangling whitespace
by Antoine Pitrou
· 13 years ago
38d9643
Issue #13464: Add a readinto() method to http.client.HTTPResponse.
by Antoine Pitrou
· 13 years ago
1cdbf57
Merge 3.2
by Éric Araujo
· 13 years ago
23760e9
Don’t interpret backslashes in ASCII diagram in a docstring
by Éric Araujo
· 13 years ago
ca897e9
#13295: http.server now produces valid HTML 4.01 strict.
by Ezio Melotti
· 13 years ago
e130a52
Remove duplication.
by Ezio Melotti
· 13 years ago
a5a9a9c
Fixes #10860: Handle empty port after port delimiter in httplib
by Łukasz Langa
· 13 years ago
f106449
Merge with 3.2.
by Ezio Melotti
· 13 years ago
6c4e1ae
Merged fix for #10860 from 3.2
by Łukasz Langa
· 13 years ago
ad87fa6
Issue #13073 - Address the review comments made by Ezio.
by Senthil Kumaran
· 13 years ago
91a076a
merge from 3.2. Issue #13073 - Address the review comments made by Ezio.
by Senthil Kumaran
· 13 years ago
83fad3e
Merge with 3.2.
by Georg Brandl
· 13 years ago
25e2cd1
Fix spacing in string literal.
by Georg Brandl
· 13 years ago
d61535d
Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client.
by Senthil Kumaran
· 13 years ago
eb71ad4
Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client.
by Senthil Kumaran
· 13 years ago
fb25ba9
Close #12289: Fix "is executable?" test in the CGI server
by Victor Stinner
· 13 years ago
c7ae19b
Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the
by Senthil Kumaran
· 14 years ago
f1a9d82
merge 3.2
by Victor Stinner
· 14 years ago
56f9a02
merge 3.1
by Victor Stinner
· 14 years ago
628225c
Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar
by Victor Stinner
· 14 years ago
Next »