Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -3/+3 |
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin... | Collin Winter | 2007-07-17 | 1 | -5/+5 |
* | Add code for a range function that uses generators. | Brett Cannon | 2004-06-27 | 1 | -42/+64 |
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -2/+2 |
* | Run these demo scripts through reindent.py to give them 4-space indents. I'v... | Andrew M. Kuchling | 2003-04-24 | 1 | -44/+44 |
* | Use time.time() instead of time.millitimer() | Guido van Rossum | 1994-02-17 | 1 | -5/+5 |
* | builtin -> __builtin__ | Guido van Rossum | 1994-01-26 | 1 | -2/+2 |
* | *** empty log message *** | Guido van Rossum | 1993-12-17 | 1 | -3/+2 |
* | Initial revision | Guido van Rossum | 1992-08-13 | 1 | -0/+72 |