summaryrefslogtreecommitdiff
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fixed testMichele 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
* Added a test for decorating generatorsMichele Simionato2018-11-041-0/+17
* Fixed testMichele Simionato2018-08-041-1/+1
* Fixed testMichele Simionato2018-08-041-1/+1
* Support for Python 3.7Michele Simionato2018-08-042-17/+22
* Fixed docs [skip CI]Michele Simionato2018-04-151-13/+2
* Updated docs [skip CI]4.3.0Michele Simionato2018-04-151-4/+4
* Updated docs [skip CI]Michele Simionato2018-04-151-5/+19
* Updated docsMichele Simionato2018-04-151-17/+19
* Fixed decorator factories with positional argumentsMichele Simionato2018-04-152-6/+6
* Additional testMichele Simionato2018-04-151-14/+13
* Fixed testsMichele Simionato2018-04-151-8/+7
* Refined default argsMichele Simionato2018-03-251-11/+11
* Added a test_add1Michele Simionato2018-01-141-0/+11
* Fixed IPython issue4.2.1Michele Simionato2018-01-141-0/+6
* Cleanup4.2.0Michele Simionato2018-01-141-13/+10
* Added a facility for decorator factoriesMichele Simionato2018-01-141-20/+60