Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Miranda newlines: if anything at all was written to stdout, supply a | Tim Peters | 2001-02-14 | 1 | -1/+7 |
| | | | | | | | newline at the end if there isn't one already. Expected output has no way to indicate that a trailing newline was not expected, and in the interpreter shell *Python* supplies the trailing newline before printing the next prompt. | ||||
* | Change doctest exception example to one whose detail hasn't changed since 1.5.2. | Tim Peters | 2001-02-14 | 1 | -4/+4 |
| | |||||
* | Teach doctest about newer "(most recent call last)" traceback spelling. | Tim Peters | 2001-02-13 | 1 | -3/+4 |
| | |||||
* | Bump __version__ tuple. | Tim Peters | 2001-02-10 | 1 | -1/+1 |
| | |||||
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -16/+11 |
| | |||||
* | more __all__ updates | Skip Montanaro | 2001-01-20 | 1 | -0/+2 |
| | |||||
* | doctest-- The Little Module That Could --finally makes it to the Big Show ↵ | Tim Peters | 2001-01-16 | 1 | -0/+1101 |
<wink>. |