summaryrefslogtreecommitdiffstats
path: root/Demo/newmetaclasses/Enum.py
Commit message (Expand)AuthorAgeFilesLines
* remove most uses of list(somedict.keys()) in Demo scriptsSkip Montanaro2007-08-061-1/+1
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...Collin Winter2007-07-171-32/+32
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-1/+0
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* Add Enum and Eiffel examples using new-style classes.Jeremy Hylton2002-07-111-0/+178