summaryrefslogtreecommitdiff
path: root/src/tests/documentation.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed testargMichele Simionato2019-03-181-9/+0
* Improved docsMichele Simionato2019-03-181-0/+3
* Improved docsMichele Simionato2019-03-181-0/+6
* Merge branch 'master' into argMichele Simionato2019-03-181-1/+1
|\
| * Fixed the copyright year4.4.0Michele Simionato2019-03-161-1/+1
* | Enabled required arguments in the callerMichele Simionato2019-03-181-15/+4
* | decorator.arg functionalityMichele Simionato2019-03-161-3/+3
|/
* Doc fixesMichele Simionato2019-03-161-11/+15
* Fixed docsMichele Simionato2019-03-161-1/+1
* Reverted the decorator factory sintax to v4.2 and bumped the release to 4.4Michele Simionato2019-03-161-8/+25
* Converted the docs from .rst to .mdMichele Simionato2019-03-161-355/+384
* Added a testMichele Simionato2019-03-151-0/+18
* Support for Python 3.7Michele Simionato2018-08-041-11/+13
* Fixed docs [skip CI]Michele Simionato2018-04-151-13/+2
* Updated docs [skip CI]4.3.0Michele Simionato2018-04-151-4/+4
* Updated docs [skip CI]Michele Simionato2018-04-151-5/+19
* Updated docsMichele Simionato2018-04-151-17/+19
* Fixed decorator factories with positional argumentsMichele Simionato2018-04-151-4/+4
* Additional testMichele Simionato2018-04-151-14/+13
* Fixed testsMichele Simionato2018-04-151-8/+7
* Refined default argsMichele Simionato2018-03-251-11/+11
* Cleanup4.2.0Michele Simionato2018-01-141-13/+10
* Added a facility for decorator factoriesMichele Simionato2018-01-141-20/+60
* Updated the docsMichele Simionato2017-07-231-2/+17
* Doc fixrelease-4.1.1Michele Simionato2017-07-161-2/+2
* Small fix [skip CI]Michele Simionato2017-07-151-1/+1
* Fixed docsMichele Simionato2017-07-151-1/+0
* Generating the documentation for ReadTheDocsMichele Simionato2017-07-151-4/+3
* Work on branch 4.1.04.1.0Michele Simionato2017-07-151-2/+62
* Tested with Python 3.6Michele Simionato2017-01-151-19/+30
* Merge pull request #38 from stepshal/misspellingsMichele Simionato2016-10-081-3/+3
|\
| * Fix misspellingsstepshal2016-10-081-3/+3
* | Add blank lines after code object, class of function definition.stepshal2016-10-081-0/+4
|/
* Remove trailing whitespace.stepshal2016-10-081-28/+28
* Fix a typo in the documentationAndreas Pelme2016-10-071-1/+1
* Merge branch 'master' of github.com:micheles/decoratorMichele Simionato2016-06-071-1/+1
|\
| * Fix minor typo in the docPhilippe Ombredanne2016-05-081-1/+1
* | Refined the documentationMichele Simionato2016-02-111-69/+73
|/
* Some fixes to the documentation and the CSSMichele Simionato2016-02-111-116/+120
* Minor edits (formatting, phrasing, and clarity)Zearin2016-02-091-360/+417
* Fixed the documentation4.0.7Michele Simionato2016-02-061-0/+1
* Fixed code-block::Michele Simionato2015-12-091-2/+2
* Added a doctest: +ELLIPSIS to fix old Python versionsMichele Simionato2015-12-091-4/+4
* Documented the quirk when decorating functions with keyword argumentsMichele Simionato2015-12-091-4/+43
* Fixed misprint in the docsMichele Simionato2015-10-041-1/+1
* Added a docstring to the memoize example4.0.3Michele Simionato2015-09-251-0/+5
* Fixed the docsMichele Simionato2015-09-211-1/+4
* __qualname__ should be added only for Python >= 3.3Michele Simionato2015-07-281-6/+6
* Fixed bug with __qualname__Michele Simionato2015-07-281-3/+2
* Improvements to the docsMichele Simionato2015-07-241-43/+54