Decorator Versions Save

decorator

4.4.2

4 years ago

4.3.2

5 years ago

Accepted a patch from Sylvain Marie (https://github.com/smarie): now the decorator module can decorate generator functions by preserving their being generator functions. Set python_requires='>=2.6, !=3.0.*, !=3.1.*' in setup.py, as suggested by https://github.com/hugovk.

4.3.1

5 years ago

Avoided some deprecation warnings appearing when running the tests with Python 3.7.

4.3.0

6 years ago

Better decorator factories

4.2.1

6 years ago

Fixed regression breaking IPython