- 03 Jun, 2014 8 commits
-
-
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 25 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.
-
Victor Stinner authored
Windows. Patch written by Claudiu Popa.
-
Victor Stinner authored
Patch written by Claudiu Popa.
-
Victor Stinner authored
instead of true division to benchmark integers instead of floating point numbers. Set pystone version to 1.2. Patch written by Lennart Regebro.
-
Victor Stinner authored
division to benchmark integers instead of floating point numbers. Set pystone version to 1.2. Patch written by Lennart Regebro.
-
Victor Stinner authored
object (PyBaseObject_Type) is the base type of type (PyType_Type), int (PyLong_Type) is the base type of bool (PyBool_Type).
-
Raymond Hettinger authored
-
Ned Deily authored
Original patch by Thomas Wouters.
-
Ned Deily authored
Original patch by Thomas Wouters.
-
Raymond Hettinger authored
-
- 01 Jun, 2014 7 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Gregory P. Smith authored
when fdescfs is not mounted on /dev/fd.
-
Gregory P. Smith authored
when fdescfs is not mounted on /dev/fd.
-
Gregory P. Smith authored
buildbots that the new test_close_fds_when_max_fd_is_lowered test causes. It now leaves 10 more low fd's available.
-
Gregory P. Smith authored
buildbots that the new test_close_fds_when_max_fd_is_lowered test causes. It now leaves 10 more low fd's available.
-
Gregory P. Smith authored
-