summaryrefslogtreecommitdiff
path: root/Programs/python.c
Commit message (Expand)AuthorAgeFilesLines
* Add PYTHONMALLOC env varVictor Stinner2016-03-141-0/+9
* Replace fpgetmask() with fedisableexcept()Victor Stinner2016-01-201-6/+2
* Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, renameVictor Stinner2014-08-011-1/+1
* Issue #18093: Factor out the programs that embed the runtimeNick Coghlan2014-07-251-0/+77