summaryrefslogtreecommitdiff
path: root/src/tests
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
* Fixed implementation of decorator_applyMichele Simionato2022-01-071-1/+1
* Add support for Python 3.10Hugo van Kemenade2021-10-111-1/+1
* Fixed misprint in the docsMichele Simionato2021-09-111-1/+1
* Added decoratorx and bumped version to 5.1.0Michele Simionato2021-09-111-0/+34
* Removed unused importMichele Simionato2021-09-111-1/+0
* Fixed some sphinx warningsMichele Simionato2021-09-111-105/+76
* Fixed bug in decorator.contextmanagerMichele Simionato2021-08-201-2/+2
* Fixed a test breaking PyPy and restored support for RST docs5.0.9Michele Simionato2021-05-161-3/+2
* Decorating builtin functions5.0.8Michele Simionato2021-05-151-0/+11
* Restored apply_defaultsMichele Simionato2021-04-141-2/+18
* 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-082-4/+9
* Tested docstring preservation5.0.6Michele Simionato2021-04-051-0/+2
* 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-041-56/+61
* Fixed func.__doc__ not being copiedMichele Simionato2021-04-031-1/+3
* Markdown fixMichele Simionato2021-04-031-0/+6
* Documented incompatibility with previous versionsMichele Simionato2021-04-031-38/+87
* Doc fixMichele 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-021-126/+56
* 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-311-13/+0
* Doc fixesMichele Simionato2021-03-311-22/+19
* Fixed __kwdefaults__Michele Simionato2021-03-312-49/+45
* Removed support for old Python versionsMichele Simionato2021-03-312-8/+7
* 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
* | Fixed IPythonMichele Simionato2020-04-051-1/+1
* | Initial work for decorator 4.5Michele Simionato2020-03-152-31/+18
|/
* Added a test about changing the signatureMichele Simionato2020-03-151-1/+47
* Fixed "operation is slow" testsMichele Simionato2020-02-291-1/+3
* Don't use strictly larger for warn_slow testSilvan Mosberger2020-02-181-1/+1
* Fix: sys.version compared to string (python10), use sys.version_infoHugo2020-01-081-2/+2
* Fix: sys.version compared to string (python3.10), use sys.version_infoHugo2020-01-081-2/+2
* On Python 3.9, we cannot longer avoid using collections.abcMiro Hrončok2020-01-051-19/+21
* Python 3.9 compatibilityMiro Hrončok2020-01-041-1/+1
* Changed description to Decorators for HumansMichele Simionato2019-10-271-2/+2
* docs: Create ba decoratorPanos Mavrogiorgos2019-04-221-0/+2