COMMITS
/ Modules/xxmodule.c March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
April 7, 2025
S
gh-122040: reword `Modules/xxmodule.c` module-level comment (#132201)
Sonny Ding 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
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
June 10, 2022
E
gh-90763: Modernise xx template module initialisation (#93078)
Erlend Egeberg Aasland committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
February 17, 2020
D
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
February 25, 2019
S
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka committed
September 22, 2017
S
bpo-31443: Formulate the type slot initialization rules in terms of C99. (#3688)
Stefan Krah committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
May 23, 2015
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan committed
January 1, 2013
E
Make indentation consistent
Eli Bendersky committed
June 27, 2010
M
Issue #9089: Remove references to intobject.c and intobject.h from comments.
Mark Dickinson 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
July 2, 2008
A
Correct a typo that breaks test_distutils
Amaury Forgeot d'Arc committed
A
#3247: get rid of Py_FindMethod
Amaury Forgeot d'Arc committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 14, 2007
C
Merged revisions 59465-59487 via svnmerge from
Christian Heimes committed
December 3, 2007
C
Merged revisions 59275-59303 via svnmerge from
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
November 18, 2007
August 24, 2007
N
Use unicode for reference (is there any way to build this module)
Neal Norwitz committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
April 21, 2006
T
Merge part of the trunk changes into the p3yk branch. This merges from 43030
Thomas Wouters committed
March 14, 2006
N
Fix and test (manually w/xx module) passing NULLs to PyObject_Str() and
Neal Norwitz committed
January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
February 13, 2003
G
Another dummy type.
Guido van Rossum committed
February 11, 2003
G
Add Str, a subclass of str.
Guido van Rossum committed
December 29, 2002
R
Demonstrate use of PyType_Ready() in the example.
Raymond Hettinger committed
August 14, 2002
S
add PyDoc_STR and PyDoc_STRVAR calls as examples for module authors
Skip Montanaro committed
August 2, 2002
M
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Mark Hammond committed
July 17, 2002
T
Removed more stray instances of statichere, but left _sre.c alone.
Tim Peters committed
J
staticforward bites the dust.
Jeremy Hylton committed
May 23, 2002
T
Whitespace normalization.
Tim Peters committed
April 9, 2002
T
Fix an obvious bug.
Thomas Heller committed
March 12, 2002
F
Change the example code to prefer PyModule_Add*() instead of using the
Fred Drake committed
December 8, 2001
G
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Guido van Rossum committed
October 15, 2001
G
Remove a couple of tp_xxx fields that you are not expected to
Guido van Rossum committed
October 9, 2001
M
Add additional fields to Xxo_Type declaration. Fixes bug #469250.
Martin v. Löwis committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 19, 2000
A
Use METH_VARARGS constant in example module.
Andrew M. Kuchling committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 10, 2000
P
ANSI-fication
Peter Schneider-Kamp committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed