- 02 Jun, 2014 8 commits
-
-
Victor Stinner authored
does not crash.
-
Victor Stinner authored
-
Serhiy Storchaka authored
bbox(), curselection() and get().
-
Zachary Ware authored
-
Serhiy Storchaka authored
Based on patch by Guilherme Polo.
-
Victor Stinner authored
Patch written by Claudiu Popa.
-
Victor Stinner authored
division to benchmark integers instead of floating point numbers. Set pystone version to 1.2. Patch written by Lennart Regebro.
-
Ned Deily authored
Original patch by Thomas Wouters.
-
- 01 Jun, 2014 9 commits
-
-
Vinay Sajip authored
-
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
-
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.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
2.7 and 3.4. Original patch by Saimadhav Heblikar.
-
- 31 May, 2014 2 commits
-
-
Benjamin Peterson authored
-
Ned Deily authored
-
- 30 May, 2014 6 commits
-
-
Terry Jan Reedy authored
-
Vinay Sajip authored
-
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
-
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.
-
- 29 May, 2014 2 commits
-
-
Eric Snow authored
-
Terry Jan Reedy authored
Put instructions in a fixed size scrollable Text. Patch by Saimadhav Heblikar.
-
- 28 May, 2014 7 commits
-
-
Victor Stinner authored
The function sets the the pipe to non-blocking mode.
-
Victor Stinner authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Claudiu Popa.
-
Serhiy Storchaka authored
it supports reverse() and negative indices. Original patch by Claudiu Popa.
-
Vinay Sajip authored
Issue #18807: If copying (no symlinks) specified for a venv, then the python interpreter aliases (python, python3) are now created by copying rather than symlinking.
-
- 27 May, 2014 3 commits
-
-
Andrew Svetlov authored
-
Terry Jan Reedy authored
Patch by Saimadhav Heblikar.
-
Raymond Hettinger authored
(Contributed by Feliks Kluzniak.)
-
- 26 May, 2014 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-