- 02 Jun, 2014 1 commit
-
-
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 16 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.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Brett Cannon authored
-
Serhiy Storchaka authored
Tk.getint is just int, true Tk wrapper is available as Tk.tk.getint.
-
Serhiy Storchaka authored
Tk.getint is just int, true Tk wrapper is available as Tk.tk.getint.
-
Serhiy Storchaka authored
the tkinter module on 64-bit platforms.
-
Serhiy Storchaka authored
the tkinter module on 64-bit platforms.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Raymond Hettinger authored
-
Gregory P. Smith authored
directory that are too short to be parsed instead of letting a struct.unpack error bubble up as this "bad data" appears in many real world zip files in the wild and is ignored by other zip tools.
-
Gregory P. Smith authored
directory that are too short to be parsed instead of letting a struct.unpack error bubble up as this "bad data" appears in many real world zip files in the wild and is ignored by other zip tools.
-