summaryrefslogtreecommitdiff
path: root/Lib/test/test_userlist.py
Commit message (Expand)AuthorAgeFilesLines
* #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k...Florent Xicluna2010-03-211-1/+3
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-6/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+6
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* 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