| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Initial work for decorator 4.5 | Michele Simionato | 2020-03-15 | 1 | -4/+8 |
| * | Fix: sys.version compared to string (python3.10), use sys.version_info | Hugo | 2020-01-08 | 1 | -2/+2 |
| * | Fixed test | Michele Simionato | 2019-03-16 | 1 | -1/+1 |
| * | Added a test for decorating generators | Michele Simionato | 2018-11-04 | 1 | -0/+17 |
| * | Fixed test | Michele Simionato | 2018-08-04 | 1 | -1/+1 |
| * | Fixed test | Michele Simionato | 2018-08-04 | 1 | -1/+1 |
| * | Support for Python 3.7 | Michele Simionato | 2018-08-04 | 1 | -6/+9 |
| * | Fixed decorator factories with positional arguments | Michele Simionato | 2018-04-15 | 1 | -2/+2 |
| * | Added a test_add1 | Michele Simionato | 2018-01-14 | 1 | -0/+11 |
| * | Fixed IPython issue4.2.1 | Michele Simionato | 2018-01-14 | 1 | -0/+6 |
| * | Updated the docs | Michele Simionato | 2017-07-23 | 1 | -1/+11 |
| * | Now the coroutine signature is determined by the caller | Michele Simionato | 2017-07-23 | 1 | -1/+0 |
| * | Fixed bug in the decoration of coroutines | Michele Simionato | 2017-06-06 | 1 | -10/+13 |
| * | Preserving iscoroutinefunction for Python 3.5 coroutines | Michele Simionato | 2017-06-03 | 1 | -0/+15 |
| * | Fixed an import error breaking Python 3.64.0.11 | Michele Simionato | 2017-01-15 | 1 | -1/+1 |
| * | Add blank lines after code object, class of function definition. | stepshal | 2016-10-08 | 1 | -0/+2 |
| * | Added a doctest: +ELLIPSIS to fix old Python versions | Michele Simionato | 2015-12-09 | 1 | -1/+2 |
| * | Documented the quirk when decorating functions with keyword arguments | Michele Simionato | 2015-12-09 | 1 | -1/+13 |
| * | Ensure each generated function has a unique filename | Zev Benjamin | 2015-09-24 | 1 | -1/+28 |
| * | __qualname__ should be added only for Python >= 3.3 | Michele Simionato | 2015-07-28 | 1 | -2/+2 |
| * | Fixed bug with __qualname__ | Michele Simionato | 2015-07-28 | 1 | -0/+7 |
| * | Introduced dispatch_info | Michele Simionato | 2015-07-24 | 1 | -1/+1 |
| * | Improved tests and docs | Michele Simionato | 2015-07-23 | 1 | -38/+31 |
| * | More algorithmic fixes | Michele Simionato | 2015-07-23 | 1 | -1/+2 |
| * | Fixed the mros algorithm | Michele Simionato | 2015-07-23 | 1 | -29/+24 |
| * | Changed the implementation of generic functions | Michele Simionato | 2015-07-23 | 1 | -29/+16 |
| * | Used vancestors instead of abcs | Michele Simionato | 2015-07-22 | 1 | -2/+2 |
| * | Fixed assertRaises in Python 2.6 | Michele Simionato | 2015-07-22 | 1 | -7/+17 |
| * | Added a setup.cfg for universal wheels | Michele Simionato | 2015-07-22 | 1 | -1/+1 |
| * | Refined the virtual ancestors management and the tests | Michele Simionato | 2015-07-22 | 1 | -53/+58 |
| * | First version of dispatch_on | Michele Simionato | 2015-07-21 | 1 | -0/+376 |
