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
*
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
*
* compile.[ch]: support for lambda()
Guido van Rossum
1993-10-26
1
-12/+45
*
intobject.c: Save references to small integers, so that they can be
Sjoerd Mullender
1993-10-15
1
-5/+50
*
* Extended X interface: pixmap objects, colormap objects visual objects,
Sjoerd Mullender
1993-10-11
1
-1/+1
*
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
Guido van Rossum
1993-06-17
1
-1/+1
*
* Changed all copyright messages to include 1993.
Guido van Rossum
1993-03-29
1
-2/+24
*
Copyright for 1992 added
Guido van Rossum
1992-04-05
1
-1/+1
*
New function gettupleslice(v, i, j).
Guido van Rossum
1992-01-14
1
-0/+12
*
printobject now returns an error code
Guido van Rossum
1991-06-07
1
-6/+7
*
Finally implement tuple*number. From now on all sequence types
Guido van Rossum
1991-06-04
1
-1/+33
*
Added copyright notice.
Guido van Rossum
1991-02-19
1
-0/+24
*
"Compiling" version
Guido van Rossum
1990-12-20
1
-14/+1
*
New errors.
Guido van Rossum
1990-10-21
1
-14/+14
*
Initial revision
Guido van Rossum
1990-10-14
1
-0/+276