aboutsummaryrefslogtreecommitdiff
path: root/Include/structseq.h
AgeCommit message (Expand)Author
2022-01-21bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)Victor Stinner
2022-01-21bpo-46417: Finalize structseq types at exit (GH-30645)Victor Stinner
2021-10-21bpo-44220: Export PyStructSequence_UnnamedField in the limited API (GH-26331)Ken Jin
2021-05-03bpo-43916: Move the _PyStructSequence_InitType function to the internal API (...Pablo Galindo
2021-05-01bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the c...Pablo Galindo
2021-04-30bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)Victor Stinner
2019-11-16bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005)Serhiy Storchaka
2016-11-22Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,Serhiy Storchaka
2013-07-22Issue #18520: Add a new PyStructSequence_InitType2() function, same thanVictor Stinner
2010-12-03Merge branches/pep-0384.Martin v. Löwis
2010-08-09correct commentBenjamin Peterson
2010-07-07make struct sequences subclass tuple; kill lots of codeBenjamin Peterson
2010-05-09Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou
2007-08-24Remove PyArg_Parse usage from time module. (An extra set of eyeballs onSkip Montanaro
2002-10-17Clean up some whitespace to be consistent with Python's C style.Fred Drake
2002-10-16Add PyStructSequence_UnnamedField. Add stat_float_times.Martin v. Löwis
2002-08-12Excise DL_EXPORT from Include.Mark Hammond
2001-10-18SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.Guido van Rossum