summaryrefslogtreecommitdiff
path: root/Lib/test/test_list.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #18004: test_overflow in test_list by mistake consumed 40 GiB of memorySerhiy Storchaka2014-08-061-1/+1
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-4/+4
* Fix bug 3625: test issues on 64bit windows. r=pitrouMark Hammond2008-08-231-1/+1
* Moved testing of builtin types out of test_builtin and into type specific mod...Benjamin Peterson2008-05-031-0/+33
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Fix the overflow checking of list_repeat.Armin Rigo2007-10-171-0/+9
* Improve test coverage.Raymond Hettinger2004-09-291-3/+15
* Move list and tuple tests from test_types.py to their own scripts:Walter Dörwald2003-12-081-0/+25