summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-153-4/+51
|
* Merge pull request #83 from altendky/patch-1Michele Simionato2020-03-141-2/+2
|\ | | | | Typo 'it to' -> 'is to'
| * Typo 'it to' -> 'is to'Kyle Altendorf2020-03-041-2/+2
|/
* Updated setup.py [skip CI]4.4.2Michele Simionato2020-02-291-0/+2
|
* Release 4.4.2Michele Simionato2020-02-293-5/+16
|
* Merge pull request #81 from micheles/slowMichele Simionato2020-02-291-1/+3
|\ | | | | Fixed "operation is slow" tests
| * Fixed "operation is slow" testsMichele Simionato2020-02-291-1/+3
|/
* Merge pull request #79 from Infinisil/fix-warn-slow-testMichele Simionato2020-02-181-1/+1
|\ | | | | Don't use strictly larger for warn_slow test
| * 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
* Merge pull request #78 from hugovk/fix-flake8-2020Michele Simionato2020-01-153-5/+5
|\ | | | | Fix for Python 3.10
| * 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
| |
* | Merge pull request #77 from hugovk/add-3.8Michele Simionato2020-01-151-8/+7
|\ \ | |/ |/| Test on Python 3.8
| * Test Python 3.8 and simplify matrix as Xenial is the defaultHugo2020-01-081-8/+7
|/
* Merge pull request #76 from hroncok/python39Michele Simionato2020-01-072-37/+40
|\ | | | | Python 3.9 fixes
| * On Python 3.9, we cannot longer avoid using collections.abcMiro Hrončok2020-01-052-36/+39
| | | | | | | | 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
* Merge pull request #74 from micheles/__file__Michele Simionato2019-11-031-2/+1
|\ | | | | Removed __file__
| * Remove __file__Michele Simionato2019-11-031-2/+1
|/
* Fixed a link [skip CI]Michele Simionato2019-10-271-1/+1
|
* Fixed MakefileMichele Simionato2019-10-271-1/+1
|
* Changed description to Decorators for HumansMichele Simionato2019-10-277-15/+20
|
* Travis removed support for Python 2.6, 3.2 and 3.34.4.1Michele Simionato2019-07-151-3/+0
|
* Merge pull request #70 from pohlt/patch-1Michele Simionato2019-07-151-1/+1
|\ | | | | Fix link to documentation
| * Fix link to documentationTom Pohl2019-07-151-1/+1
|/ | | Change the documentation link to the rendered markdown file and not its raw version
* Merge pull request #66 from pmav99/masterMichele Simionato2019-04-232-2/+6
|\ | | | | docs: Create ba decorator
| * docs: Create ba decoratorPanos Mavrogiorgos2019-04-222-2/+6
|/
* Small change to the docs suggested by https://github.com/yjqiangMichele Simionato2019-04-101-2/+2
|
* Another doc linkMichele Simionato2019-03-161-0/+1
|
* Another doc linkMichele Simionato2019-03-161-0/+1
|
* Added links to the old documentationMichele Simionato2019-03-161-0/+6
|
* Fixed the copyright year4.4.0Michele Simionato2019-03-162-2/+2
|
* Fixed README.rstMichele Simionato2019-03-161-0/+30
|
* FixMichele Simionato2019-03-162-1/+60
|
* Readded README.mdMichele Simionato2019-03-161-0/+1
|
* Restored .rst READMEMichele Simionato2019-03-162-90/+1
|
* Doc fixesMichele Simionato2019-03-162-22/+30
|
* Fixed MakefileMichele Simionato2019-03-161-1/+1
|
* Fixed docsMichele Simionato2019-03-163-2/+3
|
* Fixed link to the docsMichele Simionato2019-03-161-3/+2
|
* Merge branch 'master' of github.com:micheles/decoratorMichele Simionato2019-03-161-0/+1
|\
| * Set theme jekyll-theme-minimalMichele Simionato2019-03-161-0/+1
| |
* | Merged from markdownMichele Simionato2019-03-161-2/+2
| |
* | Fixed markdownMichele Simionato2019-03-161-10/+9
| |
* | Fixed testMichele Simionato2019-03-161-1/+1
| |
* | Small fixMichele Simionato2019-03-161-1/+1
| |
* | Reverted the decorator factory sintax to v4.2 and bumped the release to 4.4Michele Simionato2019-03-166-475/+525
| |