summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix codespell errorsHugo van Kemenade2022-11-051-1/+1
* Update download linksHugo van Kemenade2022-11-051-1/+1
* Add support for Python 3.11Hugo van Kemenade2022-11-051-1/+1
* Updated changelog and bumped version to 5.1.15.1.1Michele Simionato2022-01-071-1/+1
* Fixed implementation of decorator_applyMichele Simionato2022-01-071-1/+1
* Check with inspect.routine()Sangwoo Shim2021-11-171-1/+1
* Merge branch 'master' of github.com:micheles/decoratorMichele Simionato2021-11-011-1/+1
|\
| * Add support for Python 3.10Hugo van Kemenade2021-10-111-1/+1
* | Fixed the ContextManagerMichele Simionato2021-11-011-1/+1
|/
* Fixed misprint in the docsMichele Simionato2021-09-111-1/+1
* Added decoratorx and bumped version to 5.1.0Michele Simionato2021-09-112-1/+50
* Removed unused importMichele Simionato2021-09-111-1/+0
* Fixed some sphinx warningsMichele Simionato2021-09-111-105/+76
* Fixed bug in decorator.contextmanagerMichele Simionato2021-08-202-4/+4
* Fixed decorator.decorator not passing kwsyntaxMichele Simionato2021-05-281-1/+1
* Fixed a test breaking PyPy and restored support for RST docs5.0.9Michele Simionato2021-05-162-4/+3
* Small cleanupMichele Simionato2021-05-151-5/+2
* Decorating builtin functions5.0.8Michele Simionato2021-05-152-7/+37
* Restored apply_defaultsMichele Simionato2021-04-142-3/+20
* Fixed doctest breaking in Python 3.55.0.7Michele Simionato2021-04-111-4/+4
* Fixed a few mispellingsMichele Simionato2021-04-101-3/+3
* func.__module__ was not copied anymoreMichele Simionato2021-04-083-8/+15
* Tested docstring preservation5.0.6Michele Simionato2021-04-051-0/+2
* Remove unneeded lineMichele Simionato2021-04-041-1/+0
* Doc fixMichele Simionato2021-04-041-1/+1
* Added another test5.0.5Michele Simionato2021-04-041-10/+24
* Restored old semantic and added kwsyntax flagMichele Simionato2021-04-042-65/+88
* Fixed func.__doc__ not being copiedMichele Simionato2021-04-032-16/+5
* Markdown fixMichele Simionato2021-04-031-0/+6
* Documented incompatibility with previous versionsMichele Simionato2021-04-032-38/+101
* Tried to upload again with twineMichele Simionato2021-04-021-1/+1
* Doc fixMichele Simionato2021-04-021-1/+1
* Release 5.0.2Michele Simionato2021-04-021-1/+1
* Fixed python_requires in setup.pyMichele Simionato2021-04-021-1/+1
* Fixed test5.0.0Michele Simionato2021-04-021-0/+1
* Updated the docsMichele Simionato2021-04-021-2/+2
* Doc fixMichele Simionato2021-04-021-2/+2
* Doc fixMichele Simionato2021-04-021-2/+2
* Update version to 5.0.0 and updated the docsMichele Simionato2021-04-022-128/+60
* Fixed testMichele Simionato2021-03-311-3/+2
* Removed more legacy codeMichele Simionato2021-03-311-13/+10
* Improved the test and the docs on the contextmanagerMichele Simionato2021-03-312-54/+31
* Not using the FunctionMaker in ContextManagerMichele Simionato2021-03-312-22/+13
* Added dec.__kwdefaults__Michele Simionato2021-03-311-0/+1
* Doc fixesMichele Simionato2021-03-311-22/+19
* Fixed __kwdefaults__Michele Simionato2021-03-313-49/+46
* Removed support for old Python versionsMichele Simionato2021-03-313-65/+15
* Merge branch 'master' of github.com:micheles/decorator into 4.5Michele Simionato2021-03-311-15/+12
|\
| * Removed obsolete reference to readthedocsMichele Simionato2020-07-271-1/+1
| * Improved a bit the documentationMichele Simionato2020-07-271-15/+12