index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_decorators.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner
2022-06-13
1
-1/+0
*
bpo-46764: Fix wrapping bound method with @classmethod (#31367)
Michael J. Sullivan
2022-05-05
1
-0/+10
*
bpo-42073: allow classmethod to wrap other classmethod-like descriptors (#27115)
Ćukasz Langa
2021-07-15
1
-0/+86
*
bpo-43682: Make staticmethod objects callable (GH-25117)
Victor Stinner
2021-04-11
1
-4/+8
*
bpo-43682: @staticmethod inherits attributes (GH-25268)
Victor Stinner
2021-04-09
1
-4/+22
*
bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570)
Brandt Bucher
2020-03-03
1
-13/+17
*
bpo-19072: Make @classmethod support chained decorators (GH-8405)
Berker Peksag
2019-08-24
1
-0/+39
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-7/+2
*
#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