Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
db03e6b842011dfb1a419a23e1fbc8732fd7763f
/
Lib
/
test
/
seq_tests.py
3b9d92a
Revert "Accept None as start and stop parameters for list.index() and tuple.index()"
by Petri Lehtinen
· 14 years ago
819d8d4
Accept None as start and stop parameters for list.index() and tuple.index()
by Petri Lehtinen
· 14 years ago
2623a37
Merged revisions 86596 via svnmerge from
by Ezio Melotti
· 15 years ago
aa98058
use assert[Not]In where appropriate
by Ezio Melotti
· 16 years ago
ce8e33a
Reverting the Revision: 77368. I committed Flox's big patch for tests by
by Senthil Kumaran
· 16 years ago
3ddc435
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox
by Senthil Kumaran
· 16 years ago
e7d8be8
Security patches from Apple: prevent int overflow when allocating memory
by Neal Norwitz
· 17 years ago
53663a6
Issue 2235: __hash__ is once again inherited by default, but inheritance can be blocked explicitly so that collections.Hashable remains meaningful
by Nick Coghlan
· 17 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
5b07ebc
Issue 2025: Add tuple.count() and tuple.index() to follow the ABC in collections.Sequence.
by Raymond Hettinger
· 18 years ago
0288cb0
Add the test from issue 1704621 (the issue itself is already fixed here).
by Guido van Rossum
· 18 years ago
9e34c04
Whitespace normalization (via reindent.py).
by Tim Peters
· 20 years ago
be3856d
patch [ 1141428 ] more __contains__ tests
by Georg Brandl
· 20 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
· 21 years ago
1dde95d
Move list and tuple tests from test_types.py to their own scripts:
by Walter Dörwald
· 22 years ago