summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fixed IPythonMichele Simionato2020-04-052-2/+4
| |
* | Cleanup4.5Michele Simionato2020-03-161-21/+2
| |
* | Removed exec in decoratorMichele Simionato2020-03-161-17/+21
| |
* | Initial work for decorator 4.5Michele Simionato2020-03-153-47/+32
|/
* Added a test about changing the signatureMichele Simionato2020-03-152-3/+50
|
* Release 4.4.2Michele Simionato2020-02-291-1/+1
|
* 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-082-3/+3
|
* 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
| | | | 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
* Remove __file__Michele Simionato2019-11-031-2/+1
|
* Changed description to Decorators for HumansMichele Simionato2019-10-272-3/+3
|
* 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-162-11/+28
|
* Converted the docs from .rst to .mdMichele Simionato2019-03-161-355/+384
|
* Added a testMichele Simionato2019-03-151-0/+18
|
* BUG: Allow an argumentEric Larson2019-03-041-1/+1
|
* Tagged 4.3.24.3.2Michele Simionato2019-01-241-1/+1
|
* FixMichele Simionato2018-11-041-4/+4
|
* Added a test for decorating generatorsMichele Simionato2018-11-042-17/+30
|
* Fixed issue with coroutines in python 3.5: indeed unfortunately they appear ↵Sylvain Marie2018-10-261-1/+12
| | | | as generator functions in python 3.5.
* Improved `decorate` so as to support generator callers. Fixes #56Sylvain Marie2018-10-261-3/+18
|
* Bumped release to 4.3.14.3.1Michele Simionato2018-08-041-1/+1
|
* Fixed testMichele Simionato2018-08-041-1/+1
|
* Fixed testMichele Simionato2018-08-041-1/+1
|
* Support for Python 3.7Michele Simionato2018-08-043-18/+23
|
* Added the path to the decorator module in the virtual file pathMichele Simionato2018-07-271-1/+2
|
* 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-152-18/+20
|
* Fixed decorator factories with positional argumentsMichele Simionato2018-04-153-8/+8
|
* Additional testMichele Simionato2018-04-151-14/+13
|
* PEP8 fixMichele Simionato2018-04-151-0/+1
|
* PEP8 fixMichele Simionato2018-04-151-1/+1
|
* Fix for Python 2Michele Simionato2018-04-151-2/+2
|
* Fixed testsMichele Simionato2018-04-152-15/+9
|
* Refined default argsMichele Simionato2018-03-252-23/+18
|
* Added a test_add1Michele Simionato2018-01-141-0/+11
|
* Fixed IPython issue4.2.1Michele Simionato2018-01-142-2/+9
|
* Small simplificationMichele Simionato2018-01-141-21/+16
|
* Cleanup4.2.0Michele Simionato2018-01-141-13/+10
|
* Merge branch 'master' of github.com:micheles/decorator into 4.2.0Michele Simionato2018-01-141-1/+6
|\