| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 3 | -4/+51 |
| | | |||||
| * | Merge pull request #83 from altendky/patch-1 | Michele Simionato | 2020-03-14 | 1 | -2/+2 |
| |\ | | | | | Typo 'it to' -> 'is to' | ||||
| | * | Typo 'it to' -> 'is to' | Kyle Altendorf | 2020-03-04 | 1 | -2/+2 |
| |/ | |||||
| * | Updated setup.py [skip CI]4.4.2 | Michele Simionato | 2020-02-29 | 1 | -0/+2 |
| | | |||||
| * | Release 4.4.2 | Michele Simionato | 2020-02-29 | 3 | -5/+16 |
| | | |||||
| * | Merge pull request #81 from micheles/slow | Michele Simionato | 2020-02-29 | 1 | -1/+3 |
| |\ | | | | | Fixed "operation is slow" tests | ||||
| | * | Fixed "operation is slow" tests | Michele Simionato | 2020-02-29 | 1 | -1/+3 |
| |/ | |||||
| * | Merge pull request #79 from Infinisil/fix-warn-slow-test | Michele Simionato | 2020-02-18 | 1 | -1/+1 |
| |\ | | | | | Don't use strictly larger for warn_slow test | ||||
| | * | 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 | ||||
| * | Merge pull request #78 from hugovk/fix-flake8-2020 | Michele Simionato | 2020-01-15 | 3 | -5/+5 |
| |\ | | | | | Fix for Python 3.10 | ||||
| | * | 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 |
| | | | |||||
| * | | Merge pull request #77 from hugovk/add-3.8 | Michele Simionato | 2020-01-15 | 1 | -8/+7 |
| |\ \ | |/ |/| | Test on Python 3.8 | ||||
| | * | Test Python 3.8 and simplify matrix as Xenial is the default | Hugo | 2020-01-08 | 1 | -8/+7 |
| |/ | |||||
| * | Merge pull request #76 from hroncok/python39 | Michele Simionato | 2020-01-07 | 2 | -37/+40 |
| |\ | | | | | Python 3.9 fixes | ||||
| | * | On Python 3.9, we cannot longer avoid using collections.abc | Miro Hrončok | 2020-01-05 | 2 | -36/+39 |
| | | | | | | | | | 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 | ||||
| * | Merge pull request #74 from micheles/__file__ | Michele Simionato | 2019-11-03 | 1 | -2/+1 |
| |\ | | | | | Removed __file__ | ||||
| | * | Remove __file__ | Michele Simionato | 2019-11-03 | 1 | -2/+1 |
| |/ | |||||
| * | Fixed a link [skip CI] | Michele Simionato | 2019-10-27 | 1 | -1/+1 |
| | | |||||
| * | Fixed Makefile | Michele Simionato | 2019-10-27 | 1 | -1/+1 |
| | | |||||
| * | Changed description to Decorators for Humans | Michele Simionato | 2019-10-27 | 7 | -15/+20 |
| | | |||||
| * | Travis removed support for Python 2.6, 3.2 and 3.34.4.1 | Michele Simionato | 2019-07-15 | 1 | -3/+0 |
| | | |||||
| * | Merge pull request #70 from pohlt/patch-1 | Michele Simionato | 2019-07-15 | 1 | -1/+1 |
| |\ | | | | | Fix link to documentation | ||||
| | * | Fix link to documentation | Tom Pohl | 2019-07-15 | 1 | -1/+1 |
| |/ | | | Change the documentation link to the rendered markdown file and not its raw version | ||||
| * | Merge pull request #66 from pmav99/master | Michele Simionato | 2019-04-23 | 2 | -2/+6 |
| |\ | | | | | docs: Create ba decorator | ||||
| | * | docs: Create ba decorator | Panos Mavrogiorgos | 2019-04-22 | 2 | -2/+6 |
| |/ | |||||
| * | Small change to the docs suggested by https://github.com/yjqiang | Michele Simionato | 2019-04-10 | 1 | -2/+2 |
| | | |||||
| * | Another doc link | Michele Simionato | 2019-03-16 | 1 | -0/+1 |
| | | |||||
| * | Another doc link | Michele Simionato | 2019-03-16 | 1 | -0/+1 |
| | | |||||
| * | Added links to the old documentation | Michele Simionato | 2019-03-16 | 1 | -0/+6 |
| | | |||||
| * | Fixed the copyright year4.4.0 | Michele Simionato | 2019-03-16 | 2 | -2/+2 |
| | | |||||
| * | Fixed README.rst | Michele Simionato | 2019-03-16 | 1 | -0/+30 |
| | | |||||
| * | Fix | Michele Simionato | 2019-03-16 | 2 | -1/+60 |
| | | |||||
| * | Readded README.md | Michele Simionato | 2019-03-16 | 1 | -0/+1 |
| | | |||||
| * | Restored .rst README | Michele Simionato | 2019-03-16 | 2 | -90/+1 |
| | | |||||
| * | Doc fixes | Michele Simionato | 2019-03-16 | 2 | -22/+30 |
| | | |||||
| * | Fixed Makefile | Michele Simionato | 2019-03-16 | 1 | -1/+1 |
| | | |||||
| * | Fixed docs | Michele Simionato | 2019-03-16 | 3 | -2/+3 |
| | | |||||
| * | Fixed link to the docs | Michele Simionato | 2019-03-16 | 1 | -3/+2 |
| | | |||||
| * | Merge branch 'master' of github.com:micheles/decorator | Michele Simionato | 2019-03-16 | 1 | -0/+1 |
| |\ | |||||
| | * | Set theme jekyll-theme-minimal | Michele Simionato | 2019-03-16 | 1 | -0/+1 |
| | | | |||||
| * | | Merged from markdown | Michele Simionato | 2019-03-16 | 1 | -2/+2 |
| | | | |||||
| * | | Fixed markdown | Michele Simionato | 2019-03-16 | 1 | -10/+9 |
| | | | |||||
| * | | Fixed test | Michele Simionato | 2019-03-16 | 1 | -1/+1 |
| | | | |||||
| * | | Small fix | 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 | 6 | -475/+525 |
| | | | |||||
