Commits
User selector
Commit History
Commits on Oct 30, 2022
gh-96853: Restore test coverage for Py_Initialize(Ex) (GH-98212)
Show description for 05e4886authored
Commits on Oct 27, 2022
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Show description for 22863dfauthored
Commits on Oct 26, 2022
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-98609)
Show description for f323694authored
Commits on Oct 17, 2022
gh-97669: Create Tools/build/ directory (#97963)
Show description for 1863302authored
Commits on Oct 3, 2022
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Show description for b0f89cbauthored
Commits on Sep 22, 2022
Commits on Sep 13, 2022
Commits on Jul 31, 2022
Commits on Jul 13, 2022
gh-90815: Fix test_embed for Windows PGO build with mimalloc (GH-94790)
Show description for 4a6bb30authored
Commits on Jul 5, 2022
gh-94485: Set line number of module's RESUME instruction to 0, as specified by PEP 626 (GH-94552)
Show description for 324d019andauthored
Commits on Jun 21, 2022
GH-91432: Specialize FOR_ITER (GH-91713)
Show description for 5fcfdd8authored
Commits on Jun 16, 2022
Commits on Jun 14, 2022
Commits on Jun 3, 2022
gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383)
Show description for d52ffc1authored
Commits on May 19, 2022
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