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
/
seq_tests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue 2025: Add index() and count() methods to tuple so that it will follow
Raymond Hettinger
2008-02-07
1
-0/+62
*
Merged revisions 58947-59004 via svnmerge from
Guido van Rossum
2007-11-16
1
-0/+7
*
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters
2007-08-30
1
-2/+0
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-5/+5
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-6/+6
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-15/+15
*
Whitespace normalization (via reindent.py).
Tim Peters
2005-08-26
1
-1/+1
*
patch [ 1141428 ] more __contains__ tests
Georg Brandl
2005-08-24
1
-0/+27
*
Add tests for tuple, list and UserList that initialize the object from
Walter Dörwald
2005-03-22
1
-0/+90
*
Improve test coverage.
Raymond Hettinger
2004-09-30
1
-0/+35
*
Move list and tuple tests from test_types.py to their own scripts:
Walter Dörwald
2003-12-08
1
-0/+171