summaryrefslogtreecommitdiffstats
path: root/Demo/metaclasses/Enum.py
Commit message (Expand)AuthorAgeFilesLines
* remove most uses of list(somedict.keys()) in Demo scriptsSkip Montanaro2007-08-061-2/+2
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...Collin Winter2007-07-171-23/+22
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-3/+3
* nannifiedGuido van Rossum1998-09-141-72/+72
* Arbitrary point checkpoint commit. Take no notice.Guido van Rossum1997-08-251-1/+5
* Examples of metaprogramming in pure Python.Guido van Rossum1997-08-231-0/+165