- 29 Agu, 2014 2 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Claudiu Popa.
-
Berker Peksag yazdı
Patch by Claudiu Popa.
-
- 28 Agu, 2014 2 kayıt (commit)
-
-
Victor Stinner yazdı
Don't raise a TimeoutError if we reached the timeout and the future completed in the same iteration of the event loop. A side effect of the bug is that Queue.get() looses items.
-
Victor Stinner yazdı
Don't raise a TimeoutError if we reached the timeout and the future completed in the same iteration of the event loop. A side effect of the bug is that Queue.get() looses items.
-
- 27 Agu, 2014 8 kayıt (commit)
-
-
Gregory P. Smith yazdı
than a potentially risky preexec_fn=os.setsid call.
-
Gregory P. Smith yazdı
than a potentially risky preexec_fn=os.setsid call.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
descriptor is in blocking mode.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
Since a new demo can now be loaded while one is running, adjust loadfile to do the same cleanup as stopIt.
-
- 26 Agu, 2014 4 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
with an external libmpdec.
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
- 25 Agu, 2014 8 kayıt (commit)
-
-
Victor Stinner yazdı
operations regarding to non-blocking mode. The non-blocking mode does not matter when using a ProactorEventLoop, only for SelectorEventLoop.
-
Victor Stinner yazdı
to non-blocking mode. The non-blocking mode does not matter when using a ProactorEventLoop, only for SelectorEventLoop.
-
Victor Stinner yazdı
method
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* PipeServer.close() now cancels the "accept pipe" future which cancels the overlapped operation. * Fix _SelectorTransport.__repr__() if the transport was closed * Fix debug log in BaseEventLoop.create_connection(): get the socket object from the transport because SSL transport closes the old socket and creates a new SSL socket object. Remove also the _SelectorSslTransport._rawsock attribute: it contained the closed socket (not very useful) and it was not used. * Issue #22063: socket operations (sock_recv, sock_sendall, sock_connect, sock_accept) of the proactor event loop don't raise an exception in debug mode if the socket are in blocking mode. Overlapped operations also work on blocking sockets. * Fix unit tests in debug mode: mock a non-blocking socket for socket operations which now raise an exception if the socket is blocking. * _fatal_error() method of _UnixReadPipeTransport and _UnixWritePipeTransport now log all exceptions in debug mode * Don't log expected errors in unit tests * Tulip issue 200: _WaitHandleFuture._unregister_wait() now catchs and logs exceptions. * Tulip issue 200: Log errors in debug mode instead of simply ignoring them.
-
Victor Stinner yazdı
* PipeServer.close() now cancels the "accept pipe" future which cancels the overlapped operation. * Fix _SelectorTransport.__repr__() if the transport was closed * Fix debug log in BaseEventLoop.create_connection(): get the socket object from the transport because SSL transport closes the old socket and creates a new SSL socket object. Remove also the _SelectorSslTransport._rawsock attribute: it contained the closed socket (not very useful) and it was not used. * Issue #22063: socket operations (sock_recv, sock_sendall, sock_connect, sock_accept) of the proactor event loop don't raise an exception in debug mode if the socket are in blocking mode. Overlapped operations also work on blocking sockets. * Fix unit tests in debug mode: mock a non-blocking socket for socket operations which now raise an exception if the socket is blocking. * _fatal_error() method of _UnixReadPipeTransport and _UnixWritePipeTransport now log all exceptions in debug mode * Don't log expected errors in unit tests * Tulip issue 200: _WaitHandleFuture._unregister_wait() now catchs and logs exceptions. * Tulip issue 200: Log errors in debug mode instead of simply ignoring them.
-
Victor Stinner yazdı
* dev: mention that the logging must be configured at DEBUG level * streams: drain() has no more a strange return value, it's just a standard coroutine
-
Victor Stinner yazdı
* dev: mention that the logging must be configured at DEBUG level * streams: drain() has no more a strange return value, it's just a standard coroutine
-
- 24 Agu, 2014 13 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
Patch by Daniel Shahaf.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
posixpath.join().
-
Serhiy Storchaka yazdı
window is created for every test class. Fixed Tkinter images copying operations in NoDefaultRoot mode. Tcl command names generated for "after" callbacks now contains a name of original function.
-
Serhiy Storchaka yazdı
window is created for every test class. Fixed Tkinter images copying operations in NoDefaultRoot mode. Tcl command names generated for "after" callbacks now contains a name of original function.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
- 23 Agu, 2014 3 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-