COMMITS
/ Objects/structseq.c February 1, 2003
T
Removed all uses of the out-of-favor __safe_for_unpickling__ magic
Tim Peters committed
December 18, 2002
N
SF # 654974, fix unchecked return values in structseq
Neal Norwitz committed
October 16, 2002
M
Add n_unnamed_fields into the type.
Martin v. Löwis committed
M
Add PyStructSequence_UnnamedField. Add stat_float_times.
Martin v. Löwis committed
April 12, 2002
N
Remove PyMalloc_New and PyMalloc_Del.
Neil Schemenauer committed
March 22, 2002
N
Use pymalloc if it's enabled.
Neil Schemenauer committed
March 7, 2002
M
Guido pointed out that I was missing a couple decrefs.
Michael W. Hudson committed
March 6, 2002
M
Apply (my) patch:
Michael W. Hudson committed
March 5, 2002
M
A fix & test for
Michael W. Hudson committed
November 28, 2001
B
structseq_new(): Conversion of sprintf() to PyOS_snprintf() for buffer
Barry Warsaw committed
October 30, 2001
T
Fix bad bug in structseq slicing (NULL pointers in result). Reported by
Tim Peters committed
October 18, 2001
G
Missing file structseq.c for SF patch #462296
Guido van Rossum committed