| Commit message (Expand) | Author | Age | Files | Lines |
* | 00147-add-debug-malloc-stats.patch | Fedora Python maintainers | 2020-09-29 | 1 | -1/+1 |
|
|
* | bpo-30134: fix BytesWarning doc, docstring and message (GH-12739) | Inada Naoki | 2019-04-09 | 1 | -1/+1 |
|
|
* | bpo-25083: Python can sometimes create incorrect .pyc files (GH-8449) | tzickel | 2018-09-10 | 1 | -0/+3 |
|
|
* | [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) | Serhiy Storchaka | 2018-07-31 | 1 | -1/+1 |
|
|
* | bpo-34080: Fix a memory leak in the compiler. (GH-8222) | Miss Islington (bot) | 2018-07-11 | 1 | -1/+1 |
|
|
* | [2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927) | Victor Stinner | 2017-10-17 | 1 | -1/+3 |
|
|
* | bpo-31733: Add PYTHONSHOWREFCOUNT env var (GH-3932) | Victor Stinner | 2017-10-17 | 1 | -10/+17 |
|
|
* | Issue #14376: sys.exit now accepts longs as well as ints. Thanks Gareth Rees. | Mark Dickinson | 2017-02-02 | 1 | -1/+1 |
|
|
* | Issue #27076: Doc, comment and test function name spelling fixes | Martin Panter | 2016-05-26 | 1 | -1/+1 |
|
|
* | Issue #22836: Keep exception reports sensible despite errors | Martin Panter | 2016-02-28 | 1 | -1/+7 |
|
|
* | Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), | Serhiy Storchaka | 2015-05-30 | 1 | -22/+21 |
|
|
* | Issue #21963: backout issue #1856 patch (avoid crashes and lockups when | Antoine Pitrou | 2014-11-21 | 1 | -8/+1 |
|
|
* | PEP 466: backport persistent urandom fd (closes #21305) | Benjamin Peterson | 2014-08-28 | 1 | -0/+1 |
|
|
* | avoid crashes and lockups from daemon threads during interpreter shutdown (#1... | Benjamin Peterson | 2014-06-17 | 1 | -1/+8 |
|
|
* | Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the | Christian Heimes | 2013-10-22 | 1 | -0/+5 |
|
|
* | Issue #15001: fix segfault on "del sys.modules['__main__']" | Hynek Schlawack | 2012-11-07 | 1 | -5/+5 |
|
|
* | fix parse_syntax_error to clean up its resources | Benjamin Peterson | 2012-04-03 | 1 | -19/+31 |
|
|
* | Fix crash at startup with -W options. | Antoine Pitrou | 2012-02-21 | 1 | -1/+0 |
|
|
* | merge 2.6 with hash randomization fix | Benjamin Peterson | 2012-02-21 | 1 | -0/+8 |
|\ |
|
| * | - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED | Barry Warsaw | 2012-02-21 | 1 | -0/+8 |
|
|
| * | Merged revisions 81537 via svnmerge from | Victor Stinner | 2010-05-25 | 1 | -1/+7 |
|
|
| * | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -1332/+1332 |
|
|
| * | Merged revisions 81007 via svnmerge from | Jean-Paul Calderone | 2010-05-08 | 1 | -0/+4 |
|
|
| * | Partial backport of r78826: leave import site error handler unchanged (print | Victor Stinner | 2010-03-21 | 1 | -4/+12 |
|
|
| * | Merged revisions 75570,75574,75624 via svnmerge from | Antoine Pitrou | 2009-10-27 | 1 | -0/+30 |
|
|
| * | Merged revisions 71152 via svnmerge from | Matthias Klose | 2009-04-04 | 1 | -2/+3 |
|
|
| * | Merged revisions 70908 via svnmerge from | Jesse Noller | 2009-03-31 | 1 | -0/+2 |
|
|
| * | Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,... | Georg Brandl | 2009-01-03 | 1 | -3/+19 |
|
|
| * | Merged revisions 67343 via svnmerge from | Amaury Forgeot d'Arc | 2008-11-22 | 1 | -1/+1 |
|
|
| * | Merged revisions 67066 via svnmerge from | Benjamin Peterson | 2008-10-31 | 1 | -6/+12 |
|
|
* | | Port #6498 fix: fix several misspellings of "SystemExit" as "SystemError". | Georg Brandl | 2011-05-15 | 1 | -1/+1 |
|
|
* | | Merged revisions 85904 via svnmerge from | Benjamin Peterson | 2010-10-29 | 1 | -0/+2 |
|
|
* | | Merged revisions 85814 via svnmerge from | Benjamin Peterson | 2010-10-24 | 1 | -2/+0 |
|
|
* | | sys.stderr and sys.excepthook can be None at interpreter shutdown, | Antoine Pitrou | 2010-08-08 | 1 | -2/+2 |
|
|
* | | Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding and | Victor Stinner | 2010-05-25 | 1 | -1/+7 |
|
|
* | | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 | 1 | -1325/+1325 |
|
|
* | | Skip signal handler re-installation if it is not necessary. Issue 8354. | Jean-Paul Calderone | 2010-05-08 | 1 | -0/+4 |
|
|
* | | Change to a Py_XDECREF and fix some whitespace. | Brett Cannon | 2010-05-05 | 1 | -8/+8 |
|
|
* | | Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt | Victor Stinner | 2010-03-10 | 1 | -16/+16 |
|
|
* | | Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which | Antoine Pitrou | 2009-10-20 | 1 | -0/+30 |
|
|
* | | - Issue #3845: In PyRun_SimpleFileExFlags avoid invalid memory access with | Matthias Klose | 2009-04-04 | 1 | -2/+3 |
|
|
* | | Issue 5619: Pass MS CRT debug flags into subprocesses | Jesse Noller | 2009-03-31 | 1 | -0/+2 |
|
|
* | | Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. | Mark Dickinson | 2009-03-20 | 1 | -0/+3 |
|
|
* | | fix compilation on non-Windows platforms | Benjamin Peterson | 2009-01-02 | 1 | -0/+2 |
|
|
* | | Issue #4075: Use OutputDebugStringW in Py_FatalError. | Martin v. Löwis | 2009-01-02 | 1 | -3/+17 |
|
|
* | | #3996: On Windows, PyOS_CheckStack is supposed to protect the interpreter from | Amaury Forgeot d'Arc | 2008-11-22 | 1 | -1/+1 |
|
|
* | | make sure the parser flags and passed onto the compiler | Benjamin Peterson | 2008-10-31 | 1 | -6/+12 |
|/ |
|
* | Fix: | Neal Norwitz | 2008-08-24 | 1 | -2/+2 |
|
|
* | #3378: in case of no memory, don't leak even more memory. :) | Georg Brandl | 2008-07-19 | 1 | -6/+7 |
|
|
* | Fix tabs. | Georg Brandl | 2008-07-05 | 1 | -12/+12 |
|
|