- 09 Şub, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Based on patch by Guido van Rossum.
-
- 14 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 02 Kas, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 07 Eki, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 03 Eki, 2015 2 kayıt (commit)
-
-
Martin Panter yazdı
Initial patch from Xiang Zhang. Also fix out-of-date _url_collapse_path() doc string.
-
Martin Panter yazdı
Patch from Xiang Zhang.
-
- 17 Agu, 2015 1 kayıt (commit)
-
-
Robert Collins yazdı
Patch from Chiu-Hsiang Hsu.
-
- 03 Agu, 2015 1 kayıt (commit)
-
-
Robert Collins yazdı
-
- 23 May, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 10 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
robust at shutdown. If needs to release multiple resources, they are released even if errors are occured.
-
- 22 Mar, 2015 1 kayıt (commit)
-
-
R David Murray yazdı
Some http servers will reject PUT, POST, and PATCH requests if they do not have a Content-Length header. Patch by James Rutherford, with additional cleaning up of the 'request' documentation by me.
-
- 05 Nis, 2015 1 kayıt (commit)
-
-
R David Murray yazdı
This changeset does two things: introduces a new RemoteDisconnected exception (that subclasses ConnectionResetError and BadStatusLine) so that a remote server disconnection can be detected by client code (and provides a better error message for debugging purposes), and ensures that the client socket is closed if a ConnectionError happens, so that the automatic re-connection code can work if the application handles the error and continues on. Tests are added that confirm that a connection is re-used or not re-used as appropriate to the various combinations of protocol version and headers. Patch by Martin Panter, reviewed by Demian Brecht. (Tweaked only slightly by me.)
-
- 04 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 29 Mar, 2015 1 kayıt (commit)
-
-
R David Murray yazdı
Also deprecate the undocumented set argument instead of removing it already in 3.5. Initial patch by Demian Brecht.
-
- 18 Mar, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
broken after converting instance attributes to properies in issue #2211.
-
Serhiy Storchaka yazdı
Setting attributes key, value and coded_value directly now is deprecated. update() and setdefault() now transform and check keys. Comparing for equality now takes into account attributes key, value and coded_value. copy() now returns a Morsel, not a dict. repr() now contains all attributes. Optimized checking keys and quoting values. Added new tests. Original patch by Demian Brecht.
-
- 13 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Patch by Demian Brecht.
-
- 12 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Original patch by Demian Brecht.
-
- 07 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
not as stringified enum. Patch by Demian Brecht.
-
- 20 Şub, 2015 2 kayıt (commit)
-
-
Berker Peksag yazdı
with the constants in http.client. Initial patch by Demian Brecht.
-
Berker Peksag yazdı
Also, document the LineTooLong exception since it can be raised by the members of public API (e.g. http.client.HTTPResponse). Patch by Martin Panter.
-
- 18 Şub, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410) Patch by Martin Panter.
-
- 13 Şub, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Martin Panter.
-
- 03 Şub, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Demian Brecht.
-
- 23 Ock, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Demian Brecht.
-
- 20 Ock, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
This commit also removes a couple of non-standard status codes. They were added as part of edf669b13482, so there is no backwards compatibility issue. Patch by Demian Brecht.
-
- 17 Ock, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Jon Dufresne.
-
- 13 Ock, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Karan Goel.
-
- 26 Ara, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 23 Ara, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
HTTPStatus.NOT_FOUND). Patch by Demian Brecht.
-
- 12 Ara, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
value in the host header was set to "None". Patch by Demian Brecht.
-
- 07 Ara, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
HTTPSConnection: prefer the context's check_hostname attribute over the constructor parameter (#22959)
-
- 01 Ara, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Original patch by Martin Panter.
-
- 23 Kas, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Donald Stufft.
-
- 21 Kas, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #22796: HTTP cookie parsing is now stricter, in order to protect against potential injection attacks.
-
- 03 Kas, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Alex Gaynor with some modifications by me.
-
- 02 Kas, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
and above. Patch by Tim Graham.
-
- 29 Eki, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 16 Eyl, 2014 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov.
-
- 17 Agu, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-