COMMITS
/ Include/structseq.h October 7, 2025
V
gh-79315: Add Include/cpython/structseq.h header (#139730)
Victor Stinner committed
June 28, 2023
V
gh-106168: PyTuple_SET_ITEM() now checks the index (#106164)
Victor Stinner committed
June 20, 2022
V
gh-87347: Add parenthesis around macro arguments (#93915)
Victor Stinner committed
February 24, 2022
V
bpo-45459: C API uses type names rather than structure names (GH-31528)
Victor Stinner committed
January 21, 2022
V
bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)
Victor Stinner committed
V
bpo-46417: Finalize structseq types at exit (GH-30645)
Victor Stinner committed
October 21, 2021
K
May 3, 2021
P
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854)
Pablo Galindo committed
May 1, 2021
P
April 30, 2021
V
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner committed
November 16, 2019
S
bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005)
Serhiy Storchaka committed
November 22, 2016
S
Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
Serhiy Storchaka committed
July 22, 2013
V
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Victor Stinner committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
August 9, 2010
B
correct comment
Benjamin Peterson committed
July 7, 2010
B
make struct sequences subclass tuple; kill lots of code
Benjamin Peterson committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
August 24, 2007
S
Remove PyArg_Parse usage from time module. (An extra set of eyeballs on
Skip Montanaro committed
October 17, 2002
F
Clean up some whitespace to be consistent with Python's C style.
Fred Drake committed
October 16, 2002
M
Add PyStructSequence_UnnamedField. Add stat_float_times.
Martin v. Löwis committed
August 12, 2002
M
Excise DL_EXPORT from Include.
Mark Hammond committed
October 18, 2001
G
SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.
Guido van Rossum committed