Commits
User selector
Commit History
Commits on Mar 7, 2022
Commits on Mar 3, 2022
Commits on Mar 1, 2022
Commits on Feb 26, 2022
Commits on Feb 24, 2022
Commits on Feb 21, 2022
bpo-46329: Streamline calling sequence a bit. (GH-31465)
Show description for 59585d6authored
Commits on Feb 18, 2022
bpo-46329: Change calling sequence (again) (GH-31373)
Show description for cf345e9authored
Commits on Feb 8, 2022
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
Show description for 81c7204authored
Commits on Jan 28, 2022
bpo-46329: Split calls into precall and call instructions. (GH-30855)
Show description for 89fd7c3authored
Commits on Jan 27, 2022
bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853)
Show description for c7f810bauthored
Commits on Jan 21, 2022
bpo-46417: _testembed.c avoids Py_SetProgramName() (GH-30732)
Show description for 6415e2eauthoredbpo-46417: Finalize structseq types at exit (GH-30645)
Show description for e9e3eabauthored
Commits on Jan 11, 2022
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
Show description for ea1a545authored
Commits on Jan 6, 2022
bpo-45923: Handle call events in bytecode (GH-30364)
Show description for e028ae9authored
Commits on Dec 28, 2021
Commits on Dec 14, 2021
bpo-44525: Split calls into PRECALL and CALL (GH-30011)
Show description for 9f8f451authored
Commits on Dec 13, 2021
Commits on Dec 3, 2021
bpo-45950: Introduce Bootstrap Python again (#29859)
Show description for 84ca123authored
Commits on Dec 2, 2021
bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)
Show description for a6c3b0fauthored
Commits on Nov 2, 2021
Commits on Nov 1, 2021
bpo-45666: Use `%S` for MSVC and `%s` elsewhere for `swprintf` in `_testembed.c` (GH-29341)
Show description for 401d25eandauthored
Commits on Oct 31, 2021
Commits on Oct 28, 2021
bpo-45395: Make custom frozen modules additions instead of replacements. (gh-28778)
Show description for 074fa57authored
Commits on Oct 27, 2021
bpo-44511: Improve the bytecode for class and mapping patterns (GH-26922)
Show description for 82a662eauthored
Commits on Oct 25, 2021
bpo-45020: Add tests for the -X "frozen_modules" option. (gh-28997)
Show description for 6afb285authored
Commits on Oct 13, 2021
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Show description for aac29afauthored- authored
Commits on Oct 5, 2021
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
Show description for 08285d5authored
Commits on Sep 20, 2021
bpo-40413: test_embed tests calling Py_RunMain() multiple times (GH-28466)
Show description for 5e2c32eauthored
Commits on Sep 15, 2021
bpo-45188: Windows now regenerates frozen modules at the start of build instead of late (GH-28322)
Show description for 09b4ad1authored
Commits on Aug 30, 2021
bpo-45019: Add a tool to generate list of modules to include for frozen modules (gh-27980)
Show description for 044e8d8authored
Commits on Jul 7, 2021
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Show description for 4823d9aauthored- authored
Commits on Jul 2, 2021
bpo-43950: Add code.co_positions (PEP 657) (GH-26955)
Show description for 98eee94authored