summaryrefslogtreecommitdiffstats
path: root/Demo/newmetaclasses/Eiffel.py
Commit message (Expand)AuthorAgeFilesLines
* Remove __metaclass__ remains.Georg Brandl2008-05-271-2/+2
* Merged revisions 59193-59201 via svnmerge fromChristian Heimes2007-11-271-1/+1
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about lin...Collin Winter2007-07-171-1/+1
* Use decorators.Guido van Rossum2005-01-161-4/+2
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-181-3/+2
* Get the meta class inheritance right.Jeremy Hylton2002-07-121-5/+6
* move make_eiffel_method() out of base metaclassJeremy Hylton2002-07-111-7/+7
* Remove list prenpost. It's not used any longer.Jeremy Hylton2002-07-111-3/+0
* Add a call to a Sub() method that actually works.Jeremy Hylton2002-07-111-0/+1
* Add Enum and Eiffel examples using new-style classes.Jeremy Hylton2002-07-111-0/+145