COMMITS
/ Programs/python.c April 15, 2020
V
bpo-40268: Remove unused imports in pylifecycle.c (GH-19533)
Victor Stinner committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 1, 2018
V
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner committed
September 19, 2018
V
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430)
Victor Stinner committed
September 17, 2018
V
bpo-34589: C locale coercion off by default (GH-9073)
Victor Stinner committed
December 18, 2017
V
bpo-32030: Fix compilation on FreeBSD, #include <fenv.h> (#4919)
Victor Stinner committed
December 16, 2017
V
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Victor Stinner committed
December 13, 2017
V
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner committed
November 29, 2017
V
bpo-32030: Rework memory allocators (#4625)
Victor Stinner committed
November 15, 2017
V
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner committed
November 12, 2017
X
bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334)
xdegaye committed
October 27, 2017
June 11, 2017
N
bpo-28180: Implementation for PEP 538 (#659)
Nick Coghlan committed
March 14, 2016
V
Add PYTHONMALLOC env var
Victor Stinner committed
January 20, 2016
V
Replace fpgetmask() with fedisableexcept()
Victor Stinner committed
August 1, 2014
V
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
Victor Stinner committed
July 25, 2014
N
Issue #18093: Factor out the programs that embed the runtime
Nick Coghlan committed