summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_contains.py
Commit message (Expand)AuthorAgeFilesLines
* 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