Commits
User selector
Commit History
Commits on Nov 24, 2022
gh-98872: Fix a possible resource leak in Python 3.11.0 (GH-99047)
Show description for 4255a9fandauthored
Commits on Oct 30, 2022
[3.11] gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98874)
Show description for 57dd110andauthored
Commits on Sep 22, 2022
GH-96975: Skip incomplete frames in PyEval_GetFrame (GH-97018)
Show description for 6a646ddandauthored
Commits on Sep 13, 2022
gh-96678: Avoid undefined behaviour in test (GH-96672) (#96795)
Show description for cc8b006andauthored
Commits on Jul 31, 2022
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)" (GH-94745)
Show description for 147a9a8andauthored
Commits on Jul 13, 2022
gh-90815: Fix test_embed for Windows PGO build with mimalloc (GH-94790)
Show description for 11cdde8andauthored
Commits on Jul 5, 2022
[3.11] gh-94485: Set line number of module's RESUME instruction to 0 as specified by PEP 626 (GH-94552) (GH-94562)
Show description for 1bfe83aauthored
Commits on Jun 23, 2022
[3.11] gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383) (#93493)
Show description for 852b4d4authored
Commits on Jun 20, 2022
gh-91985: Ensure in-tree builds override platstdlib_dir in every path calculation (GH-93641)
Show description for b8fe3bdandauthored
Commits on May 5, 2022
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Show description for ada8b6dauthored
Commits on May 4, 2022
gh-78214: marshal: Stabilize FLAG_REF usage (GH-8226)
Show description for 6dcfd6cauthored
Commits on Apr 21, 2022
GH-88116: Use a compact format to represent end line and column offsets. (GH-91666)
Show description for 944fffeauthored
Commits on Mar 31, 2022
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