index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
tupleobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
The endless 460020 bug.
Tim Peters
2001-09-11
1
-6/+9
*
Rewrite the tuple() docstring to parallel the list() docstring.
Tim Peters
2001-09-02
1
-4/+4
*
Repair apparent cut'n'pasteo in tuple() docstring.
Tim Peters
2001-09-02
1
-1/+1
*
More stuff discovered while writing the simplest of testcases:
Guido van Rossum
2001-08-30
1
-2/+5
*
Make str and tuple types subclassable.
Guido van Rossum
2001-08-30
1
-2/+30
*
Use new GC API.
Neil Schemenauer
2001-08-29
1
-26/+13
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
1
-2/+38
*
SF bug 433228: repr(list) woes when len(list) big.
Tim Peters
2001-06-16
1
-13/+49
*
_PyTuple_Resize: guard against PyTuple_New() returning NULL, using Tim's
Thomas Wouters
2001-05-29
1
-1/+1
*
Cruft cleanup: Removed the unused last_is_sticky argument from the internal
Tim Peters
2001-05-28
1
-4/+3
*
_PyTuple_Resize: take into account the empty tuple. There can be only one.
Thomas Wouters
2001-05-28
1
-2/+11
*
Speed tuple comparisons in two ways:
Tim Peters
2001-05-15
1
-22/+23
*
Same treatment as listobject.c:
Guido van Rossum
2001-01-18
1
-43/+104
*
Simplify _PyTuple_Resize by not using the tuple free list and dropping
Neil Schemenauer
2000-10-05
1
-86/+24
*
Correctly cast the return value of realloc.
Martin v. Löwis
2000-09-15
1
-1/+1
*
Correctly use realloc return value. Fixes bug #114424.
Martin v. Löwis
2000-09-15
1
-1/+1
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9/+0
*
ANSI-fication of the sources.
Fred Drake
2000-07-09
1
-48/+18
*
Neil Schemenauer: small fixes for GC
Guido van Rossum
2000-07-01
1
-0/+3
*
Change copyright notice - 2nd try.
Guido van Rossum
2000-06-30
1
-6/+0
*
Change copyright notice.
Guido van Rossum
2000-06-30
1
-22/+7
*
final patches from Neil Schemenauer for garbage collection
Jeremy Hylton
2000-06-30
1
-4/+22
*
part 2 of Neil Schemenauer's GC patches:
Jeremy Hylton
2000-06-23
1
-5/+7
*
Round 1 of Neil Schemenauer's GC patches:
Jeremy Hylton
2000-06-23
1
-0/+19
*
Michael Hudson <mwh21@cam.ac.uk>:
Marc-André Lemburg
2000-06-16
1
-1/+1
*
Thomas Wouters <thomas@xs4all.net>:
Fred Drake
2000-06-15
1
-0/+6
*
Michael Hudson <mwh21@cam.ac.uk>:
Fred Drake
2000-06-01
1
-1/+3
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
1
-10/+10
*
add list_contains and tuplecontains: efficient implementations of tp_contains
Jeremy Hylton
2000-04-27
1
-0/+18
*
Patch by Charles G Waldman to avoid a sneaky memory leak in
Guido van Rossum
2000-04-21
1
-16/+59
*
Christian Tismer's "trashcan" patch:
Guido van Rossum
2000-03-13
1
-1/+4
*
The rest of the changes by Trent Mick and Dale Nagata for warning-free
Guido van Rossum
2000-01-20
1
-3/+3
*
Mark Favas was quick to note that the last checkin divides by zero
Guido van Rossum
1999-07-13
1
-1/+1
*
Appropriate overflow checks so that things like sys.maxint*(1,) can't
Guido van Rossum
1999-07-12
1
-3/+13
*
When tracing references, reset the type and size of tuples allocated
Guido van Rossum
1998-12-11
1
-0/+4
*
Make tuples less hungry -- an extra item was allocated but never used.
Guido van Rossum
1998-11-16
1
-1/+1
*
Slight rearrangement of some code to make it faster, by Vladimir
Guido van Rossum
1998-06-26
1
-9/+15
*
PyTuple_SetItem should require that the tuple's refcnt is one!
Guido van Rossum
1997-08-17
1
-1/+1
*
Added _Fini() routines to free up some memory
Guido van Rossum
1997-08-05
1
-1/+24
*
Quickly renamed the last directory.
Guido van Rossum
1997-05-02
1
-128/+132
*
Better tuple hash function.
Guido van Rossum
1996-12-16
1
-1/+1
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-12/+19
*
new debugger symbol names
Guido van Rossum
1996-05-23
1
-1/+1
*
better err checks in resizetuple
Guido van Rossum
1995-08-04
1
-2/+2
*
fix dusty debugging macros
Guido van Rossum
1995-03-29
1
-1/+1
*
a few peephole optimizations
Guido van Rossum
1995-03-09
1
-3/+5
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2/+2
*
Merge back to main trunk
Guido van Rossum
1994-08-30
1
-23/+16
*
* posixmodule.c: added set{uid,gid}.
Guido van Rossum
1993-11-10
1
-1/+1
*
Fixed bugs in resizetuple and extended the interface.
Sjoerd Mullender
1993-11-01
1
-16/+47
[next]