aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/list_tests.py
Commit message (Expand)AuthorAge
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-13
* bpo-41055: Remove outdated tests for the tp_print slot. (GH-21006)Serhiy Storchaka2020-06-21
* bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)Serhiy Storchaka2019-08-04
* Fix a misnamed test for lists. (GH-11933)Serhiy Storchaka2019-02-19
* bpo-32137: The repr of deeply nested dict now raises a RecursionError (#4570)Serhiy Storchaka2017-12-03
* bpo-29912: Remove redundant tests in list_tests that are found in seq_tests (...Jim Fasarakis-Hilliard2017-03-27
* Issue #1621: Avoid signed overflow in list and tuple operationsMartin Panter2016-07-25
* Issue #26492: Added additional tests for exhausted iterators of mutable seque...Serhiy Storchaka2016-03-30
* Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-03
* Issue #22077: Improve index error messages for bytearrays, bytes, lists, andTerry Jan Reedy2014-08-02
* Revert "Accept None as start and stop parameters for list.index() and tuple.i...Petri Lehtinen2011-11-06
|\
| * Revert "Accept None as start and stop parameters for list.index() and tuple.i...Petri Lehtinen2011-11-06
* | Accept None as start and stop parameters for list.index() and tuple.index().Petri Lehtinen2011-11-05
|\|
| * Accept None as start and stop parameters for list.index() and tuple.index()Petri Lehtinen2011-11-05
* | Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes)Éric Araujo2011-07-29
|\|
| * Remove duplicates of cmp_to_key (#12542, reviewed by Raymond Hettinger)Éric Araujo2011-07-26
* | rewrite with assertIsBenjamin Peterson2011-02-25
* | Issue #10516: adding list.clear() and list.copy() methodsEli Bendersky2011-02-25
|/
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* Merged revisions 81224 via svnmerge fromVictor Stinner2010-05-16
* Merged revisions 77821 via svnmerge fromMark Dickinson2010-01-29
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-27
* Issue 3689: list_reverseiterator should support __length_hint__ instead of _...Raymond Hettinger2008-12-02
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-23
* Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted().Raymond Hettinger2008-01-30
* Merged revisions 59376-59406 via svnmerge fromChristian Heimes2007-12-08
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-04
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-19
* Remove the simple slicing API. All slicing is now done with slice objects.Thomas Wouters2007-08-30
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-28
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-13
* Don't specify an encoding, let open figure out anWalter Dörwald2007-05-24
* Fix list_test.py::test_print(): Read and write theWalter Dörwald2007-05-24
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-21
* Two tests fixed with one fix.Guido van Rossum2007-02-09
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Remove usage of backticks.Brett Cannon2006-08-25
* SF bug #1242657: list(obj) can swallow KeyboardInterruptRaymond Hettinger2005-08-21
* Add list tests that ensure that remove() removes the first occurrence.Walter Dörwald2005-03-21
* Improve test coverage.Raymond Hettinger2004-09-30
* Improve test coverage.Raymond Hettinger2004-09-29
* SF patch #1005778, Fix seg fault if list object is modified during list.index()Neal Norwitz2004-08-13
* For whatever reason, these files had \r\r\n line endings on Windows,Tim Peters2004-01-18
* Move list and tuple tests from test_types.py to their own scripts:Walter Dörwald2003-12-08