summaryrefslogtreecommitdiffstats
path: root/Include/structseq.h
Commit message (Expand)AuthorAgeFilesLines
* gh-87347: Add parenthesis around macro arguments (#93915)Victor Stinner2022-06-201-2/+2
* bpo-45459: C API uses type names rather than structure names (GH-31528)Victor Stinner2022-02-241-1/+1
* bpo-46417: _curses uses PyStructSequence_NewType() (GH-30736)Victor Stinner2022-01-211-3/+0
* bpo-46417: Finalize structseq types at exit (GH-30645)Victor Stinner2022-01-211-0/+3
* bpo-44220: Export PyStructSequence_UnnamedField in the limited API (GH-26331)Ken Jin2021-10-211-1/+1
* bpo-43916: Move the _PyStructSequence_InitType function to the internal API (...Pablo Galindo2021-05-031-4/+0
* bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the c...Pablo Galindo2021-05-011-3/+1
* bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)Victor Stinner2021-04-301-0/+6
* bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005)Serhiy Storchaka2019-11-161-1/+1
* Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,Serhiy Storchaka2016-11-221-4/+4
* Issue #18520: Add a new PyStructSequence_InitType2() function, same thanVictor Stinner2013-07-221-0/+2
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+7
* correct commentBenjamin Peterson2010-08-091-1/+1
* make struct sequences subclass tuple; kill lots of codeBenjamin Peterson2010-07-071-8/+3
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-11/+11
* Remove PyArg_Parse usage from time module. (An extra set of eyeballs onSkip Montanaro2007-08-241-0/+4
* Clean up some whitespace to be consistent with Python's C style.Fred Drake2002-10-171-4/+4
* Add PyStructSequence_UnnamedField. Add stat_float_times.Martin v. Löwis2002-10-161-0/+2
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-2/+2
* SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.Guido van Rossum2001-10-181-0/+39