- 05 Jun, 2014 14 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 04 Jun, 2014 5 commits
-
-
Guido van Rossum authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
- 03 Jun, 2014 21 commits
-
-
Victor Stinner authored
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 authored
Before, regrtest failed to remove the temporary test directory because the process was still running in this directory.
-
Victor Stinner authored
Before, regrtest failed to remove the temporary test directory because the process was still running in this directory.
-
Victor Stinner authored
Windows. Patch written by Claudiu Popa.
-
Victor Stinner authored
Patch written by Claudiu Popa.
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
* 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 authored
Close the listening socket if sock.bind() raises an exception.
-
Victor Stinner authored
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 authored
offsetof() is used directly in many other .c files without any issue.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Senthil Kumaran authored
Fix issue #21641: Close the socket before raising the SMTPResponseException. Fixes the ResourceWarning in the test run. Patch by Claudiu.Popa.
-
Senthil Kumaran authored
Fix issue #21641: Close the socket before raising the SMTPResponseException. Fixes the ResourceWarning in the test run. Patch by Claudiu.Popa.
-
Senthil Kumaran authored
Update references to Python docs in the sidebar index. Patch contributed by Auke Willem Oosterhoff.
-
Senthil Kumaran authored
Patch contributed by Auke Willem Oosterhoff.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-