| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | 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 | |
| |/ | ||||||
| * | Bumped release to 4.3.14.3.1 | Michele Simionato | 2018-08-04 | 3 | -5/+7 | |
| * | 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 | 6 | -24/+30 | |
| * | Added the path to the decorator module in the virtual file path | Michele Simionato | 2018-07-27 | 2 | -2/+3 | |
| * | Fixed CHANGES.md | Michele Simionato | 2018-07-25 | 1 | -1/+1 | |
| * | Fixed references to docs/README.rst | Michele Simionato | 2018-05-12 | 4 | -7/+4 | |
| * | Moved the README | Michele Simionato | 2018-05-12 | 2 | -90/+89 | |
| * | Moved README to .rst format | Michele Simionato | 2018-05-12 | 2 | -0/+1 | |
| * | Cleanup [skip CI] | Michele Simionato | 2018-05-11 | 1 | -1/+1 | |
| * | Added section "For the impatient" | Michele Simionato | 2018-05-11 | 2 | -57/+92 | |
| * | Merge branch 'master' of github.com:micheles/decorator | Michele Simionato | 2018-04-15 | 2 | -18/+5 | |
| |\ | ||||||
| | * | Fixed version number in the PDF | Michele Simionato | 2018-04-15 | 2 | -18/+5 | |
| * | | Fixed copyright year [skip CI] | Michele Simionato | 2018-04-15 | 1 | -1/+1 | |
| |/ | ||||||
| * | Fixed docs [skip CI] | Michele Simionato | 2018-04-15 | 1 | -13/+2 | |
| * | Updated docs [skip CI]4.3.0 | Michele Simionato | 2018-04-15 | 2 | -8/+8 | |
| * | Updated docs [skip CI] | Michele Simionato | 2018-04-15 | 1 | -0/+11 | |
| * | Updated docs [skip CI] | Michele Simionato | 2018-04-15 | 2 | -21/+38 | |
| * | Updated docs | Michele Simionato | 2018-04-15 | 4 | -39/+80 | |
| * | 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 | 2 | -1/+12 | |
| * | Fixed IPython issue4.2.1 | Michele Simionato | 2018-01-14 | 4 | -4/+15 | |
