Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove old metaclass demos | Benjamin Peterson | 2009-05-07 | 1 | -168/+0 |
| | |||||
* | remove most uses of list(somedict.keys()) in Demo scripts | Skip Montanaro | 2007-08-06 | 1 | -2/+2 |
| | |||||
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵ | Collin Winter | 2007-07-17 | 1 | -23/+22 |
| | | | | lingering print statements. | ||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -3/+3 |
| | | | | From SF patch #852334. | ||||
* | nannified | Guido van Rossum | 1998-09-14 | 1 | -72/+72 |
| | |||||
* | Arbitrary point checkpoint commit. Take no notice. | Guido van Rossum | 1997-08-25 | 1 | -1/+5 |
| | |||||
* | Examples of metaprogramming in pure Python. | Guido van Rossum | 1997-08-23 | 1 | -0/+165 |