- 07 Nis, 2015 11 kayıt (commit)
-
-
Serhiy Storchaka yazdı
ParseResultBytes, and SplitResultBytes to urllib.parse.__all__. Patch by Martin Panter.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Hoolean.
-
Donald Stufft yazdı
-
Donald Stufft yazdı
-
Victor Stinner yazdı
-
ftp://gatekeeper.research.compaq.com/ftp://ftp.debian.org/Victor Stinner yazdı
are down, don't use anymore in test_urllib2net
-
Victor Stinner yazdı
socket if the FTP connection failed to fix a ResourceWarning.
-
Victor Stinner yazdı
the FTP connection failed to fix a ResourceWarning.
-
Donald Stufft yazdı
-
Donald Stufft yazdı
-
- 06 Nis, 2015 12 kayıt (commit)
-
-
Victor Stinner yazdı
time bytes are received or sent. The socket timeout is now the maximum total duration of the method. This change fixes a denial of service if the application is regulary interrupted by a signal and the signal handler does not raise an exception.
-
Victor Stinner yazdı
Call internal_select() with a timeout of 0 second, not a timeout of -1 second (blocking)!
-
Victor Stinner yazdı
each time data is sent successfuly. The socket timeout is now the maximum total duration to send all data.
-
Victor Stinner yazdı
Use _PyTime_FromSeconds() to initialize the default socket timeout to -1 second, instead of -1 nanosecond which causes rounding issues in internal_select().
-
Serhiy Storchaka yazdı
orderable and non-orderable elements no longer depends on iteration order of set or dict.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Tim Golden yazdı
-
Tim Golden yazdı
-
- 05 Nis, 2015 4 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.)
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
- 04 Nis, 2015 13 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
array_array_frombytes() is used in other functions, but it's signature was changed. Closes issue #23866.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
returns bool. tkinter.BooleanVar now validates input values (accepted bool, int, str, and Tcl_Obj). tkinter.BooleanVar.get() now always returns bool.
-
Serhiy Storchaka yazdı
returns bool. tkinter.BooleanVar now validates input values (accepted bool, int, str, and Tcl_Obj). tkinter.BooleanVar.get() now always returns bool.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Patch by Makoto Kato.
-
Serhiy Storchaka yazdı
Patch by Makoto Kato.
-