Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -6/+6 |
* | Committing patch #591250 which provides "str1 in str2" when str1 is a | Barry Warsaw | 2002-08-06 | 1 | -46/+8 |
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
* | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 1 | -45/+48 |
* | Make 'x in y' and 'x not in y' (PySequence_Contains) play nice w/ iterators. | Tim Peters | 2001-05-05 | 1 | -2/+2 |
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -65/+65 |
* | Deviant1 didn't work as advertised | Jeremy Hylton | 2000-04-27 | 1 | -4/+4 |
* | add some more contains tests on the builtin types | Jeremy Hylton | 2000-04-27 | 1 | -0/+47 |
* | Marc-Andre Lemburg: | Guido van Rossum | 2000-04-10 | 1 | -1/+58 |
* | Add tests for char in string -- including required exceptions for | Guido van Rossum | 2000-03-07 | 1 | -0/+23 |
* | Test cases for __contains__ code, by Moshe Zadka. | Guido van Rossum | 2000-03-06 | 1 | -0/+41 |