summaryrefslogtreecommitdiffstats
path: root/Lib/test/list_tests.py
Commit message (Expand)AuthorAgeFilesLines
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* Two tests fixed with one fix.Guido van Rossum2007-02-091-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-11/+11
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-3/+0
* Remove usage of backticks.Brett Cannon2006-08-251-1/+1
* 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