summaryrefslogtreecommitdiff
path: root/Lib/test/list_tests.py
Commit message (Expand)AuthorAgeFilesLines
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted().Raymond Hettinger2008-01-301-5/+12
* Merged revisions 59376-59406 via svnmerge fromChristian Heimes2007-12-081-2/+0
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-2/+2
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-0/+5
* Remove the simple slicing API. All slicing is now done with slice objects.Thomas Wouters2007-08-301-2/+0
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-0/+2
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* Don't specify an encoding, let open figure out anWalter Dörwald2007-05-241-2/+2
* Fix list_test.py::test_print(): Read and write theWalter Dörwald2007-05-241-2/+2
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-3/+3
* 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