| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' of github.com:micheles/decorator | Michele Simionato | 2021-11-01 | 5 | -4/+5 |
| |\ | |||||
| | * | Merge pull request #135 from arthurzam/master | Michele Simionato | 2021-10-14 | 1 | -1/+1 |
| | |\ | |||||
| | | * | setup.cfg: Replace dashes with underscores | Arthur Zamarin | 2021-10-13 | 1 | -1/+1 |
| | |/ | |||||
| | * | Merge pull request #134 from hugovk/master | Michele Simionato | 2021-10-13 | 4 | -3/+4 |
| | |\ | |||||
| | | * | Add support for Python 3.10 | Hugo van Kemenade | 2021-10-11 | 4 | -3/+4 |
| | |/ | |||||
| * | | Fixed the ContextManager | Michele Simionato | 2021-11-01 | 2 | -1/+6 |
| |/ | |||||
| * | Fixed misprint in the docs | Michele Simionato | 2021-09-11 | 1 | -1/+1 |
| * | Fixed misprint in the docs | Michele Simionato | 2021-09-11 | 1 | -1/+1 |
| * | Added decoratorx and bumped version to 5.1.0 | Michele Simionato | 2021-09-11 | 4 | -9/+96 |
| * | Removed unused import | Michele Simionato | 2021-09-11 | 1 | -1/+0 |
| * | Fixed some sphinx warnings | Michele Simionato | 2021-09-11 | 2 | -157/+104 |
| * | Merge pull request #131 from micheles/contextmanager | Michele Simionato | 2021-08-20 | 3 | -5/+7 |
| |\ | |||||
| | * | Fixed bug in decorator.contextmanager | Michele Simionato | 2021-08-20 | 3 | -5/+7 |
| |/ | |||||
| * | Merge pull request #128 from kasium/kasium-PythonDecoratorLibrary | Michele Simionato | 2021-07-15 | 1 | -2/+2 |
| |\ | |||||
| | * | Fix broken link in documentation | kasium | 2021-07-15 | 1 | -2/+2 |
| |/ | |||||
| * | Fixed decorator.decorator not passing kwsyntax | Michele Simionato | 2021-05-28 | 2 | -1/+3 |
| * | Removed .travis.yml, not used anymore | Michele Simionato | 2021-05-16 | 1 | -15/+0 |
| * | Fixed a test breaking PyPy and restored support for RST docs5.0.9 | Michele Simionato | 2021-05-16 | 7 | -7/+12 |
| * | Small cleanup | Michele Simionato | 2021-05-15 | 1 | -5/+2 |
| * | Decorating builtin functions5.0.8 | Michele Simionato | 2021-05-15 | 4 | -9/+44 |
| * | Merge pull request #121 from micheles/apply_defaults | Michele Simionato | 2021-04-14 | 4 | -9/+33 |
| |\ | |||||
| | * | Restored apply_defaults | Michele Simionato | 2021-04-14 | 4 | -9/+33 |
| * | | Merge pull request #116 from cclauss/patch-1 | Michele Simionato | 2021-04-12 | 1 | -10/+4 |
| |\ \ | |/ |/| | |||||
| | * | Add `claus` to the spellchecker's dictionary | Christian Clauss | 2021-04-10 | 1 | -1/+1 |
| | * | codespell --ignore-words-list="ba,vas" | Christian Clauss | 2021-04-10 | 1 | -1/+1 |
| | * | flake8 --ignore=E122,E226,E265,E741,E742 | Christian Clauss | 2021-04-10 | 1 | -1/+1 |
| | * | Add codespell to GitHub Action | Christian Clauss | 2021-04-10 | 1 | -10/+4 |
| * | | Fixed doctest breaking in Python 3.55.0.7 | Michele Simionato | 2021-04-11 | 1 | -4/+4 |
| |/ | |||||
| * | Fixed a few mispellings | Michele Simionato | 2021-04-10 | 2 | -7/+7 |
| * | Merge pull request #113 from micheles/__module__ | Michele Simionato | 2021-04-08 | 5 | -10/+22 |
| |\ | |||||
| | * | func.__module__ was not copied anymore | Michele Simionato | 2021-04-08 | 5 | -10/+22 |
| |/ | |||||
| * | Tested docstring preservation5.0.6 | Michele Simionato | 2021-04-05 | 1 | -0/+2 |
| * | Remove unneeded line | Michele Simionato | 2021-04-04 | 1 | -1/+0 |
| * | Doc fix | Michele Simionato | 2021-04-04 | 2 | -2/+2 |
| * | Merge pull request #108 from micheles/kwsyntax | Michele Simionato | 2021-04-04 | 4 | -147/+200 |
| |\ | |||||
| | * | Added another test5.0.5 | Michele Simionato | 2021-04-04 | 2 | -20/+48 |
| | * | Restored old semantic and added kwsyntax flag | Michele Simionato | 2021-04-04 | 4 | -147/+172 |
| |/ | |||||
| * | Fixed func.__doc__ not being copied | Michele Simionato | 2021-04-03 | 4 | -20/+16 |
| * | Markdown fix5.0.4 | Michele Simionato | 2021-04-03 | 1 | -0/+6 |
| * | Markdown fix | Michele Simionato | 2021-04-03 | 1 | -0/+6 |
| * | Documented incompatibility with previous versions | Michele Simionato | 2021-04-03 | 3 | -76/+188 |
| * | Fixed make upload to use twine | Michele Simionato | 2021-04-02 | 1 | -1/+1 |
| * | Tried to upload again with twine | Michele Simionato | 2021-04-02 | 2 | -3/+3 |
| * | Doc fix | Michele Simionato | 2021-04-02 | 2 | -2/+2 |
| * | Release 5.0.2 | Michele Simionato | 2021-04-02 | 2 | -3/+3 |
| * | Fixed setup.cfg5.0.2 | Michele Simionato | 2021-04-02 | 1 | -3/+0 |
| * | Fixed python_requires in setup.py | Michele Simionato | 2021-04-02 | 3 | -4/+4 |
| * | Merge pull request #100 from Amli/fix-setup-for-python-below-355.0.1 | Michele Simionato | 2021-04-02 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix python version in setup | Emmanuel Magnier | 2021-04-02 | 1 | -1/+1 |
| |/ | |||||
| * | Fixed setup.py classifiers | Michele Simionato | 2021-04-02 | 1 | -7/+0 |
