COMMITS
/ Modules/xxlimited.c May 3, 2022
V
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner committed
April 25, 2022
V
gh-89653: PEP 670: Functions don't cast pointers (#91697)
Victor Stinner committed
February 2, 2022
C
bpo-45459: Add Py_buffer to limited API (GH-29991)
Christian Heimes committed
October 19, 2021
V
bpo-45434: Only exclude <stdlib.h> in Python 3.11 limited C API (GH-29027)
Victor Stinner committed
May 31, 2021
H
bpo-42972: Fully implement GC protocol for xxlimited (GH-26451)
Hai Shi committed
April 2, 2021
V
bpo-41111: xxlimited.c defines Py_LIMITED_API (GH-25151)
Victor Stinner committed
December 8, 2020
P
bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226)
Petr Viktorin committed
May 27, 2020
February 17, 2020
D
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na committed
May 29, 2019
A
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944)
Antoine Pitrou committed
February 25, 2019
S
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka committed
May 26, 2018
S
bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111)
Serhiy Storchaka committed
February 1, 2017
B
merge 3.5 (#29398)
Benjamin Peterson committed
B
gc types needs to be allocated as such (closes #29398)
Benjamin Peterson committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
June 4, 2015
N
Issue #24373: Eliminate PEP 489 test refleaks
Nick Coghlan committed
May 23, 2015
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan committed
March 18, 2015
S
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka committed
February 4, 2014
M
Issue #17162: Add PyType_GetSlot.
Martin v. Löwis committed
August 11, 2011
B
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
Brian Curtin committed
February 11, 2011
M
Issue #11135: Remove redundant doc field from PyType_Spec.
Martin v. Löwis committed
February 5, 2011
M
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
Martin v. Löwis committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed