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
/
Lib
/
test
/
list_tests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
1
-1/+0
*
Fix Issue 1045.
Raymond Hettinger
2007-12-06
1
-2/+0
*
Fix a possible segfault from recursing too deep to get the repr of a list.
Brett Cannon
2007-09-10
1
-0/+5
*
Improve extended slicing support in builtin types and classes. Specifically:
Thomas Wouters
2007-08-28
1
-0/+2
*
Forward-port of r52136,52138: a review of overflow-detecting code.
Armin Rigo
2006-10-04
1
-3/+0
*
SF bug #1242657: list(obj) can swallow KeyboardInterrupt
Raymond Hettinger
2005-08-21
1
-0/+9
*
Add list tests that ensure that remove() removes the first occurrence.
Walter Dörwald
2005-03-21
1
-0/+20
*
Improve test coverage.
Raymond Hettinger
2004-09-30
1
-33/+0
*
Improve test coverage.
Raymond Hettinger
2004-09-29
1
-2/+101
*
SF patch #1005778, Fix seg fault if list object is modified during list.index()
Neal Norwitz
2004-08-13
1
-0/+12
*
For whatever reason, these files had \r\r\n line endings on Windows,
Tim Peters
2004-01-18
1
-8/+8
*
Move list and tuple tests from test_types.py to their own scripts:
Walter Dörwald
2003-12-08
1
-0/+418