summaryrefslogtreecommitdiff
path: root/Lib/test/test_contains.py
Commit message (Expand)AuthorAgeFilesLines
* use assert[Not]In where appropriateEzio Melotti2010-01-231-28/+28
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-28/+28
* Fixes issue 1959. Converted tests to unittest.Facundo Batista2008-02-061-119/+97
* 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