summaryrefslogtreecommitdiffstats
path: root/Objects/structseq.c
Commit message (Expand)AuthorAgeFilesLines
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-8/+7
* Klocwork made another run and found a bunch more problems.Neal Norwitz2006-08-121-0/+4
* Unlink the structseq type from the global list ofMartin v. Löwis2006-04-151-0/+8
* Remove unnecessary casts in type object initializers.Georg Brandl2006-03-301-1/+1
* Revert backwards-incompatible const changes.Martin v. Löwis2006-02-271-1/+1
* Use Py_ssize_t for counts and sizes.Martin v. Löwis2006-02-161-1/+1
* Revert 42400.Martin v. Löwis2006-02-161-3/+3
* Support %zd in PyErr_Format and PyString_FromFormat.Martin v. Löwis2006-02-161-3/+3
* Get rid of compiler warnings (gcc 3.3.4 on x86)Neal Norwitz2006-02-161-3/+3
* Merge ssize_t branch.Martin v. Löwis2006-02-151-14/+14
* Add const to several API functions that take char *.Jeremy Hylton2005-12-101-1/+1
* Removed all uses of the out-of-favor __safe_for_unpickling__ magicTim Peters2003-02-011-1/+0
* SF # 654974, fix unchecked return values in structseqNeal Norwitz2002-12-181-2/+6
* Add n_unnamed_fields into the type.Martin v. Löwis2002-10-161-5/+15
* Add PyStructSequence_UnnamedField. Add stat_float_times.Martin v. Löwis2002-10-161-10/+19
* Remove PyMalloc_New and PyMalloc_Del.Neil Schemenauer2002-04-121-2/+2
* Use pymalloc if it's enabled.Neil Schemenauer2002-03-221-2/+2
* Guido pointed out that I was missing a couple decrefs.Michael W. Hudson2002-03-071-1/+7
* Apply (my) patch:Michael W. Hudson2002-03-061-23/+76
* A fix & test forMichael W. Hudson2002-03-051-1/+30
* structseq_new(): Conversion of sprintf() to PyOS_snprintf() for bufferBarry Warsaw2001-11-281-1/+2
* Fix bad bug in structseq slicing (NULL pointers in result). Reported byTim Peters2001-10-301-1/+1
* Missing file structseq.c for SF patch #462296Guido van Rossum2001-10-181-0/+284