- 08 Nis, 2015 3 kayıt (commit)
-
-
Tim Golden yazdı
-
Benjamin Peterson yazdı
-
Berker Peksag yazdı
Patch by Davin Potts.
-
- 06 Nis, 2015 3 kayıt (commit)
-
-
Tim Golden yazdı
-
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ı
each time data is sent successfuly. The socket timeout is now the maximum total duration to send all data.
-
- 05 Nis, 2015 2 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.)
-
Serhiy Storchaka yazdı
-
- 04 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 03 Nis, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
the wait is cancelled, the future *fut* is now also cancelled.
-
- 02 Nis, 2015 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
instead of raising InterruptedError if the connection is interrupted by signals, signal handlers don't raise an exception and the socket is blocking or has a timeout. socket.socket.connect() still raise InterruptedError for non-blocking sockets.
-
Victor Stinner yazdı
-
- 01 Nis, 2015 3 kayıt (commit)
-
-
Victor Stinner yazdı
-
R David Murray yazdı
-
Benjamin Peterson yazdı
Patch by Martin Panter.
-
- 31 Mar, 2015 10 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Serhiy Storchaka yazdı
Based on patch by Rafik Draoui.
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
or nested classes) now are supported with pickle protocols < 4.
-
Serhiy Storchaka yazdı
Tests by Jessica McKellar.
-
Victor Stinner yazdı
Selector.select() is now retried with the recomputed timeout when interrupted by a signal. Write an unit test with a signal handler raising an exception, and a unit with a signal handler which does not raise an exception (it does nothing).
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Berker Peksag yazdı
-
Raymond Hettinger yazdı
-
- 30 Mar, 2015 7 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Brett Cannon yazdı
-
Victor Stinner yazdı
timeout when interrupted by a signal, except if the signal handler raises an exception. This change is part of the PEP 475. The asyncore and selectors module doesn't catch the InterruptedError exception anymore when calling select.select(), since this function should not raise InterruptedError anymore.
-
R David Murray yazdı
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
-
- 29 Mar, 2015 2 kayıt (commit)
-
-
Larry Hastings yazdı
-
R David Murray yazdı
Also deprecate the undocumented set argument instead of removing it already in 3.5. Initial patch by Demian Brecht.
-
- 27 Mar, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 26 Mar, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
add a version changed note in modified functions.
-
- 25 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
creation) mode.
-