summaryrefslogtreecommitdiff
path: root/Lib/test/test_contains.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167)Serhiy Storchaka2019-08-081-7/+2
* Anti-registration of various ABC methods.Guido van Rossum2016-08-181-0/+25
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-16/+16
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-18/+18
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-271-18/+3
* Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates toMark Dickinson2008-11-121-2/+22
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-091-90/+75
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-2/+2
* Remove have_unicode checks and merge those tests into theWalter Dörwald2007-05-221-31/+1
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-13/+13
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-6/+6
* Committing patch #591250 which provides "str1 in str2" when str1 is aBarry Warsaw2002-08-061-46/+8
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-171-45/+48
* Make 'x in y' and 'x not in y' (PySequence_Contains) play nice w/ iterators.Tim Peters2001-05-051-2/+2
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-65/+65
* Deviant1 didn't work as advertisedJeremy Hylton2000-04-271-4/+4
* add some more contains tests on the builtin typesJeremy Hylton2000-04-271-0/+47
* Marc-Andre Lemburg:Guido van Rossum2000-04-101-1/+58
* Add tests for char in string -- including required exceptions forGuido van Rossum2000-03-071-0/+23
* Test cases for __contains__ code, by Moshe Zadka.Guido van Rossum2000-03-061-0/+41