summaryrefslogtreecommitdiff
path: root/src/tests/documentation.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduced dispatch_infoMichele Simionato2015-07-241-27/+74
* Removed dependency from inspect.getargspecMichele Simionato2015-07-241-9/+10
* Improved tests and docsMichele Simionato2015-07-231-41/+70
* More algorithmic fixesMichele Simionato2015-07-231-12/+12
* Fixed the mros algorithmMichele Simionato2015-07-231-54/+89
* Changed the implementation of generic functionsMichele Simionato2015-07-231-52/+28
* Small fixes to the docsMichele Simionato2015-07-221-33/+60
* Added a note on FunctionMaker.createMichele Simionato2015-07-221-1/+13
* Added a note about __qualname__Michele Simionato2015-07-221-6/+8
* Made setuptools mandatory, since now I am generating a wheel and build depend...Michele Simionato2015-07-221-12/+26
* More docs and tests for the case of virtual ancestorsMichele Simionato2015-07-221-19/+57
* Refined the virtual ancestors management and the testsMichele Simionato2015-07-221-52/+100
* First version of dispatch_onMichele Simionato2015-07-211-0/+1341