summaryrefslogtreecommitdiff
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Work on branch 4.1.04.1.0Michele Simionato2017-07-151-2/+62
* Fixed bug in the decoration of coroutinesMichele Simionato2017-06-061-10/+13
* Preserving iscoroutinefunction for Python 3.5 coroutinesMichele Simionato2017-06-031-0/+15
* Fixed an import error breaking Python 3.64.0.11Michele Simionato2017-01-151-1/+1
* 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-082-0/+6
|/
* 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-092-5/+6
* Documented the quirk when decorating functions with keyword argumentsMichele Simionato2015-12-092-5/+56
* Fixed misprint in the docsMichele Simionato2015-10-041-1/+1
* Merge pull request #15 from zbenjamin/masterMichele Simionato2015-09-251-1/+28
|\
| * Ensure each generated function has a unique filenameZev Benjamin2015-09-241-1/+28
* | 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-282-8/+8
* Fixed bug with __qualname__Michele Simionato2015-07-282-3/+9
* Improvements to the docsMichele Simionato2015-07-241-43/+54
* Introduced dispatch_infoMichele Simionato2015-07-242-28/+75
* Removed dependency from inspect.getargspecMichele Simionato2015-07-241-9/+10
* Improved tests and docsMichele Simionato2015-07-232-79/+101
* More algorithmic fixesMichele Simionato2015-07-232-13/+14
* Fixed the mros algorithmMichele Simionato2015-07-232-83/+113
* Changed the implementation of generic functionsMichele Simionato2015-07-232-81/+44
* Used vancestors instead of abcsMichele Simionato2015-07-221-2/+2
* Small fixes to the docsMichele Simionato2015-07-221-33/+60
* Added a note on FunctionMaker.createMichele Simionato2015-07-221-1/+13
* Fixed assertRaises in Python 2.6Michele Simionato2015-07-221-7/+17
* Added a setup.cfg for universal wheelsMichele Simionato2015-07-221-1/+1
* 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-222-105/+158
* First version of dispatch_onMichele Simionato2015-07-213-0/+1717