index
:
cpython
3.10
3.11
3.12
3.13
3.14
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
/
test_contains.py
Commit message (
Expand
)
Author
Age
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
*
Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from
Mark Dickinson
2009-01-27
*
Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to
Mark Dickinson
2008-11-12
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...
Christian Heimes
2008-02-09
*
Raise statement normalization in Lib/test/.
Collin Winter
2007-08-29
*
Remove have_unicode checks and merge those tests into the
Walter Dörwald
2007-05-22
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
*
Committing patch #591250 which provides "str1 in str2" when str1 is a
Barry Warsaw
2002-08-06
*
Complete the absolute import patch for the test suite. All relative
Barry Warsaw
2002-07-30
*
Patch #445762: Support --disable-unicode
Martin v. Löwis
2001-08-17
*
Make 'x in y' and 'x not in y' (PySequence_Contains) play nice w/ iterators.
Tim Peters
2001-05-05
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
*
Deviant1 didn't work as advertised
Jeremy Hylton
2000-04-27
*
add some more contains tests on the builtin types
Jeremy Hylton
2000-04-27
*
Marc-Andre Lemburg:
Guido van Rossum
2000-04-10
*
Add tests for char in string -- including required exceptions for
Guido van Rossum
2000-03-07
*
Test cases for __contains__ code, by Moshe Zadka.
Guido van Rossum
2000-03-06