COMMITS
/ Modules/xxsubtype.c March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
February 25, 2025
B
gh-111178: fix UBSan failures in `Modules/xx*.c` (GH-129797)
Bénédikt Tran committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
September 2, 2023
V
gh-108765: Python.h no longer includes <sys/time.h> (#108775)
Victor Stinner committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
July 18, 2023
S
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99473)
Victor Stinner committed
May 3, 2022
V
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner committed
January 13, 2022
C
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)
Christian Heimes committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
November 27, 2018
S
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka committed
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
April 10, 2018
D
May 23, 2015
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
August 14, 2002
S
add some example docstrings using PyDoc_STR
Skip Montanaro committed
August 2, 2002
M
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond committed
July 17, 2002
J
staticforward bites the dust.
Jeremy Hylton committed
June 13, 2002
M
Patch #568124: Add doc string macros.
Martin v. Löwis committed
March 28, 2002
F
Add a simple test of the METH_CLASS and METH_STATIC flags for type methods.
Fred Drake committed
March 12, 2002
F
Change the example code to prefer PyModule_Add*() instead of using the
Fred Drake committed
December 17, 2001
T
initxxsubtype(): Add a comment to make the magic clearer; I doubt it's
Tim Peters committed
G
Use PyType_Ready() for initialization of the ob_type field of our
Guido van Rossum committed
T
David Abrahams tried to compile this as a separate DLL under MSVC, and
Tim Peters committed
December 10, 2001
T
Give xxsubtype a module docstring, so its oddball purpose is discoverable
Tim Peters committed
October 21, 2001
N
Adding missing "static" declarations (found by "make smelly").
Neil Schemenauer committed
September 20, 2001
G
Add optional docstrings to getset descriptors. Fortunately, there's
Guido van Rossum committed
G
Add optional docstrings to member descriptors. For backwards
Guido van Rossum committed
August 16, 2001
G
Change the type names to xxsublist.<name>.
Guido van Rossum committed
August 15, 2001
G
Add 'state' as a get/set attribute to spamlist. This serves as an
Guido van Rossum committed
G
Add 'state' as a read-only attribute to spamdict. This serves as an
Guido van Rossum committed
August 7, 2001
G
- Rename PyType_InitDict() to PyType_Ready().
Guido van Rossum committed
August 2, 2001
T
Merge of descr-branch back into trunk.
Tim Peters committed