summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_decorators.py
Commit message (Expand)AuthorAgeFilesLines
* Patch #1759: Backport of PEP 3129 class decoratorsChristian Heimes2008-02-231-0/+36
* Rewrite test_order so as to be more "proper". Originally relied on anBrett Cannon2004-08-191-7/+13
* This is Mark Russell's patch:Michael W. Hudson2004-08-171-22/+80
* Correct the order of application for decorators. Meant to be bottom-up and notBrett Cannon2004-08-151-7/+16
* Whitespace normalization.Tim Peters2004-08-041-8/+8
* and a unit test for the staticmethod-of-a-non-method failure just fixedAnthony Baxter2004-08-021-0/+6
* PEP-0318, @decorator-style. In Guido's words:Anthony Baxter2004-08-021-0/+194