summaryrefslogtreecommitdiff
path: root/Lib/test/test_list.py
Commit message (Expand)AuthorAgeFilesLines
* [3.8] gh-97616: list_resize() checks for integer overflow (GH-97617) (GH-97628)Miss Islington (bot)2022-10-041-0/+13
* [3.8] bpo-39453: Fix contains method of list to hold strong references (GH-18...Dong-hee Na2020-02-171-0/+7
* [3.8] bpo-38588: Fix possible crashes in dict and list when calling P… (GH-...Dong-hee Na2019-12-311-0/+25
* bpo-38610: Fix possible crashes in several list methods (GH-17022)Miss Islington (bot)2019-12-301-0/+26
* bpo-33234 Improve list() pre-sizing for inputs with known lengths (GH-9846)Pablo Galindo2018-10-281-0/+9
* bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an...Serhiy Storchaka2017-03-061-3/+2
* bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)Serhiy Storchaka2017-03-061-0/+7
* Remove unused support.run_unittest imports.Serhiy Storchaka2016-04-241-1/+1
* Issue #26015: Added new tests for pickling iterators of mutable sequences.Serhiy Storchaka2016-03-061-24/+66
* Issue #25795: Fix several tests to run independently.Zachary Ware2015-12-041-0/+1
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-16/+1
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-20/+22
* Issue #8847: Merge with 3.2Martin v. Löwis2012-08-011-0/+8
|\
| * Issue #8847: Disable COMDAT folding in Windows PGO builds.Martin v. Löwis2012-08-011-0/+8
* | Issue #14288: Serialization support for builtin iterators.Kristján Valur Jónsson2012-04-031-0/+28
|/
* Issue #12911: Fix memory consumption when calculating the repr() of huge tupl...Antoine Pitrou2011-10-061-0/+11
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-4/+4
* Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,...Benjamin Peterson2008-08-251-0/+17
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-0/+16
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-1/+1
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-0/+9
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-2/+2
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* 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