Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixed IPython | Michele Simionato | 2020-04-05 | 2 | -2/+4 | |
| | | ||||||
* | | Cleanup4.5 | Michele Simionato | 2020-03-16 | 1 | -21/+2 | |
| | | ||||||
* | | Removed exec in decorator | Michele Simionato | 2020-03-16 | 1 | -17/+21 | |
| | | ||||||
* | | Initial work for decorator 4.5 | Michele Simionato | 2020-03-15 | 3 | -47/+32 | |
|/ | ||||||
* | Added a test about changing the signature | Michele Simionato | 2020-03-15 | 2 | -3/+50 | |
| | ||||||
* | Release 4.4.2 | Michele Simionato | 2020-02-29 | 1 | -1/+1 | |
| | ||||||
* | Fixed "operation is slow" tests | Michele Simionato | 2020-02-29 | 1 | -1/+3 | |
| | ||||||
* | Don't use strictly larger for warn_slow test | Silvan Mosberger | 2020-02-18 | 1 | -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_info | Hugo | 2020-01-08 | 2 | -3/+3 | |
| | ||||||
* | Fix: sys.version compared to string (python3.10), use sys.version_info | Hugo | 2020-01-08 | 1 | -2/+2 | |
| | ||||||
* | On Python 3.9, we cannot longer avoid using collections.abc | Miro Hrončok | 2020-01-05 | 1 | -19/+21 | |
| | | | | Related to https://github.com/micheles/decorator/issues/75#issuecomment-570827328 | |||||
* | Python 3.9 compatibility | Miro Hrončok | 2020-01-04 | 1 | -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 Simionato | 2019-11-03 | 1 | -2/+1 | |
| | ||||||
* | Changed description to Decorators for Humans | Michele Simionato | 2019-10-27 | 2 | -3/+3 | |
| | ||||||
* | docs: Create ba decorator | Panos Mavrogiorgos | 2019-04-22 | 1 | -0/+2 | |
| | ||||||
* | Small change to the docs suggested by https://github.com/yjqiang | Michele Simionato | 2019-04-10 | 1 | -2/+2 | |
| | ||||||
* | Fixed the copyright year4.4.0 | Michele Simionato | 2019-03-16 | 1 | -1/+1 | |
| | ||||||
* | Doc fixes | Michele Simionato | 2019-03-16 | 1 | -11/+15 | |
| | ||||||
* | Fixed docs | Michele Simionato | 2019-03-16 | 1 | -1/+1 | |
| | ||||||
* | Fixed test | Michele Simionato | 2019-03-16 | 1 | -1/+1 | |
| | ||||||
* | Reverted the decorator factory sintax to v4.2 and bumped the release to 4.4 | Michele Simionato | 2019-03-16 | 2 | -11/+28 | |
| | ||||||
* | Converted the docs from .rst to .md | Michele Simionato | 2019-03-16 | 1 | -355/+384 | |
| | ||||||
* | Added a test | Michele Simionato | 2019-03-15 | 1 | -0/+18 | |
| | ||||||
* | BUG: Allow an argument | Eric Larson | 2019-03-04 | 1 | -1/+1 | |
| | ||||||
* | Tagged 4.3.24.3.2 | Michele Simionato | 2019-01-24 | 1 | -1/+1 | |
| | ||||||
* | Fix | Michele Simionato | 2018-11-04 | 1 | -4/+4 | |
| | ||||||
* | Added a test for decorating generators | Michele Simionato | 2018-11-04 | 2 | -17/+30 | |
| | ||||||
* | Fixed issue with coroutines in python 3.5: indeed unfortunately they appear ↵ | Sylvain Marie | 2018-10-26 | 1 | -1/+12 | |
| | | | | as generator functions in python 3.5. | |||||
* | Improved `decorate` so as to support generator callers. Fixes #56 | Sylvain Marie | 2018-10-26 | 1 | -3/+18 | |
| | ||||||
* | Bumped release to 4.3.14.3.1 | Michele Simionato | 2018-08-04 | 1 | -1/+1 | |
| | ||||||
* | Fixed test | Michele Simionato | 2018-08-04 | 1 | -1/+1 | |
| | ||||||
* | Fixed test | Michele Simionato | 2018-08-04 | 1 | -1/+1 | |
| | ||||||
* | Support for Python 3.7 | Michele Simionato | 2018-08-04 | 3 | -18/+23 | |
| | ||||||
* | Added the path to the decorator module in the virtual file path | Michele Simionato | 2018-07-27 | 1 | -1/+2 | |
| | ||||||
* | Fixed docs [skip CI] | Michele Simionato | 2018-04-15 | 1 | -13/+2 | |
| | ||||||
* | Updated docs [skip CI]4.3.0 | Michele Simionato | 2018-04-15 | 1 | -4/+4 | |
| | ||||||
* | Updated docs [skip CI] | Michele Simionato | 2018-04-15 | 1 | -5/+19 | |
| | ||||||
* | Updated docs | Michele Simionato | 2018-04-15 | 2 | -18/+20 | |
| | ||||||
* | Fixed decorator factories with positional arguments | Michele Simionato | 2018-04-15 | 3 | -8/+8 | |
| | ||||||
* | Additional test | Michele Simionato | 2018-04-15 | 1 | -14/+13 | |
| | ||||||
* | PEP8 fix | Michele Simionato | 2018-04-15 | 1 | -0/+1 | |
| | ||||||
* | PEP8 fix | Michele Simionato | 2018-04-15 | 1 | -1/+1 | |
| | ||||||
* | Fix for Python 2 | Michele Simionato | 2018-04-15 | 1 | -2/+2 | |
| | ||||||
* | Fixed tests | Michele Simionato | 2018-04-15 | 2 | -15/+9 | |
| | ||||||
* | Refined default args | Michele Simionato | 2018-03-25 | 2 | -23/+18 | |
| | ||||||
* | Added a test_add1 | Michele Simionato | 2018-01-14 | 1 | -0/+11 | |
| | ||||||
* | Fixed IPython issue4.2.1 | Michele Simionato | 2018-01-14 | 2 | -2/+9 | |
| | ||||||
* | Small simplification | Michele Simionato | 2018-01-14 | 1 | -21/+16 | |
| | ||||||
* | Cleanup4.2.0 | Michele Simionato | 2018-01-14 | 1 | -13/+10 | |
| | ||||||
* | Merge branch 'master' of github.com:micheles/decorator into 4.2.0 | Michele Simionato | 2018-01-14 | 1 | -1/+6 | |
|\ |