Commits
User selector
Commit History
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
Commits on Jun 17, 2021
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Show description for 00710e6authored
Erlend Egeberg Aasland
Commits on May 25, 2021
- authored
Erlend Egeberg Aasland
Commits on Apr 30, 2021
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Show description for 9746cdaauthored
Erlend Egeberg Aaslandbpo-43977: Use tp_flags for collection matching (GH-25723)
Show description for 069e81aauthored
Commits on Apr 29, 2021
bpo-43908: Make array.array type immutable (GH-25696)
Show description for c6ad03fandauthored
Commits on Apr 21, 2021
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Show description for cdad272authored
Commits on Apr 2, 2021
bpo-31956: Add start and stop parameters to array.index() (GH-25059)
Show description for afd1265andauthored
Commits on Jan 3, 2021
- authored
Erlend Egeberg Aasland
Commits on Jan 2, 2021
- authored
Erlend Egeberg Aasland
Commits on Dec 1, 2020
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Show description for 00d7abdauthored
Commits on Jul 5, 2020
Commits on Jun 23, 2020
bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)
Show description for 1d3dad5authored
Commits on May 28, 2020
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
Show description for 5f4b229authored
Commits on May 27, 2020
bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429)
Show description for fe2978bauthored
Commits on May 26, 2020
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Show description for 578c395authored
Commits on May 11, 2020
bpo-36346: array: Don't use deprecated APIs (GH-19653)
Show description for d5d9a71andauthored
Commits on Apr 15, 2020
bpo-40268: Remove unused structmember.h includes (GH-19530)
Show description for 4a21e57authored
Commits on Mar 4, 2020
Commits on Feb 17, 2020
Commits on Feb 7, 2020
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Show description for 60ac6edauthoredbpo-39573: Add Py_SET_TYPE() function (GH-18394)
Show description for d2ec81aauthored
Commits on Dec 9, 2019
bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)
Show description for 0131abaauthored