Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated changelog and bumped version to 5.1.15.1.1 | Michele Simionato | 2022-01-07 | 1 | -1/+1 |
* | Check with inspect.routine() | Sangwoo Shim | 2021-11-17 | 1 | -1/+1 |
* | Fixed the ContextManager | Michele Simionato | 2021-11-01 | 1 | -1/+1 |
* | Added decoratorx and bumped version to 5.1.0 | Michele Simionato | 2021-09-11 | 1 | -1/+16 |
* | Fixed bug in decorator.contextmanager | Michele Simionato | 2021-08-20 | 1 | -2/+2 |
* | Fixed decorator.decorator not passing kwsyntax | Michele Simionato | 2021-05-28 | 1 | -1/+1 |
* | Fixed a test breaking PyPy and restored support for RST docs5.0.9 | Michele Simionato | 2021-05-16 | 1 | -1/+1 |
* | Small cleanup | Michele Simionato | 2021-05-15 | 1 | -5/+2 |
* | Decorating builtin functions5.0.8 | Michele Simionato | 2021-05-15 | 1 | -7/+26 |
* | Restored apply_defaults | Michele Simionato | 2021-04-14 | 1 | -1/+2 |
* | func.__module__ was not copied anymore | Michele Simionato | 2021-04-08 | 1 | -4/+6 |
* | Remove unneeded line | Michele Simionato | 2021-04-04 | 1 | -1/+0 |
* | Restored old semantic and added kwsyntax flag | Michele Simionato | 2021-04-04 | 1 | -9/+27 |
* | Fixed func.__doc__ not being copied | Michele Simionato | 2021-04-03 | 1 | -15/+2 |
* | Documented incompatibility with previous versions | Michele Simionato | 2021-04-03 | 1 | -0/+14 |
* | Tried to upload again with twine | Michele Simionato | 2021-04-02 | 1 | -1/+1 |
* | Release 5.0.2 | Michele Simionato | 2021-04-02 | 1 | -1/+1 |
* | Fixed python_requires in setup.py | Michele Simionato | 2021-04-02 | 1 | -1/+1 |
* | Update version to 5.0.0 and updated the docs | Michele Simionato | 2021-04-02 | 1 | -2/+4 |
* | Not using the FunctionMaker in ContextManager | Michele Simionato | 2021-03-31 | 1 | -9/+13 |
* | Added dec.__kwdefaults__ | Michele Simionato | 2021-03-31 | 1 | -0/+1 |
* | Fixed __kwdefaults__ | Michele Simionato | 2021-03-31 | 1 | -0/+1 |
* | Removed support for old Python versions | Michele Simionato | 2021-03-31 | 1 | -57/+8 |
* | Fixed IPython | Michele Simionato | 2020-04-05 | 1 | -1/+3 |
* | Cleanup4.5 | Michele Simionato | 2020-03-16 | 1 | -21/+2 |
* | Removed exec in decorator | Michele Simionato | 2020-03-16 | 1 | -17/+21 |
* | Initial work for decorator 4.5 | Michele Simionato | 2020-03-15 | 1 | -16/+14 |
* | Added a test about changing the signature | Michele Simionato | 2020-03-15 | 1 | -2/+3 |
* | Release 4.4.2 | Michele Simionato | 2020-02-29 | 1 | -1/+1 |
* | Fix: sys.version compared to string (python10), use sys.version_info | Hugo | 2020-01-08 | 1 | -1/+1 |
* | Remove __file__ | Michele Simionato | 2019-11-03 | 1 | -2/+1 |
* | Changed description to Decorators for Humans | Michele Simionato | 2019-10-27 | 1 | -1/+1 |
* | Reverted the decorator factory sintax to v4.2 and bumped the release to 4.4 | Michele Simionato | 2019-03-16 | 1 | -3/+3 |
* | BUG: Allow an argument | Eric Larson | 2019-03-04 | 1 | -1/+1 |
* | Tagged 4.3.24.3.2 | Michele Simionato | 2019-01-24 | 1 | -1/+1 |
* | Fix | Michele Simionato | 2018-11-04 | 1 | -4/+4 |
* | Added a test for decorating generators | Michele Simionato | 2018-11-04 | 1 | -17/+13 |
* | Fixed issue with coroutines in python 3.5: indeed unfortunately they appear a... | Sylvain Marie | 2018-10-26 | 1 | -1/+12 |
* | Improved `decorate` so as to support generator callers. Fixes #56 | Sylvain Marie | 2018-10-26 | 1 | -3/+18 |
* | Bumped release to 4.3.14.3.1 | Michele Simionato | 2018-08-04 | 1 | -1/+1 |
* | Support for Python 3.7 | Michele Simionato | 2018-08-04 | 1 | -1/+1 |
* | Added the path to the decorator module in the virtual file path | Michele Simionato | 2018-07-27 | 1 | -1/+2 |
* | Updated docs | Michele Simionato | 2018-04-15 | 1 | -1/+1 |
* | Fixed decorator factories with positional arguments | Michele Simionato | 2018-04-15 | 1 | -2/+2 |
* | PEP8 fix | Michele Simionato | 2018-04-15 | 1 | -0/+1 |
* | PEP8 fix | Michele Simionato | 2018-04-15 | 1 | -1/+1 |
* | Fix for Python 2 | Michele Simionato | 2018-04-15 | 1 | -2/+2 |
* | Fixed tests | Michele Simionato | 2018-04-15 | 1 | -7/+2 |
* | Refined default args | Michele Simionato | 2018-03-25 | 1 | -12/+7 |
* | Fixed IPython issue4.2.1 | Michele Simionato | 2018-01-14 | 1 | -2/+3 |