Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -1/+1 |
| | |||||
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -1/+1 |
| | |||||
* | deprecated mimetools | Benjamin Peterson | 2008-06-12 | 1 | -1/+4 |
| | |||||
* | Remove usage of sets module (patch #1500609). | Georg Brandl | 2006-07-17 | 1 | -2/+2 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2003-06-15 | 1 | -1/+0 |
| | |||||
* | Port test_mimetools.py to PyUnit and add various tests. | Walter Dörwald | 2003-05-22 | 1 | -18/+51 |
| | | | | From SF patch #736962. | ||||
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :) | ||||
* | Use string.ascii_letters instead of string.letters (SF bug #226706). | Fred Drake | 2001-07-20 | 1 | -1/+1 |
| | |||||
* | Add mimetools testcase. | Martin v. Löwis | 2000-09-30 | 1 | -0/+18 |