Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵ | Collin Winter | 2007-07-17 | 1 | -4/+4 |
| | | | | lingering print statements. | ||||
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -2/+1 |
| | | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block | ||||
* | Get rid of most of the remaining uses of <>. There's still Tools/* thogh. | Neal Norwitz | 2006-08-29 | 1 | -1/+1 |
| | |||||
* | Whitespace normalization. Ran reindent.py over the entire source tree. | Tim Peters | 2004-07-18 | 1 | -162/+162 |
| | |||||
* | Fix multi-arg list.append() calls. | Guido van Rossum | 1998-10-08 | 1 | -1/+1 |
| | |||||
* | nannified | Guido van Rossum | 1998-09-14 | 1 | -16/+16 |
| | |||||
* | *** empty log message *** | Guido van Rossum | 1993-12-17 | 1 | -6/+6 |
| | |||||
* | Changed to use make_call | Guido van Rossum | 1992-12-21 | 1 | -24/+12 |
| | |||||
* | Changed mkcred interface | Guido van Rossum | 1992-12-20 | 1 | -1/+1 |
| | |||||
* | Don't call test() | Guido van Rossum | 1992-12-17 | 1 | -2/+0 |
| | |||||
* | Added some XXX comment. | Guido van Rossum | 1992-12-17 | 1 | -0/+3 |
| | |||||
* | Fix misunderstood readdir count (bytes, not dir entries) | Guido van Rossum | 1992-12-15 | 1 | -4/+3 |
| | | | | and minor other changes. | ||||
* | Add explicit auth object | Guido van Rossum | 1992-12-15 | 1 | -0/+6 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-12-14 | 1 | -0/+207 |