summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #151 from mtelka/masterHEADmasterMichele Simionato2022-11-251-2/+3
|\
| * Replace 'bytecode' by 'binary' in LICENSE.txt to align with BSD-2-ClauseMarcel Telka2022-11-251-2/+3
|/
* Merge pull request #147 from hugovk/masterMichele Simionato2022-11-065-8/+9
|\
| * Fix codespell errorsHugo van Kemenade2022-11-053-3/+3
| * Update download linksHugo van Kemenade2022-11-052-2/+2
| * Add support for Python 3.11Hugo van Kemenade2022-11-054-3/+4
|/
* Merge pull request #143 from hugovk/fix-logging.warn-deprecationMichele Simionato2022-06-221-1/+1
|\
| * Replace deprecated logging.warn with logging.warningHugo van Kemenade2022-06-221-1/+1
|/
* Updated changelog and bumped version to 5.1.15.1.1Michele Simionato2022-01-073-6/+10
* Fixed implementation of decorator_applyMichele Simionato2022-01-071-1/+1
* Merge pull request #137 from borishim/masterMichele Simionato2021-12-181-1/+1
|\
| * Check with inspect.routine()Sangwoo Shim2021-11-171-1/+1
|/
* Merge branch 'master' of github.com:micheles/decoratorMichele Simionato2021-11-015-4/+5
|\
| * Merge pull request #135 from arthurzam/masterMichele Simionato2021-10-141-1/+1
| |\
| | * setup.cfg: Replace dashes with underscoresArthur Zamarin2021-10-131-1/+1
| |/
| * Merge pull request #134 from hugovk/masterMichele Simionato2021-10-134-3/+4
| |\
| | * Add support for Python 3.10Hugo van Kemenade2021-10-114-3/+4
| |/
* | Fixed the ContextManagerMichele Simionato2021-11-012-1/+6
|/
* Fixed misprint in the docsMichele Simionato2021-09-111-1/+1
* Fixed misprint in the docsMichele Simionato2021-09-111-1/+1
* Added decoratorx and bumped version to 5.1.0Michele Simionato2021-09-114-9/+96
* Removed unused importMichele Simionato2021-09-111-1/+0
* Fixed some sphinx warningsMichele Simionato2021-09-112-157/+104
* Merge pull request #131 from micheles/contextmanagerMichele Simionato2021-08-203-5/+7
|\
| * Fixed bug in decorator.contextmanagerMichele Simionato2021-08-203-5/+7
|/
* Merge pull request #128 from kasium/kasium-PythonDecoratorLibraryMichele Simionato2021-07-151-2/+2
|\
| * Fix broken link in documentationkasium2021-07-151-2/+2
|/
* Fixed decorator.decorator not passing kwsyntaxMichele Simionato2021-05-282-1/+3
* Removed .travis.yml, not used anymoreMichele Simionato2021-05-161-15/+0
* Fixed a test breaking PyPy and restored support for RST docs5.0.9Michele Simionato2021-05-167-7/+12
* Small cleanupMichele Simionato2021-05-151-5/+2
* Decorating builtin functions5.0.8Michele Simionato2021-05-154-9/+44
* Merge pull request #121 from micheles/apply_defaultsMichele Simionato2021-04-144-9/+33
|\
| * Restored apply_defaultsMichele Simionato2021-04-144-9/+33
* | Merge pull request #116 from cclauss/patch-1Michele Simionato2021-04-121-10/+4
|\ \ | |/ |/|
| * Add `claus` to the spellchecker's dictionaryChristian Clauss2021-04-101-1/+1
| * codespell --ignore-words-list="ba,vas"Christian Clauss2021-04-101-1/+1
| * flake8 --ignore=E122,E226,E265,E741,E742Christian Clauss2021-04-101-1/+1
| * Add codespell to GitHub ActionChristian Clauss2021-04-101-10/+4
* | Fixed doctest breaking in Python 3.55.0.7Michele Simionato2021-04-111-4/+4
|/
* Fixed a few mispellingsMichele Simionato2021-04-102-7/+7
* Merge pull request #113 from micheles/__module__Michele Simionato2021-04-085-10/+22
|\
| * func.__module__ was not copied anymoreMichele Simionato2021-04-085-10/+22
|/
* Tested docstring preservation5.0.6Michele Simionato2021-04-051-0/+2
* Remove unneeded lineMichele Simionato2021-04-041-1/+0
* Doc fixMichele Simionato2021-04-042-2/+2
* Merge pull request #108 from micheles/kwsyntaxMichele Simionato2021-04-044-147/+200
|\
| * Added another test5.0.5Michele Simionato2021-04-042-20/+48
| * Restored old semantic and added kwsyntax flagMichele Simionato2021-04-044-147/+172
|/
* Fixed func.__doc__ not being copiedMichele Simionato2021-04-034-20/+16