COMMITS
/ Lib/test/test_contains.py July 12, 2024
Z
gh-95144: Improve error message of `... in None` (GH-119888)
Zachary Ware committed
August 8, 2019
S
bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167)
Serhiy Storchaka committed
August 18, 2016
G
Anti-registration of various ABC methods.
Guido van Rossum committed
April 13, 2015
Z
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware committed
January 19, 2010
B
use assert[Not]In where appropriate
Benjamin Peterson committed
June 30, 2009
B
convert old fail* assertions to assert*
Benjamin Peterson committed
January 27, 2009
M
Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from
Mark Dickinson committed
November 12, 2008
M
Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to
Mark Dickinson committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
February 9, 2008
August 29, 2007
C
Raise statement normalization in Lib/test/.
Collin Winter committed
May 22, 2007
W
Remove have_unicode checks and merge those tests into the
Walter Dörwald committed
May 7, 2007
G
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum committed
May 2, 2007
G
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum committed
February 12, 2004
W
Replace backticks with repr() or "%r"
Walter Dörwald committed
August 6, 2002
B
Committing patch #591250 which provides "str1 in str2" when str1 is a
Barry Warsaw committed
July 30, 2002
B
Complete the absolute import patch for the test suite. All relative
Barry Warsaw committed
August 17, 2001
M
Patch #445762: Support --disable-unicode
Martin v. Löwis committed
May 5, 2001
T
Make 'x in y' and 'x not in y' (PySequence_Contains) play nice w/ iterators.
Tim Peters committed
October 23, 2000
F
Make reindent.py happy (convert everything to 4-space indents!).
Fred Drake committed
April 27, 2000
J
Deviant1 didn't work as advertised
Jeremy Hylton committed
J
add some more contains tests on the builtin types
Jeremy Hylton committed
April 10, 2000
G
Marc-Andre Lemburg:
Guido van Rossum committed
March 7, 2000
G
Add tests for char in string -- including required exceptions for
Guido van Rossum committed
March 6, 2000
G
Test cases for __contains__ code, by Moshe Zadka.
Guido van Rossum committed