summaryrefslogtreecommitdiffstats
path: root/Objects/tupleobject.c
Commit message (Expand)AuthorAgeFilesLines
* Same treatment as listobject.c:Guido van Rossum2001-01-181-43/+104
* Simplify _PyTuple_Resize by not using the tuple free list and droppingNeil Schemenauer2000-10-051-86/+24
* Correctly cast the return value of realloc.Martin v. Löwis2000-09-151-1/+1
* Correctly use realloc return value. Fixes bug #114424.Martin v. Löwis2000-09-151-1/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSI-fication of the sources.Fred Drake2000-07-091-48/+18
* Neil Schemenauer: small fixes for GCGuido van Rossum2000-07-011-0/+3
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* final patches from Neil Schemenauer for garbage collectionJeremy Hylton2000-06-301-4/+22
* part 2 of Neil Schemenauer's GC patches:Jeremy Hylton2000-06-231-5/+7
* Round 1 of Neil Schemenauer's GC patches:Jeremy Hylton2000-06-231-0/+19
* Michael Hudson <mwh21@cam.ac.uk>:Marc-André Lemburg2000-06-161-1/+1
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-06-151-0/+6
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2000-06-011-1/+3
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-10/+10
* add list_contains and tuplecontains: efficient implementations of tp_containsJeremy Hylton2000-04-271-0/+18
* Patch by Charles G Waldman to avoid a sneaky memory leak inGuido van Rossum2000-04-211-16/+59
* Christian Tismer's "trashcan" patch:Guido van Rossum2000-03-131-1/+4
* The rest of the changes by Trent Mick and Dale Nagata for warning-freeGuido van Rossum2000-01-201-3/+3
* Mark Favas was quick to note that the last checkin divides by zeroGuido van Rossum1999-07-131-1/+1
* Appropriate overflow checks so that things like sys.maxint*(1,) can'tGuido van Rossum1999-07-121-3/+13
* When tracing references, reset the type and size of tuples allocatedGuido van Rossum1998-12-111-0/+4
* Make tuples less hungry -- an extra item was allocated but never used.Guido van Rossum1998-11-161-1/+1
* Slight rearrangement of some code to make it faster, by VladimirGuido van Rossum1998-06-261-9/+15
* PyTuple_SetItem should require that the tuple's refcnt is one!Guido van Rossum1997-08-171-1/+1
* Added _Fini() routines to free up some memoryGuido van Rossum1997-08-051-1/+24
* Quickly renamed the last directory.Guido van Rossum1997-05-021-128/+132
* Better tuple hash function.Guido van Rossum1996-12-161-1/+1
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-12/+19
* new debugger symbol namesGuido van Rossum1996-05-231-1/+1
* better err checks in resizetupleGuido van Rossum1995-08-041-2/+2
* fix dusty debugging macrosGuido van Rossum1995-03-291-1/+1
* a few peephole optimizationsGuido van Rossum1995-03-091-3/+5
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Merge back to main trunkGuido van Rossum1994-08-301-23/+16
* * posixmodule.c: added set{uid,gid}.Guido van Rossum1993-11-101-1/+1
* Fixed bugs in resizetuple and extended the interface.Sjoerd Mullender1993-11-011-16/+47
* * compile.[ch]: support for lambda()Guido van Rossum1993-10-261-12/+45
* intobject.c: Save references to small integers, so that they can beSjoerd Mullender1993-10-151-5/+50
* * Extended X interface: pixmap objects, colormap objects visual objects,Sjoerd Mullender1993-10-111-1/+1
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-1/+1
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+24
* Copyright for 1992 addedGuido van Rossum1992-04-051-1/+1
* New function gettupleslice(v, i, j).Guido van Rossum1992-01-141-0/+12
* printobject now returns an error codeGuido van Rossum1991-06-071-6/+7
* Finally implement tuple*number. From now on all sequence typesGuido van Rossum1991-06-041-1/+33
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
* "Compiling" versionGuido van Rossum1990-12-201-14/+1
* New errors.Guido van Rossum1990-10-211-14/+14