- 02 Haz, 2014 21 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
make sure that the code using it will be adapted for the new "calloc" field (instead of crashing).
-
Victor Stinner yazdı
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 yazdı
does not crash.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
bbox(), curselection() and get().
-
Serhiy Storchaka yazdı
bbox(), curselection() and get().
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Serhiy Storchaka yazdı
Based on patch by Guilherme Polo.
-
Serhiy Storchaka yazdı
Based on patch by Guilherme Polo.
-
Victor Stinner yazdı
Windows. Patch written by Claudiu Popa.
-
Victor Stinner yazdı
Patch written by Claudiu Popa.
-
Victor Stinner yazdı
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 yazdı
division to benchmark integers instead of floating point numbers. Set pystone version to 1.2. Patch written by Lennart Regebro.
-
Victor Stinner yazdı
object (PyBaseObject_Type) is the base type of type (PyType_Type), int (PyLong_Type) is the base type of bool (PyBool_Type).
-
Raymond Hettinger yazdı
-
Ned Deily yazdı
Original patch by Thomas Wouters.
-
Ned Deily yazdı
Original patch by Thomas Wouters.
-
Raymond Hettinger yazdı
-
- 01 Haz, 2014 18 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Gregory P. Smith yazdı
when fdescfs is not mounted on /dev/fd.
-
Gregory P. Smith yazdı
when fdescfs is not mounted on /dev/fd.
-
Gregory P. Smith yazdı
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 yazdı
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 yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
when we have a way to get an actual list of all open fds from the OS. Fixes issue #21618: The subprocess module would ignore fds that were inherited by the calling process and already higher than POSIX resource limits would otherwise allow. On systems with a functioning /proc/self/fd or /dev/fd interface the max is now ignored and all fds are closed.
-
Gregory P. Smith yazdı
when we have a way to get an actual list of all open fds from the OS. Fixes issue #21618: The subprocess module would ignore fds that were inherited by the calling process and already higher than POSIX resource limits would otherwise allow. On systems with a functioning /proc/self/fd or /dev/fd interface the max is now ignored and all fds are closed.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Gregory P. Smith yazdı
They should have been removed years ago when removing the old pure Python implementation from the file.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
2.7 and 3.4. Original patch by Saimadhav Heblikar.
-
- 31 May, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-