summaryrefslogtreecommitdiff
path: root/src/tests/test.py
Commit message (Expand)AuthorAgeFilesLines
* Initial work for decorator 4.5Michele Simionato2020-03-151-4/+8
* Fix: sys.version compared to string (python3.10), use sys.version_infoHugo2020-01-081-2/+2
* Fixed testMichele Simionato2019-03-161-1/+1
* Added a test for decorating generatorsMichele Simionato2018-11-041-0/+17
* Fixed testMichele Simionato2018-08-041-1/+1
* Fixed testMichele Simionato2018-08-041-1/+1
* Support for Python 3.7Michele Simionato2018-08-041-6/+9
* Fixed decorator factories with positional argumentsMichele Simionato2018-04-151-2/+2
* Added a test_add1Michele Simionato2018-01-141-0/+11
* Fixed IPython issue4.2.1Michele Simionato2018-01-141-0/+6
* Updated the docsMichele Simionato2017-07-231-1/+11
* Now the coroutine signature is determined by the callerMichele Simionato2017-07-231-1/+0
* 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
* 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