- 28 Jul, 2014 1 commit
-
-
Victor Stinner authored
least two pipes.
-
- 27 Jul, 2014 2 commits
-
-
Terry Jan Reedy authored
Only change 2.7 version. Remove ".keys()" from "x in y.keys()" (leave .keys() elsewhere alone). Change "string.join" to "' '.join" (and string.join(s, ';') to ';'.join(s)). Change spacing to match 3.4 (will later make spacing changes to both).
-
Terry Jan Reedy authored
-
- 26 Jul, 2014 3 commits
-
-
Victor Stinner authored
on closed socket.
-
Victor Stinner authored
-
Charles-François Natali authored
-
- 25 Jul, 2014 5 commits
-
-
Zachary Ware authored
Patch by Zachary Turner.
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
by removing global 'demo'. Refactor and remove duplicate code.
-
- 24 Jul, 2014 5 commits
-
-
Victor Stinner authored
does crash on Mac OS X which uses libedit instead of readline.
-
Victor Stinner authored
socket.error() exceptions with blocking I/O errors: EAGAIN, EALREADY, EINPROGRESS, or EWOULDBLOCK. Initial patch written by Xavier de Gaye.
-
Serhiy Storchaka authored
different type.
-
Victor Stinner authored
terminal to not write the ANSI sequence "\033[1034h" into stdout. This sequence is used on some terminal (ex: TERM=xterm-256color") to enable support of 8 bit characters.
-
Andrew Svetlov authored
-
- 23 Jul, 2014 6 commits
-
-
Terry Jan Reedy authored
-
Zachary Ware authored
and skip test_win32.FunctionCallTestCase.test_SEH when Python was compiled in debug configuration or by a non-MSC compiler.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
from 6ae34a948cb4.
-
Terry Jan Reedy authored
lines or narrowed for small screens. Issie #19132: Turtledemo buttons no longer disappear when window is shrun. Patch mostly by Lita Cho (21597) using idea from patch by Jan Kanis (18132).
-
- 22 Jul, 2014 5 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
on the buildbots. 2.7 does still support Win2k, but using those options makes default ttk ugly while not using them doesn't seem to break Win2k.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
2.7, as the os.fdopen sets the name attribute to '<fdopen>' and not to the fd.
-
Serhiy Storchaka authored
now display special message when and only when there are failures.
-
- 21 Jul, 2014 2 commits
-
-
Antoine Pitrou authored
Thanks to William Orr.
-
Raymond Hettinger authored
-
- 20 Jul, 2014 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 19 Jul, 2014 2 commits
-
-
Benjamin Peterson authored
-
Mark Dickinson authored
-
- 18 Jul, 2014 2 commits
-
-
Benjamin Peterson authored
Patch from A Kaptur.
-
Zachary Ware authored
-
- 16 Jul, 2014 3 commits
-
-
Serhiy Storchaka authored
attribute. Based on patch by Martin Panter.
-
Serhiy Storchaka authored
-
Zachary Ware authored
-
- 15 Jul, 2014 1 commit
-
-
Terry Jan Reedy authored
-
- 14 Jul, 2014 1 commit
-
-
Serhiy Storchaka authored
-