| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed testarg | Michele Simionato | 2019-03-18 | 2 | -18/+0 |
| * | Improved docs | Michele Simionato | 2019-03-18 | 2 | -0/+6 |
| * | Improved docs | Michele Simionato | 2019-03-18 | 3 | -64/+56 |
| * | Merge branch 'master' into arg | Michele Simionato | 2019-03-18 | 3 | -2/+10 |
| |\ | |||||
| | * | 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 |
| * | | Enabled required arguments in the caller | Michele Simionato | 2019-03-18 | 2 | -24/+24 |
| * | | More work | Michele Simionato | 2019-03-16 | 1 | -9/+11 |
| * | | Docstring | Michele Simionato | 2019-03-16 | 1 | -0/+9 |
| * | | decorator.arg functionality | Michele Simionato | 2019-03-16 | 1 | -3/+3 |
| * | | decorator.arg functionality | Michele Simionato | 2019-03-16 | 1 | -2/+17 |
| |/ | |||||
| * | 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 |
| * | | Converted the docs from .rst to .md | Michele Simionato | 2019-03-16 | 3 | -364/+387 |
| |/ | |||||
| * | 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 |
| * | | Added an index.md experimentally | Michele Simionato | 2019-03-16 | 1 | -0/+1 |
| |/ | |||||
| * | Added a test | Michele Simionato | 2019-03-15 | 1 | -0/+18 |
| * | Fixed dist: xenial | Michele Simionato | 2019-03-05 | 1 | -0/+1 |
| * | Removed sudo: false | Michele Simionato | 2019-03-05 | 1 | -4/+0 |
| * | Updated CHANGES.md | Michele Simionato | 2019-03-05 | 1 | -0/+3 |
| * | Merge pull request #63 from larsoner/args | Michele Simionato | 2019-03-05 | 1 | -1/+1 |
| |\ | |||||
| | * | BUG: Allow an argument | Eric Larson | 2019-03-04 | 1 | -1/+1 |
| |/ | |||||
| * | Tagged 4.3.24.3.2 | Michele Simionato | 2019-01-24 | 4 | -4/+6 |
| * | Updated CHANGES.md | Michele Simionato | 2019-01-24 | 1 | -1/+1 |
| * | Merge branch 'master' of github.com:micheles/decorator | Michele Simionato | 2019-01-24 | 2 | -12/+16 |
| |\ | |||||
| | * | Merge pull request #60 from sobolevn/feature-37-support | Michele Simionato | 2018-12-26 | 2 | -12/+16 |
| | |\ | |||||
| | | * | Adds python3.7 support | sobolevn | 2018-12-26 | 2 | -12/+16 |
| | |/ | |||||
| * | | Updated README | Michele Simionato | 2019-01-24 | 1 | -0/+3 |
| |/ | |||||
| * | Added python_requires in setup.py | Michele Simionato | 2018-11-04 | 2 | -1/+3 |
| * | Fix | Michele Simionato | 2018-11-04 | 1 | -4/+4 |
| * | Added a test for decorating generators | Michele Simionato | 2018-11-04 | 3 | -17/+36 |
| * | Merge pull request #57 from smarie/master | Michele Simionato | 2018-11-04 | 1 | -3/+29 |
| |\ | |||||
| | * | Fixed issue with coroutines in python 3.5: indeed unfortunately they appear a... | Sylvain Marie | 2018-10-26 | 1 | -1/+12 |
| | * | Improved `decorate` so as to support generator callers. Fixes #56 | Sylvain Marie | 2018-10-26 | 1 | -3/+18 |
| |/ | |||||
