Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill off softspace completely (except in formatter.py which seems to have | Guido van Rossum | 2007-02-09 | 1 | -3/+3 |
| | | | | | a different feature with the same name). The change to test_doctest.txt reduces the doctest failures to 3. | ||||
* | Merging from tim-doctest-branch, which is now closed. | Tim Peters | 2004-08-06 | 1 | -0/+17 |
This primarily adds more powerful ways to work with unittest, including spiffy support for building suites out of doctests in non-Python "text files". |