Commits
User selector
Commit History
Commits on Apr 15, 2020
bpo-40268: Remove unused imports in pylifecycle.c (GH-19533)
Show description for 4f98f46authored
Commits on May 27, 2019
bpo-36763: Implement the PEP 587 (GH-13592)
Show description for 331a6a5authored
Commits on Nov 12, 2018
bpo-35081: Rename internal headers (GH-10275)
Show description for 621cebeauthored
Commits on Nov 1, 2018
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Show description for a1c249cauthored
Commits on Sep 19, 2018
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430)
Show description for 06e7608authored
Commits on Sep 17, 2018
bpo-34589: C locale coercion off by default (GH-9073)
Show description for 7a0791bauthored
Commits on Dec 18, 2017
bpo-32030: Fix compilation on FreeBSD, #include <fenv.h> (#4919)
Show description for 6efcb6dauthored
Commits on Dec 16, 2017
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Show description for 9454060authored
Commits on Dec 13, 2017
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Show description for 91106cdauthored
Commits on Nov 29, 2017
bpo-32030: Rework memory allocators (#4625)
Show description for 5d39e04authored
Commits on Nov 15, 2017
bpo-32030: Split Py_Main() into subfunctions (#4399)
Show description for f7e5b56authored
Commits on Nov 12, 2017
Commits on Oct 27, 2017
bpo-31877: Add _Py_LegacyLocaleDetected and _PyCoerceLegacyLocale to pylifecycle.h (GH-4134)
Show description for 031c4bfauthored andcommitted
Commits on Jun 11, 2017
bpo-28180: Implementation for PEP 538 (#659)
Show description for 6ea4186authored
Commits on Mar 14, 2016
Add PYTHONMALLOC env var
Show description for 34be807committed
Commits on Jan 20, 2016
Replace fpgetmask() with fedisableexcept()
Show description for 7172f50committed
Commits on Aug 1, 2014
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
Show description for f6a271acommitted
Commits on Jul 25, 2014
Loading