summaryrefslogtreecommitdiff
path: root/src/tests/test.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed an import error breaking Python 3.64.0.11Michele Simionato2017-01-151-1/+1
* Add blank lines after code object, class of function definition.stepshal2016-10-081-0/+2
* Added a doctest: +ELLIPSIS to fix old Python versionsMichele Simionato2015-12-091-1/+2
* Documented the quirk when decorating functions with keyword argumentsMichele Simionato2015-12-091-1/+13
* Ensure each generated function has a unique filenameZev Benjamin2015-09-241-1/+28
* __qualname__ should be added only for Python >= 3.3Michele Simionato2015-07-281-2/+2
* Fixed bug with __qualname__Michele Simionato2015-07-281-0/+7
* Introduced dispatch_infoMichele Simionato2015-07-241-1/+1
* Improved tests and docsMichele Simionato2015-07-231-38/+31
* More algorithmic fixesMichele Simionato2015-07-231-1/+2
* Fixed the mros algorithmMichele Simionato2015-07-231-29/+24
* Changed the implementation of generic functionsMichele Simionato2015-07-231-29/+16
* Used vancestors instead of abcsMichele Simionato2015-07-221-2/+2
* Fixed assertRaises in Python 2.6Michele Simionato2015-07-221-7/+17
* Added a setup.cfg for universal wheelsMichele Simionato2015-07-221-1/+1
* Refined the virtual ancestors management and the testsMichele Simionato2015-07-221-53/+58
* First version of dispatch_onMichele Simionato2015-07-211-0/+376