- 05 Jun, 2014 1 commit
-
-
Terry Jan Reedy authored
-
- 04 Jun, 2014 2 commits
-
-
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
-
- 02 Jun, 2014 16 commits
-
-
Victor Stinner authored
by Vajrasky Kok.
-
Victor Stinner authored
Kok.
-
Zachary Ware authored
-
Zachary Ware authored
This changeset also includes cleanup allowed by this behavior change.
-
Victor Stinner authored
-
Victor Stinner authored
make sure that the code using it will be adapted for the new "calloc" field (instead of crashing).
-
Victor Stinner authored
regression was introduced recently with the introduction of the new "calloc" functions (PyMem_RawCalloc, PyMem_Calloc, PyObject_Calloc). Add also a unit test to check for the non-regression.
-
Victor Stinner authored
does not crash.
-
Victor Stinner authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
bbox(), curselection() and get().
-
Serhiy Storchaka authored
bbox(), curselection() and get().
-
Zachary Ware authored
-
Zachary Ware authored
-
Serhiy Storchaka authored
Based on patch by Guilherme Polo.
-
Serhiy Storchaka authored
Based on patch by Guilherme Polo.
-