issues
search
zeekay
/
decorum
Python decorator helper library.
MIT License
14
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Implement __get__ to allow instance methods to be decorated
#30
nathanielford
closed
7 years ago
0
Refactored README
#29
benoitbryon
closed
9 years ago
1
Decorum's magic 'self._wrapped' should not be part of 'wraps'
#28
benoitbryon
closed
9 years ago
6
Setup 'assigned' option in 'init' (was in '__init__')
#27
benoitbryon
closed
9 years ago
0
Decorum.assigned should be managed in init()
#26
benoitbryon
closed
9 years ago
1
Introduce customizable Decorum.call()
#25
benoitbryon
closed
9 years ago
2
Decorum.__call__() should first check self._wrapped
#24
benoitbryon
opened
9 years ago
0
Decorum class runs wrapped function via a `call()` method
#23
benoitbryon
closed
9 years ago
2
Promote subclassing Decorum instead of decorating classes
#22
benoitbryon
closed
9 years ago
2
Inherit from class Decorum, instead of using @decorator
#21
benoitbryon
closed
9 years ago
4
If 'assigned' is None or False, preserve attributes of original decorator
#20
benoitbryon
closed
9 years ago
0
assigned=None preserves name and doc of decorator
#19
benoitbryon
closed
9 years ago
1
'assigned' option defaults to functools.WRAPPER_ASSIGNMENTS
#18
benoitbryon
closed
9 years ago
0
'assigned' option defaults to functools.WRAPPER_ASSIGNMENTS
#17
benoitbryon
closed
9 years ago
0
Fixed doctests around 'assigned'
#16
benoitbryon
closed
9 years ago
5
Make sure there are doctests in README
#15
benoitbryon
closed
9 years ago
0
tests/doctests.py report errors, but pass
#14
benoitbryon
closed
9 years ago
0
Added 'url' to setup script
#13
benoitbryon
closed
9 years ago
0
Missing url in setup
#12
benoitbryon
closed
9 years ago
0
Add CONTRIBUTORS or update README.
#11
zeekay
closed
10 years ago
3
Refs #8 - In README, converted examples into doctests
#10
benoitbryon
closed
10 years ago
3
Add Sphinx documentation
#9
benoitbryon
opened
10 years ago
2
Increase code coverage to 100% (or nearly)
#8
benoitbryon
opened
10 years ago
2
Added minimal support for Python 3.3 and 3.4
#7
benoitbryon
closed
10 years ago
4
Support Python>=3.3
#6
benoitbryon
closed
10 years ago
0
Introduced Tox, Travis and CONTRIBUTING
#5
benoitbryon
closed
10 years ago
3
CONTRIBUTING.rst provides contribution guidelines
#4
benoitbryon
closed
10 years ago
0
Travis runs Tox
#3
benoitbryon
closed
10 years ago
0
Tox runs tests
#2
benoitbryon
closed
10 years ago
0
What is project status?
#1
benoitbryon
closed
10 years ago
3