index
:
cpython
3.10
3.11
3.12
3.13
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
/
seq_tests.py
Commit message (
Expand
)
Author
Age
*
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Sam Gross
2024-10-24
*
gh-118846: Fix free-threading test failures when run sequentially (#118864)
Sam Gross
2024-05-10
*
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classe...
Serhiy Storchaka
2021-09-12
*
bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)
Serhiy Storchaka
2019-08-04
*
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
Zackery Spytz
2019-05-17
*
bpo-29912: Remove redundant tests in list_tests that are found in seq_tests (...
Jim Fasarakis-Hilliard
2017-03-27
*
Issue #23277: Remove more unused sys and os imports.
Serhiy Storchaka
2016-04-24
*
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
*
Issue #23757: Only call the concrete list API for exact lists.
Raymond Hettinger
2015-05-17
*
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
*
Issue #14288: Serialization support for builtin iterators.
Kristján Valur Jónsson
2012-04-03
*
Revert "Accept None as start and stop parameters for list.index() and tuple.i...
Petri Lehtinen
2011-11-06
*
Accept None as start and stop parameters for list.index() and tuple.index()
Petri Lehtinen
2011-11-05
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
*
Closes release blocker #3627.
Neal Norwitz
2008-08-24
*
Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash l...
Nick Coghlan
2008-07-15
*
Move itertools izip() code to builtins as zip(). Complete the renaming.
Raymond Hettinger
2008-03-13
*
Issues 2186 and 2187. Move map() from itertools to builtins.
Raymond Hettinger
2008-03-13
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
*
Issue 2025: Add index() and count() methods to tuple so that it will follow
Raymond Hettinger
2008-02-07
*
Merged revisions 58947-59004 via svnmerge from
Guido van Rossum
2007-11-16
*
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters
2007-08-30
*
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
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
*
Whitespace normalization (via reindent.py).
Tim Peters
2005-08-26
*
patch [ 1141428 ] more __contains__ tests
Georg Brandl
2005-08-24
*
Add tests for tuple, list and UserList that initialize the object from
Walter Dörwald
2005-03-22
*
Improve test coverage.
Raymond Hettinger
2004-09-30
*
Move list and tuple tests from test_types.py to their own scripts:
Walter Dörwald
2003-12-08