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
*
Call me anal, but there was a particular phrase that was speading to
Guido van Rossum
2002-08-19
1
-1/+1
*
Moved special case for tuples from iterobject.c to
Raymond Hettinger
2002-08-09
1
-1/+112
*
staticforward bites the dust.
Jeremy Hylton
2002-07-17
1
-1/+1
*
object.h special-build macro minefield: renamed all the new lexical
Tim Peters
2002-07-11
1
-3/+1
*
Fix for SF bug 571885
Jeremy Hylton
2002-06-20
1
-2/+2
*
SF #561244 Micro optimizations
Neal Norwitz
2002-06-13
1
-5/+4
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-2/+2
*
This is my nearly two year old patch
Michael W. Hudson
2002-06-11
1
-1/+58
*
PyObject_GC_Del can now be used as a function designator.
Neil Schemenauer
2002-04-12
1
-1/+1
*
This is Neil's fix for SF bug 535905 (Evil Trashcan and GC interaction).
Guido van Rossum
2002-03-28
1
-1/+1
*
_PyTuple_Resize(): this dumped core on tuple(globals()) for me. Turns
Guido van Rossum
2001-12-07
1
-6/+8
*
Enable GC for new-style instances. This touches lots of files, since
Guido van Rossum
2001-10-05
1
-1/+2
*
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
[next]