index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_userlist.py
Commit message (
Expand
)
Author
Age
*
bpo-27639: Correct return type for UserList slicing operation (#13169)
Michael Blahay
2019-05-07
*
Remove unused support.run_unittest imports.
Serhiy Storchaka
2016-04-24
*
Issue #25795: Fix several tests to run independently.
Zachary Ware
2015-12-04
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
*
Userlist.copy() wasn't returning a UserList.
Raymond Hettinger
2011-05-05
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
*
Move UserList to collections.
Raymond Hettinger
2008-02-12
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
*
Move list and tuple tests from test_types.py to their own scripts:
Walter Dörwald
2003-12-08
*
SF #754014: list.index() should accept optional start, end arguments
Raymond Hettinger
2003-06-17
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
*
Whitespace normalization.
Tim Peters
2003-02-19
*
Port test_userlist to PyUnit and add a few tests to increase code
Walter Dörwald
2003-02-13
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh
2001-01-17
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
*
test_userlist.py:
Tim Peters
2000-09-19
*
robustify UserList constructor -- will now accept any sequence
Jeremy Hylton
2000-03-31
*
Test suite for UserList.
Guido van Rossum
1999-03-26