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 #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
1
-3/+4
*
Issue #14288: Serialization support for builtin iterators.
Kristján Valur Jónsson
2012-04-03
1
-0/+7
*
Revert "Accept None as start and stop parameters for list.index() and tuple.i...
Petri Lehtinen
2011-11-06
1
-7/+0
*
Accept None as start and stop parameters for list.index() and tuple.index()
Petri Lehtinen
2011-11-05
1
-0/+7
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-3/+3
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-5/+5
*
Closes release blocker #3627.
Neal Norwitz
2008-08-24
1
-5/+7
*
Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash l...
Nick Coghlan
2008-07-15
1
-2/+1
*
Move itertools izip() code to builtins as zip(). Complete the renaming.
Raymond Hettinger
2008-03-13
1
-1/+1
*
Issues 2186 and 2187. Move map() from itertools to builtins.
Raymond Hettinger
2008-03-13
1
-2/+2
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
1
-1/+0
*
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