summaryrefslogtreecommitdiffstats
path: root/Lib/test/list_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Fix Issue 1045.Raymond Hettinger2007-12-061-2/+0
* Fix a possible segfault from recursing too deep to get the repr of a list.Brett Cannon2007-09-101-0/+5
* Improve extended slicing support in builtin types and classes. Specifically:Thomas Wouters2007-08-281-0/+2
* Forward-port of r52136,52138: a review of overflow-detecting code.Armin Rigo2006-10-041-3/+0
* SF bug #1242657: list(obj) can swallow KeyboardInterruptRaymond Hettinger2005-08-211-0/+9
* Add list tests that ensure that remove() removes the first occurrence.Walter Dörwald2005-03-211-0/+20
* Improve test coverage.Raymond Hettinger2004-09-301-33/+0
* Improve test coverage.Raymond Hettinger2004-09-291-2/+101
* SF patch #1005778, Fix seg fault if list object is modified during list.index()Neal Norwitz2004-08-131-0/+12
* For whatever reason, these files had \r\r\n line endings on Windows,Tim Peters2004-01-181-8/+8
* Move list and tuple tests from test_types.py to their own scripts:Walter Dörwald2003-12-081-0/+418