- 02 Jun, 2014 13 commits
-
-
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 18 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
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
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 authored
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 authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Gregory P. Smith authored
They should have been removed years ago when removing the old pure Python implementation from the file.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
2.7 and 3.4. Original patch by Saimadhav Heblikar.
-
- 31 May, 2014 5 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Vinay Sajip authored
-
Ned Deily authored
-
Ned Deily authored
-
- 30 May, 2014 4 commits
-
-
Brett Cannon authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Brett Cannon authored
Along the way, dismantle importlib._bootstrap._SpecMethods as it was no longer relevant and constructing the new function required partially dismantling the class anyway.
-