COMMITS
/ Include/structseq.h 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