summaryrefslogtreecommitdiff
path: root/Demo/metaclasses/Trace.py
Commit message (Collapse)AuthorAgeFilesLines
* remove old metaclass demosBenjamin Peterson2009-05-071-144/+0
|
* Run 2to3 over the Demo/ directory to shut up parse errors from 2to3 about ↵Collin Winter2007-07-171-21/+21
| | | | lingering print statements.
* Remove apply()Neal Norwitz2006-03-171-3/+3
|
* 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-1/+1
| | | | From SF patch #852334.
* nannifiedGuido van Rossum1998-09-141-67/+67
|
* Arbitrary point checkpoint commit. Take no notice.Guido van Rossum1997-08-251-5/+24
|
* Examples of metaprogramming in pure Python.Guido van Rossum1997-08-231-0/+126