Commits
User selector
Commit History
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
Commits on Nov 15, 2019
- authored andcommitted
Commits on Oct 21, 2019
- authored andcommitted
Commits on Jul 11, 2019
Remove redundant check from arraymodule b_getitem (GH-14676)
Show description for 13ab570authored andcommitted- authored andcommitted
Commits on May 31, 2019
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Show description for 530f506authored andcommitted
Commits on May 23, 2019
bpo-36842: Implement PEP 578 (GH-12613)
Show description for b82e17eauthored
Commits on May 17, 2019
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
Show description for 14514d9authored andcommitted
Commits on Mar 20, 2019
- authored andcommitted
Commits on Feb 25, 2019
bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952)
Show description for 6a44f6eauthored
Commits on Dec 14, 2018
Commits on Dec 11, 2018
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
Show description for bb86bf4authored
Commits on Dec 8, 2018
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
Show description for 99d56b5authored andcommitted
Commits on Feb 2, 2018
- authored andcommitted