Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 ↵ | Georg Brandl | 2010-12-30 | 1 | -177/+0 |
| | | | | demo to Tools, and remove all the other Demo content. | ||||
* | Remove __metaclass__ remains. | Georg Brandl | 2008-05-27 | 1 | -4/+4 |
| | |||||
* | remove most uses of list(somedict.keys()) in Demo scripts | Skip Montanaro | 2007-08-06 | 1 | -1/+1 |
| | |||||
* | Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵ | Collin Winter | 2007-07-17 | 1 | -32/+32 |
| | | | | lingering print statements. | ||||
* | Whitespace normalization. Ran reindent.py over the entire source tree. | Tim Peters | 2004-07-18 | 1 | -1/+0 |
| | |||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -2/+2 |
| | | | | From SF patch #852334. | ||||
* | Add Enum and Eiffel examples using new-style classes. | Jeremy Hylton | 2002-07-11 | 1 | -0/+178 |