- 02 Sep, 2012 11 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Stefan Krah authored
-
Benjamin Peterson authored
-
- 01 Sep, 2012 8 commits
-
-
Victor Stinner authored
Fix window.addch() of the curses module for special characters like curses.ACS_HLINE: the Python function addch(int) and addch(bytes) is now calling the C function waddch()/mvwaddch() (as it was done in Python 3.2), instead of wadd_wch()/mvwadd_wch(). The Python function addch(str) is still calling the C function wadd_wch()/mvwadd_wch() if the Python curses is linked to libncursesw.
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Petri Lehtinen authored
-
Petri Lehtinen authored
-
R David Murray authored
Before, the type function was called twice in the case where the default was specified and the argument was given as well. This was especially problematic for the FileType type, as a default file would always be opened, even if a file argument was specified on the command line. Patch by Arnaud Fontaine, with additional test by Mike Meyer.
-
R David Murray authored
Before, the type function was called twice in the case where the default was specified and the argument was given as well. This was especially problematic for the FileType type, as a default file would always be opened, even if a file argument was specified on the command line. Patch by Arnaud Fontaine, with additional test by Mike Meyer.
-
- 31 Aug, 2012 6 commits
-
-
Trent Nelson authored
-
Trent Nelson authored
-
Brett Cannon authored
return one.
-
Nick Coghlan authored
-
Andrew Svetlov authored
Patch by Mike Hoy.
-
Andrew Svetlov authored
Patch by Mike Hoy.
-
- 30 Aug, 2012 5 commits
-
-
Trent Nelson authored
-
Trent Nelson authored
-
Trent Nelson authored
-
Stefan Krah authored
-
Stefan Krah authored
-
- 29 Aug, 2012 5 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
- 28 Aug, 2012 5 commits
-
-
Victor Stinner authored
character for most keys, and an integer for special keys, instead of always returning an integer. So it is now possible to distinguish special keys like keypad keys.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Richard Oudkerk authored
errno error numbers and Windows error numbers.
-