Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Convert raise statements in Lib/plat-{mac,os2emx}. | Collin Winter | 2007-08-23 |
| | |||
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 |
| | | | | | | | | | 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.) | ||
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 |
| | |||
* | EMX lacks an implementation of link(). As Mailman wants os.link() to | Andrew MacIntyre | 2003-12-02 |
implement its locking scheme, this module implements a crude link() by way of copying the source to the destination provided the destination doesn't already exist. |