summaryrefslogtreecommitdiff
path: root/Programs/python.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off...Victor Stinner2018-09-191-1/+1
* [3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by defa...Victor Stinner2018-09-171-1/+1
* bpo-32030: Fix compilation on FreeBSD, #include <fenv.h> (#4919)Victor Stinner2017-12-181-8/+0
* bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)Victor Stinner2017-12-161-90/+1
* bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)Victor Stinner2017-12-131-9/+14
* bpo-32030: Rework memory allocators (#4625)Victor Stinner2017-11-291-13/+6
* bpo-32030: Split Py_Main() into subfunctions (#4399)Victor Stinner2017-11-151-3/+11
* bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334)xdegaye2017-11-121-8/+1
* bpo-31877: Add _Py_LegacyLocaleDetected and _PyCoerceLegacyLocale to pylifecy...Erik Bray2017-10-271-14/+10
* bpo-28180: Implementation for PEP 538 (#659)Nick Coghlan2017-06-111-0/+37
* 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