summaryrefslogtreecommitdiff
path: root/Objects/structseq.c
Commit message (Expand)AuthorAgeFilesLines
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-411/+411
* Fix:Neal Norwitz2008-08-241-6/+14
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-2/+2
* Renamed PyString to PyBytesChristian Heimes2008-05-261-2/+2
* Temporarily revert 59967 until GC can be added.Raymond Hettinger2008-01-151-1/+1
* Issue 1820: structseq objects did not work with the % formatting operator or...Raymond Hettinger2008-01-151-1/+1
* Added more comments to the new structseq repr code and implemented several of...Christian Heimes2008-01-141-17/+36
* I missed the most important fileChristian Heimes2008-01-141-5/+58
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-6/+6
* Improve extended slicing support in builtin types and classes. Specifically:Thomas Wouters2007-08-281-1/+54
* 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