- 02 Sep, 2012 1 commit
-
-
Zbigniew Jędrzejewski-Szmek authored
-
- 30 Aug, 2012 1 commit
-
-
Stefan Krah authored
-
- 01 Sep, 2012 1 commit
-
-
Stefan Krah authored
-
- 30 Aug, 2012 1 commit
-
-
Stefan Krah authored
-
- 01 Sep, 2012 3 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
-
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.
-
- 31 Aug, 2012 2 commits
-
-
Brett Cannon authored
return one.
-
Nick Coghlan authored
-
- 07 Sep, 2012 1 commit
-
-
Antoine Pitrou authored
This was a regression caused by the hash randomization patch.
-
- 27 Aug, 2012 1 commit
-
-
Antoine Pitrou authored
-
- 28 Aug, 2012 2 commits
-
-
Richard Oudkerk authored
errno error numbers and Windows error numbers.
-
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.
-
- 25 Aug, 2012 10 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Ronald Oussoren authored
compiled using the clang compiler (merge from 3.2)
-
Ronald Oussoren authored
Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled using the clang compiler
-
Georg Brandl authored
-
Georg Brandl authored
-
Nick Coghlan authored
-
Ned Deily authored
-
- 24 Aug, 2012 17 commits
-
-
Brett Cannon authored
fromlist of __import__ propagate. The problem previously was that if something listed in fromlist didn't exist then that's okay. The fix for that was too broad in terms of catching ImportError. The trick with the solution to this issue is that the proper refactoring of import thanks to importlib doesn't allow for a way to distinguish (portably) between an ImportError because finders couldn't find a loader, or a loader raised the exception. In Python 3.4 the hope is to introduce a new exception (e.g. ModuleNotFound) to make it clean to differentiate why ImportError was raised.
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Vinay Sajip authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Stefan Krah authored
will be removed in Python 4.0.
-
Antoine Pitrou authored
-
Mark Dickinson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Brett Cannon authored
of source path to set_data() and make the new argument private until possible API changes can be discussed more thoroughly in Python 3.4.
-
Antoine Pitrou authored
Patch by Chris Rebert.
-
Antoine Pitrou authored
Patch by Chris Rebert.
-