Commits
User selector
Commit History
Commits on Sep 20, 2021
bpo-40413: test_embed tests calling Py_RunMain() multiple times (GH-28466) (GH-28471)
Show description for 29e4314andauthored
Commits on Jun 23, 2021
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26878)
Show description for 5ed7827authored
Commits on Jul 3, 2020
bpo-41162: Clear audit hooks later during finalization (GH-21222)
Show description for e1d4fdcandauthored
Commits on Jun 8, 2020
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) (GH-20725)
Show description for 8175064andauthoredbpo-40910: Export Py_GetArgcArgv() function (GH-20721) (GH-20723)
Show description for dedaac0authored
Commits on May 1, 2020
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
Show description for 252346aauthored
Commits on Apr 23, 2020
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Show description for 1def775authored
Commits on Apr 22, 2020
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Show description for c5fc156authored
Commits on Apr 15, 2020
bpo-40268: Remove unused imports in pylifecycle.c (GH-19533)
Show description for 4f98f46authoredbpo-40268: Remove explicit pythread.h includes (#19529)
Show description for 62183b8authored
Commits on Apr 14, 2020
Commits on Mar 9, 2020
bpo-39877: Remove useless PyEval_InitThreads() calls (GH-18883)
Show description for 3225b9fauthored
Commits on Feb 3, 2020
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Show description for c6e5c11authored
Commits on Oct 1, 2019
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Show description for 8462a49authoredbpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
Show description for 3c30a76authored
Commits on Sep 29, 2019
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Show description for fb4ae15authored
Commits on Sep 28, 2019
bpo-38304: Add PyConfig.struct_size (GH-16451)
Show description for 441b10cauthored
Commits on Sep 26, 2019
bpo-38234: Fix test_embed.test_init_setpath_config() on FreeBSD (GH-16406)
Show description for 49d99f0authoredbpo-38234: Add test_init_setpath_config() to test_embed (GH-16402)
Show description for 8bf39b6authored
Commits on Sep 24, 2019
Commits on Aug 23, 2019
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431)
Show description for 120b707authored- authored
Commits on Jul 1, 2019
- authored
bpo-36763: Use PyConfig_Clear() (GH-14445)
Show description for 6731002authored
Commits on Jun 6, 2019
Commits on May 27, 2019
bpo-36763: Implement the PEP 587 (GH-13592)
Show description for 331a6a5authored
Commits on May 23, 2019
- authored
bpo-36842: Implement PEP 578 (GH-12613)
Show description for b82e17eauthoredbpo-36763: Fix _PyPreConfig_InitCompatConfig() utf8_mode (GH-13518)
Show description for 20e1e25authored
Commits on May 22, 2019
bpo-36763: Rename private Python initialization functions (GH-13511)
Show description for 5edcf26authoredbpo-36763: Add _PyPreConfig._config_init (GH-13481)
Show description for 022be02authored
Commits on May 20, 2019
bpo-36763: Fix encoding/locale tests in test_embed (GH-13443)
Show description for 425717fauthoredbpo-36763: Fix Python preinitialization (GH-13432)
Show description for 6d1c467authored
Commits on May 18, 2019
bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398)
Show description for bab0db6authored
Commits on May 17, 2019
bpo-36763: Add _PyInitError functions (GH-13395)
Show description for 871ff77authored