summaryrefslogtreecommitdiff
path: root/Lib/test/test_decorators.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-19072: Make @classmethod support chained decorators (GH-8405)Berker Peksag2019-08-241-0/+39
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-7/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-0/+36
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-5/+5
* 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