- 29 Sep, 2012 1 commit
-
-
Georg Brandl authored
-
- 27 Sep, 2012 1 commit
-
-
Mark Dickinson authored
-
- 25 Sep, 2012 1 commit
-
-
Benjamin Peterson authored
-
- 24 Sep, 2012 3 commits
-
-
Victor Stinner authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 23 Sep, 2012 7 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Stefan Krah authored
-
Stefan Krah authored
-
- 10 Sep, 2012 2 commits
-
-
Christian Heimes authored
Fixed reference leak in error branch of _bufferedreader_read_all(). The variable data can contain a bytes object but it wasn't cleaned up when PyList_New() failed. CID 715364
-
Christian Heimes authored
-
- 23 Sep, 2012 1 commit
-
-
Georg Brandl authored
-
- 21 Sep, 2012 3 commits
-
-
Larry Hastings authored
-
Larry Hastings authored
Also minor formatting cleanups.
-
Larry Hastings authored
-
- 10 Sep, 2012 1 commit
-
-
Christian Heimes authored
Fixed out-of-bounce write to rawmode buffer. The fixed size buffer wasn't enlarged for the new 'x' flag. The buffer may contain the 5 flags xrwa+ and the \0 byte
-
- 11 Sep, 2012 1 commit
-
-
Christian Heimes authored
-
- 22 Sep, 2012 1 commit
-
-
Georg Brandl authored
-
- 12 Sep, 2012 1 commit
-
-
Antoine Pitrou authored
-
- 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)
-