Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | Enable pylint to support decorator.contextmanager | David Allouche | 2018-01-10 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using decorator.contextmanager trigger the pylint error E1129 (not-context-manager). Pylint has a configuration option for this: # List of decorators that produce context managers, such as # contextlib.contextmanager. Add to this list to register other decorators that # produce valid context managers. contextmanager-decorators=contextlib.contextmanager,decorator.contextmanager But the current implementation of decorator.contextmanager prevents this from working. Changing contextmanager to be a simple function fixes the issue. | ||||
* | | Fixed Python 2.6 | Michele Simionato | 2018-01-14 | 1 | -2/+2 |
| | | |||||
* | | Added a facility for decorator factories | Michele Simionato | 2018-01-14 | 2 | -27/+81 |
|/ | |||||
* | Updated the docs | Michele Simionato | 2017-07-23 | 3 | -6/+29 |
| | |||||
* | Now the coroutine signature is determined by the caller | Michele Simionato | 2017-07-23 | 2 | -4/+4 |
| | |||||
* | Doc fixrelease-4.1.1 | Michele Simionato | 2017-07-16 | 1 | -2/+2 |
| | |||||
* | Small fix [skip CI] | Michele Simionato | 2017-07-15 | 1 | -1/+1 |
| | |||||
* | Fixed docs | Michele Simionato | 2017-07-15 | 1 | -1/+0 |
| | |||||
* | Removed the .pdf from the repo | Michele Simionato | 2017-07-15 | 1 | -1/+1 |
| | |||||
* | Generating the documentation for ReadTheDocs | Michele Simionato | 2017-07-15 | 1 | -4/+3 |
| | |||||
* | Work on branch 4.1.04.1.0 | Michele Simionato | 2017-07-15 | 2 | -3/+63 |
| | |||||
* | Fixed bug in the decoration of coroutines | Michele Simionato | 2017-06-06 | 2 | -13/+19 |
| | |||||
* | Preserving iscoroutinefunction for Python 3.5 coroutines | Michele Simionato | 2017-06-03 | 2 | -2/+27 |
| | |||||
* | Fixed an import error breaking Python 3.64.0.11 | Michele Simionato | 2017-01-15 | 1 | -1/+1 |
| | |||||
* | Fixed Python 2 issue | Michele Simionato | 2017-01-15 | 1 | -1/+1 |
| | |||||
* | Tested with Python 3.6 | Michele Simionato | 2017-01-15 | 2 | -41/+47 |
| |