summaryrefslogtreecommitdiff
path: root/Lib/test/test_userlist.py
Commit message (Expand)AuthorAgeFilesLines
* BPO-27639: Correct return type for UserList slicing operation (#13203)Michael Blahay2019-05-261-0/+6
* Remove unused support.run_unittest imports.Serhiy Storchaka2016-04-241-1/+1
* 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-4/+1
* Userlist.copy() wasn't returning a UserList.Raymond Hettinger2011-05-051-0/+6
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Move UserList to collections.Raymond Hettinger2008-02-121-1/+1
* 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
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* Move list and tuple tests from test_types.py to their own scripts:Walter Dörwald2003-12-081-235/+28
* SF #754014: list.index() should accept optional start, end argumentsRaymond Hettinger2003-06-171-0/+9
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-3/+1
* Whitespace normalization.Tim Peters2003-02-191-1/+0
* Port test_userlist to PyUnit and add a few tests to increase codeWalter Dörwald2003-02-131-197/+257
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+2
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* test_userlist.py:Tim Peters2000-09-191-39/+52
* robustify UserList constructor -- will now accept any sequenceJeremy Hylton2000-03-311-0/+11
* Test suite for UserList.Guido van Rossum1999-03-261-0/+176