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
/
listobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Whitespace normalization.
Guido van Rossum
2002-07-16
1
-66/+66
*
Make StopIteration a sink state. This is done by clearing out the
Guido van Rossum
2002-07-16
1
-11/+10
*
Make list_iter() really static.
Guido van Rossum
2002-07-16
1
-1/+1
*
docompare(): Another reasonable optimization from Jonathan Hogg for the
Tim Peters
2002-07-15
1
-1/+1
*
Don't declare a function with staticforward.
Jeremy Hylton
2002-07-13
1
-2/+2
*
docompare(): Use PyTuple_New instead of Py_BuildValue to build compare's
Tim Peters
2002-07-11
1
-2/+7
*
Fix the bug described in
Michael W. Hudson
2002-06-19
1
-5/+9
*
Missed one use of new PyDoc_STRVAR macro
Neal Norwitz
2002-06-14
1
-2/+2
*
SF #561244 Micro optimizations
Neal Norwitz
2002-06-13
1
-5/+2
*
Patch #568124: Add doc string macros.
Martin v. Löwis
2002-06-13
1
-18/+18
*
Fold remaining long lines.
Guido van Rossum
2002-06-11
1
-2/+6
*
This is my nearly two year old patch
Michael W. Hudson
2002-06-11
1
-1/+187
*
A bogus assert in the new listiter code prevented starting Python in a
Tim Peters
2002-06-01
1
-10/+12
*
SF 560736. Optimize list iteration by filling the tp_iter slot.
Raymond Hettinger
2002-05-31
1
-1/+118
*
Closes: #556025 seg fault when doing list(xrange(1e9))
Neal Norwitz
2002-05-22
1
-2/+11
*
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
*
Fix of SF bug #475877 (Mutable subtype instances are hashable).
Guido van Rossum
2001-12-03
1
-2/+9
*
Enable GC for new-style instances. This touches lots of files, since
Guido van Rossum
2001-10-05
1
-1/+2
*
Give the internal immutable list type .extend and .pop methods (they
Tim Peters
2001-08-30
1
-0/+2
*
Use new GC API.
Neil Schemenauer
2001-08-29
1
-15/+10
*
Patch #427190: Implement and use METH_NOARGS and METH_O.
Martin v. Löwis
2001-08-16
1
-38/+19
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
1
-20/+138
*
SF bug #439104: Tuple richcompares has code-typo.
Tim Peters
2001-07-06
1
-1/+1
*
SF bug 433228: repr(list) woes when len(list) big.
Tim Peters
2001-06-16
1
-13/+55
*
Change list.extend() error msgs and NEWS to reflect that list.extend()
Tim Peters
2001-05-26
1
-2/+2
*
Cruft cleanup: removed the #ifdef'ery in support of compiling to allow
Tim Peters
2001-05-26
1
-18/+4
*
roundupsize() and friends: fiddle over-allocation strategy for list
Tim Peters
2001-05-26
1
-8/+31
*
Fix core dump whenever PyList_Reverse() was called.
Guido van Rossum
2001-02-12
1
-11/+14
*
Convert to rich comparisons:
Guido van Rossum
2001-01-17
1
-90/+163
*
fix leak
Jeremy Hylton
2001-01-03
1
-1/+3
*
Use METH_VARARGS instead of "1" in list method table.
Tim Peters
2000-12-13
1
-9/+9
*
Rationalize use of limits.h, moving the inclusion to Python.h.
Fred Drake
2000-09-26
1
-3/+0
*
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum
2000-09-01
1
-9/+0
*
Support for the in-place operations introduced by augmented assignment. Only
Thomas Wouters
2000-08-24
1
-18/+88
*
Added include for limits.h
Jack Jansen
2000-08-22
1
-0/+4
*
Check for overflow in list object insertion and raise OverflowError.
Trent Mick
2000-08-13
1
-0/+5
*
Use 'void' directly instead of the ANY #define, now that all code is ANSI C.
Thomas Wouters
2000-07-25
1
-2/+2
*
Fix in PyList_New(). With GC enabled and when out of memory,
Vladimir Marangozov
2000-07-15
1
-1/+1
*
replace PyXXX_Length calls with PyXXX_Size calls
Jeremy Hylton
2000-07-12
1
-2/+2
*
ANSI-fication of the sources.
Fred Drake
2000-07-09
1
-125/+45
*
Neil Schemenauer: small fixes for GC
Guido van Rossum
2000-07-01
1
-0/+1
*
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
-3/+6
*
part 2 of Neil Schemenauer's GC patches:
Jeremy Hylton
2000-06-23
1
-5/+6
*
Round 1 of Neil Schemenauer's GC patches:
Jeremy Hylton
2000-06-23
1
-0/+29
*
Patch from /F:
Andrew M. Kuchling
2000-06-18
1
-21/+16
*
Thomas Wouters <thomas@xs4all.net>:
Fred Drake
2000-06-15
1
-0/+15
*
Improve TypeError exception message for list catenation.
Fred Drake
2000-06-01
1
-2/+2
[next]