Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -17/+19 |
* | Fixed decorator factories with positional arguments | Michele Simionato | 2018-04-15 | 1 | -4/+4 |
* | Additional test | Michele Simionato | 2018-04-15 | 1 | -14/+13 |
* | Fixed tests | Michele Simionato | 2018-04-15 | 1 | -8/+7 |
* | Refined default args | Michele Simionato | 2018-03-25 | 1 | -11/+11 |
* | Cleanup4.2.0 | Michele Simionato | 2018-01-14 | 1 | -13/+10 |
* | Added a facility for decorator factories | Michele Simionato | 2018-01-14 | 1 | -20/+60 |
* | Updated the docs | Michele Simionato | 2017-07-23 | 1 | -2/+17 |
* | 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 |
* | 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 | 1 | -2/+62 |
* | Tested with Python 3.6 | Michele Simionato | 2017-01-15 | 1 | -19/+30 |
* | Merge pull request #38 from stepshal/misspellings | Michele Simionato | 2016-10-08 | 1 | -3/+3 |
|\ | |||||
| * | Fix misspellings | stepshal | 2016-10-08 | 1 | -3/+3 |
* | | Add blank lines after code object, class of function definition. | stepshal | 2016-10-08 | 1 | -0/+4 |
|/ | |||||
* | Remove trailing whitespace. | stepshal | 2016-10-08 | 1 | -28/+28 |
* | Fix a typo in the documentation | Andreas Pelme | 2016-10-07 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:micheles/decorator | Michele Simionato | 2016-06-07 | 1 | -1/+1 |
|\ | |||||
| * | Fix minor typo in the doc | Philippe Ombredanne | 2016-05-08 | 1 | -1/+1 |
* | | Refined the documentation | Michele Simionato | 2016-02-11 | 1 | -69/+73 |
|/ | |||||
* | Some fixes to the documentation and the CSS | Michele Simionato | 2016-02-11 | 1 | -116/+120 |
* | Minor edits (formatting, phrasing, and clarity) | Zearin | 2016-02-09 | 1 | -360/+417 |
* | Fixed the documentation4.0.7 | Michele Simionato | 2016-02-06 | 1 | -0/+1 |
* | Fixed code-block:: | Michele Simionato | 2015-12-09 | 1 | -2/+2 |
* | Added a doctest: +ELLIPSIS to fix old Python versions | Michele Simionato | 2015-12-09 | 1 | -4/+4 |
* | Documented the quirk when decorating functions with keyword arguments | Michele Simionato | 2015-12-09 | 1 | -4/+43 |
* | Fixed misprint in the docs | Michele Simionato | 2015-10-04 | 1 | -1/+1 |
* | Added a docstring to the memoize example4.0.3 | Michele Simionato | 2015-09-25 | 1 | -0/+5 |
* | Fixed the docs | Michele Simionato | 2015-09-21 | 1 | -1/+4 |
* | __qualname__ should be added only for Python >= 3.3 | Michele Simionato | 2015-07-28 | 1 | -6/+6 |
* | Fixed bug with __qualname__ | Michele Simionato | 2015-07-28 | 1 | -3/+2 |
* | Improvements to the docs | Michele Simionato | 2015-07-24 | 1 | -43/+54 |
* | Introduced dispatch_info | Michele Simionato | 2015-07-24 | 1 | -27/+74 |
* | Removed dependency from inspect.getargspec | Michele Simionato | 2015-07-24 | 1 | -9/+10 |
* | Improved tests and docs | Michele Simionato | 2015-07-23 | 1 | -41/+70 |
* | More algorithmic fixes | Michele Simionato | 2015-07-23 | 1 | -12/+12 |
* | Fixed the mros algorithm | Michele Simionato | 2015-07-23 | 1 | -54/+89 |
* | Changed the implementation of generic functions | Michele Simionato | 2015-07-23 | 1 | -52/+28 |
* | Small fixes to the docs | Michele Simionato | 2015-07-22 | 1 | -33/+60 |
* | Added a note on FunctionMaker.create | Michele Simionato | 2015-07-22 | 1 | -1/+13 |
* | Added a note about __qualname__ | Michele Simionato | 2015-07-22 | 1 | -6/+8 |
* | Made setuptools mandatory, since now I am generating a wheel and build depend... | Michele Simionato | 2015-07-22 | 1 | -12/+26 |
* | More docs and tests for the case of virtual ancestors | Michele Simionato | 2015-07-22 | 1 | -19/+57 |
* | Refined the virtual ancestors management and the tests | Michele Simionato | 2015-07-22 | 1 | -52/+100 |
* | First version of dispatch_on | Michele Simionato | 2015-07-21 | 1 | -0/+1341 |