Brett Cannon
|
cd171c8e92
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
|
2013-07-04 17:43:24 -04:00 |
|
Brett Cannon
|
0a140668fa
|
Issue #18200: Update the stdlib (except tests) to use
ModuleNotFoundError.
|
2013-06-13 20:57:26 -04:00 |
|
Andrew Svetlov
|
3042b5ebf4
|
Issue #16658: add missing return to HTTPConnection.send().
Patch by Jeff Knupp
|
2013-04-12 22:50:42 +03:00 |
|
Andrew Svetlov
|
7b2c8bb833
|
Issue #16658: add missing return to HTTPConnection.send().
Patch by Jeff Knupp
|
2013-04-12 22:49:19 +03:00 |
|
Senthil Kumaran
|
052ddb01b3
|
#17460: Remove the strict argument of HTTPConnection and removing the
DeprecationWarning being issued from 3.2 onwards.
|
2013-03-18 14:11:41 -07:00 |
|
Serhiy Storchaka
|
daf990f8a7
|
Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
is automatically closed.
|
2013-02-06 10:37:19 +02:00 |
|
Serhiy Storchaka
|
b6c86fd87f
|
Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
is automatically closed.
|
2013-02-06 10:35:40 +02:00 |
|
Serhiy Storchaka
|
b5b9c8cd40
|
Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
is automatically closed.
|
2013-02-06 10:31:57 +02:00 |
|
Antoine Pitrou
|
b5032c85af
|
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length.
|
2013-02-02 23:06:22 +01:00 |
|
Antoine Pitrou
|
6a35e18161
|
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length.
|
2013-02-02 23:04:56 +01:00 |
|
Antoine Pitrou
|
beec61ae4e
|
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length.
|
2013-02-02 22:49:34 +01:00 |
|
Antoine Pitrou
|
90e4774558
|
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.
Patch by Benno Leslie.
|
2013-01-02 22:10:47 +01:00 |
|
Andrew Svetlov
|
0832af6628
|
Issue #16717: get rid of socket.error, replace with OSError
|
2012-12-18 23:10:48 +02:00 |
|
Antoine Pitrou
|
d20e7745ee
|
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished.
Patch by Eran Rundstein.
|
2012-12-15 19:22:30 +01:00 |
|
Antoine Pitrou
|
084daa2f74
|
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished.
Patch by Eran Rundstein.
|
2012-12-15 19:11:54 +01:00 |
|
Antoine Pitrou
|
de59565f29
|
Simplify code in HTTPResponse.read()
|
2013-02-02 23:08:51 +01:00 |
|
Senthil Kumaran
|
d34b57a9a2
|
merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests
|
2012-05-19 16:58:45 +08:00 |
|
Senthil Kumaran
|
5fa4a89601
|
Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests
|
2012-05-19 16:58:09 +08:00 |
|
Hynek Schlawack
|
51b2ed51f0
|
#14809: Add HTTP status codes from RFC 6585 to http.server and http.client
Patch by EungJun Yi.
|
2012-05-16 09:51:07 +02:00 |
|
Senthil Kumaran
|
150c365430
|
httplib - minor update to check empty response
|
2012-04-29 10:40:23 +08:00 |
|
Senthil Kumaran
|
7e70a5c169
|
httplib - minor update to check empty response
|
2012-04-29 10:39:49 +08:00 |
|
Senthil Kumaran
|
aa872d1690
|
3.2 - Fix for Issue13684 - httplib tunnel infinite loop
|
2012-04-23 23:53:51 +08:00 |
|
Senthil Kumaran
|
b12771ab30
|
3.2 - Fix for Issue13684 - httplib tunnel infinite loop
|
2012-04-23 23:50:07 +08:00 |
|
Antoine Pitrou
|
f7e7818e24
|
Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729
(originally issue #13464: Add a readinto() method to http.client.HTTPResponse)
|
2012-01-04 18:57:22 +01:00 |
|
Antoine Pitrou
|
4ce6aa4ba7
|
Fix dangling whitespace
|
2011-12-06 22:34:36 +01:00 |
|