summaryrefslogtreecommitdiffstats
path: root/Demo/newmetaclasses
Commit message (Collapse)AuthorAgeFilesLines
* Replaced import of the 'new' module with 'types' module and added a ↵Christian Heimes2007-11-271-1/+1
| | | | deprecation warning to the 'new' module.
* Use decorators.Guido van Rossum2005-01-161-4/+2
|
* Whitespace normalization. Ran reindent.py over the entire source tree.Tim Peters2004-07-182-4/+2
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
| | | | From SF patch #852334.
* 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-112-0/+323