index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_contains.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-16/+16
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-18/+18
*
Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from
Mark Dickinson
2009-01-27
1
-18/+3
*
Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to
Mark Dickinson
2008-11-12
1
-2/+22
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-1/+1
*
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...
Christian Heimes
2008-02-09
1
-90/+75
*
Raise statement normalization in Lib/test/.
Collin Winter
2007-08-29
1
-2/+2
*
Remove have_unicode checks and merge those tests into the
Walter Dörwald
2007-05-22
1
-31/+1
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-2/+2
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-13/+13
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-6/+6
*
Committing patch #591250 which provides "str1 in str2" when str1 is a
Barry Warsaw
2002-08-06
1
-46/+8
*
Complete the absolute import patch for the test suite. All relative
Barry Warsaw
2002-07-30
1
-1/+1
*
Patch #445762: Support --disable-unicode
Martin v. Löwis
2001-08-17
1
-45/+48
*
Make 'x in y' and 'x not in y' (PySequence_Contains) play nice w/ iterators.
Tim Peters
2001-05-05
1
-2/+2
*
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake
2000-10-23
1
-65/+65
*
Deviant1 didn't work as advertised
Jeremy Hylton
2000-04-27
1
-4/+4
*
add some more contains tests on the builtin types
Jeremy Hylton
2000-04-27
1
-0/+47
*
Marc-Andre Lemburg:
Guido van Rossum
2000-04-10
1
-1/+58
*
Add tests for char in string -- including required exceptions for
Guido van Rossum
2000-03-07
1
-0/+23
*
Test cases for __contains__ code, by Moshe Zadka.
Guido van Rossum
2000-03-06
1
-0/+41