- 22 Sep, 2012 3 commits
-
-
Georg Brandl authored
Closes #15925: fix regression in parsedate() and parsedate_tz() that should return None if unable to parse the argument.
-
Georg Brandl authored
-
Georg Brandl authored
-
- 20 Sep, 2012 1 commit
-
-
Christian Heimes authored
Issue #15977: Fix memory leak in Modules/_ssl.c when the function _set_npn_protocols() is called multiple times
-
- 22 Sep, 2012 1 commit
-
-
Georg Brandl authored
-
- 10 Sep, 2012 1 commit
-
-
Stefan Krah authored
constructing infinities. This is done for backwards compatibility with decimal.py: Infinity coefficients are undefined in _decimal (in accordance with the specification).
-
- 11 Sep, 2012 3 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
Issue #15895: my analysis was slightly off. The FILE pointer is only leaked when set_main_loader() fails for a pyc file with closeit=0. In the success case run_pyc_file() does its own cleanup of the fp. I've changed the code to use another FILE ptr for pyc files and moved the fclose() to PyRun_SimpleFileExFlags() to make it more obvious what's happening.
-
Christian Heimes authored
Issue #15895: Fix FILE pointer leak in PyRun_SimpleFileExFlags() when filename points to a pyc/pyo file and closeit is false.
-
- 09 Sep, 2012 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 08 Sep, 2012 1 commit
-
-
Stefan Krah authored
-
- 03 Sep, 2012 1 commit
-
-
Nick Coghlan authored
-
- 02 Sep, 2012 1 commit
-
-
Stefan Krah authored
-
- 09 Sep, 2012 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Ned Deily authored
they are created in the install locations and with the proper timestamp. (Solution suggested by MvL)
-
- 05 Sep, 2012 1 commit
-
-
Antoine Pitrou authored
sporadic crashes in multi-thread programs when several long deallocator chains ran concurrently and involved subclasses of built-in container types. Because of this change, a couple extension modules compiled for 3.2.4 (those which use the trashcan mechanism, despite it being undocumented) will not be loadable by 3.2.3 and earlier. However, extension modules compiled for 3.2.3 and earlier will be loadable by 3.2.4.
-
- 08 Sep, 2012 1 commit
-
-
Georg Brandl authored
-
- 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 8 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
-