- 20 Şub, 2015 19 kayıt (commit)
-
-
Serhiy Storchaka yazdı
flush() was not called in close() if closefd=False.
-
Serhiy Storchaka yazdı
flush() was not called in close() if closefd=False.
-
Serhiy Storchaka yazdı
differs from file system encoding (e.g. on Mac OS).
-
Serhiy Storchaka yazdı
differs from file system encoding (e.g. on Mac OS).
-
Serhiy Storchaka yazdı
old-style and new API for string with 2**30-1 characters.
-
Serhiy Storchaka yazdı
old-style and new API for string with 2**30-1 characters.
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
allowing the deletion of the cwd. Thanks to Martin Panter for the initial fix.
-
Berker Peksag yazdı
with the constants in http.client. Initial patch by Demian Brecht.
-
Serhiy Storchaka yazdı
-
Raymond Hettinger yazdı
-
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.
-
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.
-
Zachary Ware yazdı
(Typo was already fixed on this branch.)
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
- 19 Şub, 2015 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Steve Dower yazdı
-
- 18 Şub, 2015 11 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410) Patch by Martin Panter.
-
- 17 Şub, 2015 7 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Read process exit status to avoid the "Caught subprocess termination from unknown pid" message.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
methods
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Really kill the child process, don't mock completly the Popen.kill() method. This change fix memory leaks and reference leaks.
-