Commits
User selector
Commit History
Commits on May 28, 2024
Commits on May 3, 2024
gh-116322: Add Py_mod_gil module slot (#116882)
Show description for c2627d6authored
Commits on Mar 8, 2024
Commits on Feb 10, 2024
gh-114894: add array.array.clear() method (#114919)
Show description for 9d1a353authored
Commits on Oct 25, 2023
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
Show description for a8a89fcauthored
Commits on Oct 17, 2023
gh-110964: Remove private _PyArg functions (#110966)
Show description for be5e8a0authored
Commits on Aug 24, 2023
gh-106320: Remove private _PyEval function (#108433)
Show description for c494fb3authoredgh-106320: Remove private PyLong C API functions (#108429)
Show description for c55e731authored
Commits on Jul 25, 2023
gh-106869: Use new PyMemberDef constant names (#106871)
Show description for 1a3fabaauthoredgh-86493: Modernize modules initialization code (GH-106858)
Show description for 329e4a1authored
Commits on Jul 12, 2023
Commits on Jul 2, 2023
Commits on Jun 27, 2023
gh-106084: Remove _PyObject_CallMethod() function (#106159)
Show description for 84caa33authored
Commits on Jun 11, 2023
gh-105375: Improve array.array exception handling (#105594)
Show description for 35cff54authored- authored
Commits on Jun 4, 2023
Commits on Jun 1, 2023
gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)
Show description for 8ed705candauthored
Commits on May 5, 2023
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Show description for a9c6e06authored
Commits on Mar 13, 2023
gh-102650: Remove duplicate include directives from multiple source files (#102651)
Show description for 85ba8a3authored
Commits on Nov 30, 2022
gh-99845: Use size_t type in __sizeof__() methods (#99846)
Show description for 85dd6cbauthored
Commits on Nov 14, 2022
gh-99300: Use Py_NewRef() in Modules/ directory (#99468)
Show description for c340cbbauthored
Commits on Nov 12, 2022
Commits on Nov 1, 2022
gh-98658: Add __class_getitem__ to array.array (#98661)
Show description for 5cf317aauthored
Commits on Jun 14, 2022
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Show description for 6fd4c8eauthored
Commits on Mar 28, 2022
bpo-47070: Add _PyBytes_Repeat() (GH-31999)
Show description for 850687dauthored
Commits on Mar 11, 2022
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
Show description for 882d809authored
Commits on Feb 28, 2022
Commits on Feb 17, 2022
Commits on Feb 11, 2022
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Show description for 2049469andauthored
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 Nov 8, 2021
Commits on Oct 22, 2021
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Show description for 03e9f5dauthored
Commits on Oct 14, 2021
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Show description for 0a883a7authored
Commits on Sep 21, 2021
[codemod] Fix non-matching bracket pairs (GH-28473)
Show description for 8f943caauthored
Commits on Sep 12, 2021
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
Show description for 92bf869authored