index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_userlist.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move UserList to collections.
Raymond Hettinger
2008-02-12
1
-1/+1
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-2/+2
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-1/+1
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-1/+1
*
Move list and tuple tests from test_types.py to their own scripts:
Walter Dörwald
2003-12-08
1
-235/+28
*
SF #754014: list.index() should accept optional start, end arguments
Raymond Hettinger
2003-06-17
1
-0/+9
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-3/+1
*
Whitespace normalization.
Tim Peters
2003-02-19
1
-1/+0
*
Port test_userlist to PyUnit and add a few tests to increase code
Walter Dörwald
2003-02-13
1
-197/+257
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh
2001-01-17
1
-1/+2
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
1
-1/+1
*
test_userlist.py:
Tim Peters
2000-09-19
1
-39/+52
*
robustify UserList constructor -- will now accept any sequence
Jeremy Hylton
2000-03-31
1
-0/+11
*
Test suite for UserList.
Guido van Rossum
1999-03-26
1
-0/+176