aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_contains.py
Commit message (Expand)AuthorAge
* use assert[Not]In where appropriateBenjamin Peterson2010-01-19
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-27
* Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates toMark Dickinson2008-11-12
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-09
* Raise statement normalization in Lib/test/.Collin Winter2007-08-29
* Remove have_unicode checks and merge those tests into theWalter Dörwald2007-05-22
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* Committing patch #591250 which provides "str1 in str2" when str1 is aBarry Warsaw2002-08-06
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-30
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-17
* Make 'x in y' and 'x not in y' (PySequence_Contains) play nice w/ iterators.Tim Peters2001-05-05
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-23
* Deviant1 didn't work as advertisedJeremy Hylton2000-04-27
* add some more contains tests on the builtin typesJeremy Hylton2000-04-27
* Marc-Andre Lemburg:Guido van Rossum2000-04-10
* Add tests for char in string -- including required exceptions forGuido van Rossum2000-03-07
* Test cases for __contains__ code, by Moshe Zadka.Guido van Rossum2000-03-06