- 05 Haz, 2014 9 kayıt (commit)
-
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 04 Haz, 2014 5 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 03 Haz, 2014 21 kayıt (commit)
-
-
Victor Stinner yazdı
Add BaseEventLoop._closed attribute and use it to check if the event loop was closed or not, instead of checking different attributes in each subclass of BaseEventLoop. run_forever() and run_until_complete() now raises a RuntimeError('Event loop is closed') exception if the event loop was closed. BaseProactorEventLoop.close() now also cancels "accept futures".
-
Victor Stinner yazdı
Before, regrtest failed to remove the temporary test directory because the process was still running in this directory.
-
Victor Stinner yazdı
Before, regrtest failed to remove the temporary test directory because the process was still running in this directory.
-
Victor Stinner yazdı
Windows. Patch written by Claudiu Popa.
-
Victor Stinner yazdı
Patch written by Claudiu Popa.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
* Make sure that socketpair() close sockets on error. Close the listening socket if sock.bind() raises an exception. * asyncio now closes sockets on errors. Fix ResourceWarning: create_connection(), create_datagram_endpoint() and create_unix_server() methods of event loop now close the newly created socket on error.
-
Victor Stinner yazdı
Close the listening socket if sock.bind() raises an exception.
-
Victor Stinner yazdı
Fix ResourceWarning: create_connection(), create_datagram_endpoint() and create_unix_server() methods of event loop now close the newly created socket on error.
-
Victor Stinner yazdı
offsetof() is used directly in many other .c files without any issue.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Senthil Kumaran yazdı
Fix issue #21641: Close the socket before raising the SMTPResponseException. Fixes the ResourceWarning in the test run. Patch by Claudiu.Popa.
-
Senthil Kumaran yazdı
Fix issue #21641: Close the socket before raising the SMTPResponseException. Fixes the ResourceWarning in the test run. Patch by Claudiu.Popa.
-
Senthil Kumaran yazdı
Update references to Python docs in the sidebar index. Patch contributed by Auke Willem Oosterhoff.
-
Senthil Kumaran yazdı
Patch contributed by Auke Willem Oosterhoff.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
- 02 Haz, 2014 5 kayıt (commit)
-
-
Victor Stinner yazdı
by Vajrasky Kok.
-
Victor Stinner yazdı
Kok.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
This changeset also includes cleanup allowed by this behavior change.
-
Victor Stinner yazdı
-