Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -3/+3 |
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -0/+36 |
* | Change all the function attributes from func_* -> __*__. This gets rid | Neal Norwitz | 2007-02-25 | 1 | -5/+5 |
* | Rewrite test_order so as to be more "proper". Originally relied on an | Brett Cannon | 2004-08-19 | 1 | -7/+13 |
* | This is Mark Russell's patch: | Michael W. Hudson | 2004-08-17 | 1 | -22/+80 |
* | Correct the order of application for decorators. Meant to be bottom-up and not | Brett Cannon | 2004-08-15 | 1 | -7/+16 |
* | Whitespace normalization. | Tim Peters | 2004-08-04 | 1 | -8/+8 |
* | and a unit test for the staticmethod-of-a-non-method failure just fixed | Anthony Baxter | 2004-08-02 | 1 | -0/+6 |
* | PEP-0318, @decorator-style. In Guido's words: | Anthony Baxter | 2004-08-02 | 1 | -0/+194 |