summaryrefslogtreecommitdiff
path: root/src/tests/documentation.py
Commit message (Collapse)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 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-081-4/+3
|
* 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
|
* Improved the test and the docs on the contextmanagerMichele Simionato2021-03-311-46/+13
|
* Not using the FunctionMaker in ContextManagerMichele Simionato2021-03-311-13/+0
|
* Doc fixesMichele Simionato2021-03-311-22/+19
|
* Fixed __kwdefaults__Michele Simionato2021-03-311-33/+39
|
* Removed support for old Python versionsMichele Simionato2021-03-311-1/+1
|
* 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
| |
* | Initial work for decorator 4.5Michele Simionato2020-03-151-27/+10
|/
* 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
| | | | | In certain circumstances the time difference can be 0, which previously causes the test to fail, e.g. https://github.com/NixOS/nixpkgs/issues/75554
* Fix: sys.version compared to string (python10), 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
| | | | Related to https://github.com/micheles/decorator/issues/75#issuecomment-570827328
* Python 3.9 compatibilityMiro Hrončok2020-01-041-1/+1
| | | | | | | | | | | | | | Thread.isAlive() is deprecated in 3.8 and removed in 3.9: $ python3.8 -c 'import threading; t = threading.Thread(); t.isAlive()' <string>:1: DeprecationWarning: isAlive() is deprecated, use is_alive() instead $ python3.9 -c 'import threading; t = threading.Thread(); t.isAlive()' Traceback (most recent call last): File "<string>", line 1, in <module> AttributeError: 'Thread' object has no attribute 'isAlive' Fixes https://github.com/micheles/decorator/issues/75
* Changed description to Decorators for HumansMichele Simionato2019-10-271-2/+2
|
* docs: Create ba decoratorPanos Mavrogiorgos2019-04-221-0/+2
|
* Small change to the docs suggested by https://github.com/yjqiangMichele Simionato2019-04-101-2/+2
|
* Fixed the copyright year4.4.0Michele Simionato2019-03-161-1/+1
|
* Doc fixesMichele Simionato2019-03-161-11/+15
|
* Fixed docsMichele Simionato2019-03-161-1/+1
|
* Reverted the decorator factory sintax to v4.2 and bumped the release to 4.4Michele Simionato2019-03-161-8/+25
|
* Converted the docs from .rst to .mdMichele Simionato2019-03-161-355/+384
|
* Added a testMichele Simionato2019-03-151-0/+18
|
* Support for Python 3.7Michele Simionato2018-08-041-11/+13
|