Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
79ba471488b936abda5ba5234b1ea90cbc94cae6
/
Lib
/
test
/
seq_tests.py
d702c50
bpo-29912: Remove redundant tests in list_tests that are found in seq_tests (GH-847)
by Jim Fasarakis-Hilliard
· 8 years ago
c7f44aa
Issue #23277: Remove more unused sys and os imports.
by Serhiy Storchaka
· 9 years ago
fbb1c5e
Issue #26494: Fixed crash on iterating exhausting iterators.
by Serhiy Storchaka
· 9 years ago
610a51f
Issue #23757: Only call the concrete list API for exact lists.
by Raymond Hettinger
· 9 years ago
bad1257
Issue #22777: Test pickling with all protocols.
by Serhiy Storchaka
· 10 years ago
31668b8
Issue #14288: Serialization support for builtin iterators.
by Kristján Valur Jónsson
· 13 years ago
ebfaabd
Revert "Accept None as start and stop parameters for list.index() and tuple.index()"
by Petri Lehtinen
· 13 years ago
c2f0a46
Accept None as start and stop parameters for list.index() and tuple.index()
by Petri Lehtinen
· 13 years ago
b3aedd4
#9424: Replace deprecated assert* methods in the Python test suite.
by Ezio Melotti
· 14 years ago
b58e0bd
use assert[Not]In where appropriate
by Ezio Melotti
· 15 years ago
3ce5d92
Closes release blocker #3627.
by Neal Norwitz
· 16 years ago
d1abd25
Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash level indicator that the default hash implementation has not been inherited
by Nick Coghlan
· 16 years ago
736c0ab
Move itertools izip() code to builtins as zip(). Complete the renaming.
by Raymond Hettinger
· 17 years ago
a6c6037
Issues 2186 and 2187. Move map() from itertools to builtins.
by Raymond Hettinger
· 17 years ago
05e8be1
Merged revisions 60990-61002 via svnmerge from
by Christian Heimes
· 17 years ago
65baa34
Issue 2025: Add index() and count() methods to tuple so that it will follow
by Raymond Hettinger
· 17 years ago
3d392eb
Merged revisions 58947-59004 via svnmerge from
by Guido van Rossum
· 17 years ago
d2cf20e
Remove the simple slicing API. All slicing is now done with slice objects.
by Thomas Wouters
· 17 years ago
805365e
Merged revisions 55007-55179 via svnmerge from
by Guido van Rossum
· 17 years ago
a18af4e
PEP 3114: rename .next() to .__next__() and add next() builtin.
by Georg Brandl
· 18 years ago
e2a383d
Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.)
by Guido van Rossum
· 18 years ago
9e34c04
Whitespace normalization (via reindent.py).
by Tim Peters
· 19 years ago
be3856d
patch [ 1141428 ] more __contains__ tests
by Georg Brandl
· 19 years ago
09a3f2c
Add tests for tuple, list and UserList that initialize the object from
by Walter Dörwald
· 20 years ago
5ea7e31
Improve test coverage.
by Raymond Hettinger
· 20 years ago
1dde95d
Move list and tuple tests from test_types.py to their own scripts:
by Walter Dörwald
· 21 years ago