| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -6/+6 |
| | | | | | | | | | | There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.) | ||||
| * | Make time.sleep calls go to 0 for common testing. | Brett Cannon | 2003-04-30 | 1 | -1/+4 |
| | | |||||
| * | Whitespace normalization. | Tim Peters | 2003-02-19 | 1 | -2/+2 |
| | | |||||
| * | Brett Cannon's dummy_thread and dummy_threading modules (SF patch | Guido van Rossum | 2002-12-30 | 1 | -0/+70 |
| 622537), with some nitpicking editorial changes. | |||||
