Commits
User selector
Commit History
Commits on Jun 30, 2021
Commits on Jun 29, 2021
bpo-44434: Remove useless calls to PyThread_exit_thread() (GH-26943)
Show description for 48e3a1dandauthored
Commits on Jun 23, 2021
bpo-43693 Get rid of CO_NOFREE -- it's unused (GH-26839)
Show description for 769d7d0authoredbpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)
Show description for 489699cauthored
Commits on Jun 21, 2021
bpo-43693: Turn localspluskinds into an object (GH-26749)
Show description for 355f5ddauthored
Commits on Jun 7, 2021
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Show description for 2ab27c4authored
Commits on Jun 4, 2021
bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2bc1ece673d387341e06c8d3c2bc6e259747 (GH-26530)
Show description for 17c4edcauthored
Commits on Jun 3, 2021
bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fastlocalkinds. (gh-26388)
Show description for 2c1e258authored
Commits on May 27, 2021
bpo-43693: Add _PyCode_New(). (gh-26375)
Show description for 9f494d4authored
Commits on May 20, 2021
bpo-44131: Py_FrozenMain() uses PyConfig_SetBytesArgv() (GH-26201)
Show description for 58a9939authored
Commits on May 18, 2021
bpo-44131: Fix Makefile for test_frozenmain (GH-26203)
Show description for 834498eauthored
Commits on May 17, 2021
bpo-44131: Test Py_FrozenMain() (GH-26126)
Show description for eaede0dauthored
Commits on May 12, 2021
bpo-44113: Deprecate old functions to config Python init (GH-26060)
Show description for 6cd0446authored
Commits on Mar 10, 2021
bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798)
Show description for 307745aauthored
Commits on Jan 12, 2021
bpo-42882: Add test_embed.test_unicode_id_init() (GH-24198)
Show description for 11d13e8authored
Commits on Nov 10, 2020
bpo-42260: Compute the path config in the main init (GH-23211)
Show description for 9e1b828authored
Commits on Nov 4, 2020
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
Show description for 048a356authored
Commits on Jul 3, 2020
Commits on Jun 11, 2020
bpo-40939: Remove some extra references to PYTHONOLDPARSER (GH-20815)
Show description for 436b648authoredbpo-40939: Remove the old parser (GH-20768)
Show description for 1ed83adauthored
Commits on Jun 8, 2020
bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
Show description for e81f6e6authored- authored
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 49d99f0authored