COMMITS
/ Lib/test/seq_tests.py March 22, 2026
S
gh-145144: Add more tests for UserList, UserDict, etc (GH-145145)
Serhiy Storchaka committed
October 24, 2024
S
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Sam Gross committed
May 10, 2024
S
gh-118846: Fix free-threading test failures when run sequentially (#118864)
Sam Gross committed
September 12, 2021
S
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classes (GH-26456)
Serhiy Storchaka committed
August 4, 2019
S
bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)
Serhiy Storchaka committed
May 17, 2019
Z
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
Zackery Spytz committed
March 27, 2017
J
bpo-29912: Remove redundant tests in list_tests that are found in seq_tests (GH-847)
Jim Fasarakis-Hilliard committed
April 24, 2016
S
Issue #23277: Remove more unused sys and os imports.
Serhiy Storchaka committed
March 30, 2016
S
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka committed
May 17, 2015
R
Issue #23757: Only call the concrete list API for exact lists.
Raymond Hettinger committed
December 15, 2014
S
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka committed
April 3, 2012
K
Issue #14288: Serialization support for builtin iterators.
Kristján Valur Jónsson committed
November 6, 2011
P
Revert "Accept None as start and stop parameters for list.index() and tuple.index()"
Petri Lehtinen committed
November 5, 2011
P
Accept None as start and stop parameters for list.index() and tuple.index()
Petri Lehtinen committed
November 20, 2010
E
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti committed
January 23, 2010
E
use assert[Not]In where appropriate
Ezio Melotti committed
August 24, 2008
N
Closes release blocker #3627.
Neal Norwitz committed
July 15, 2008
March 13, 2008
R
Move itertools izip() code to builtins as zip(). Complete the renaming.
Raymond Hettinger committed
R
Issues 2186 and 2187. Move map() from itertools to builtins.
Raymond Hettinger committed
February 23, 2008
C
Merged revisions 60990-61002 via svnmerge from
Christian Heimes committed
February 7, 2008
R
Issue 2025: Add index() and count() methods to tuple so that it will follow
Raymond Hettinger committed
November 16, 2007
G
Merged revisions 58947-59004 via svnmerge from
Guido van Rossum committed
August 30, 2007
T
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters committed
May 7, 2007
G
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum committed
April 21, 2007
G
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl committed
January 15, 2007
G
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum committed
August 26, 2005
T
Whitespace normalization (via reindent.py).
Tim Peters committed
August 24, 2005
G
patch [ 1141428 ] more __contains__ tests
Georg Brandl committed
March 22, 2005
W
Add tests for tuple, list and UserList that initialize the object from
Walter Dörwald committed
September 30, 2004
R
Improve test coverage.
Raymond Hettinger committed
December 8, 2003
W
Move list and tuple tests from test_types.py to their own scripts:
Walter Dörwald committed