| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed file x.py accidentally entered in the tarball | Michele Simionato | 2015-12-11 | 1 | -1/+1 |
| * | Fixed code-block:: | Michele Simionato | 2015-12-09 | 1 | -2/+2 |
| * | Added a doctest: +ELLIPSIS to fix old Python versions | Michele Simionato | 2015-12-09 | 2 | -5/+6 |
| * | Documented the quirk when decorating functions with keyword arguments | Michele Simionato | 2015-12-09 | 3 | -7/+56 |
| * | Some cleanup | Michele Simionato | 2015-12-09 | 1 | -3/+0 |
| * | Avoided copying the globals | Michele Simionato | 2015-12-09 | 1 | -6/+2 |
| * | Small renaming | Michele Simionato | 2015-11-02 | 1 | -1/+1 |
| * | "f" is no more a special name | Michele Simionato | 2015-11-02 | 1 | -7/+3 |
| * | Removed an unused argument | Michele Simionato | 2015-10-04 | 1 | -1/+1 |
| * | Fixed misprint in the docs | Michele Simionato | 2015-10-04 | 1 | -1/+1 |
| * | Bumped version to 4.0.44.0.4 | Michele Simionato | 2015-09-25 | 1 | -1/+1 |
| * | Merge pull request #15 from zbenjamin/master | Michele Simionato | 2015-09-25 | 2 | -2/+38 |
| |\ | |||||
| | * | Ensure each generated function has a unique filename | Zev Benjamin | 2015-09-24 | 2 | -2/+38 |
| * | | Added a docstring to the memoize example4.0.3 | Michele Simionato | 2015-09-25 | 2 | -1/+6 |
| * | | Fixed the docs | Michele Simionato | 2015-09-21 | 1 | -1/+4 |
| |/ | |||||
| * | Fixed MANIFEST.in4.0.2 | Michele Simionato | 2015-07-28 | 1 | -1/+1 |
| * | Bumped the release number to 4.0.14.0.1 | Michele Simionato | 2015-07-28 | 1 | -1/+1 |
| * | __qualname__ should be added only for Python >= 3.3 | Michele Simionato | 2015-07-28 | 2 | -8/+8 |
| * | Fixed bug with __qualname__ | Michele Simionato | 2015-07-28 | 3 | -6/+14 |
| * | Improvements to the docs | Michele Simionato | 2015-07-24 | 1 | -43/+54 |
| * | Introduced dispatch_info | Michele Simionato | 2015-07-24 | 3 | -46/+102 |
| * | Fixed getargspec | Michele Simionato | 2015-07-24 | 1 | -14/+17 |
| * | Removed dependency from inspect.getargspec | Michele Simionato | 2015-07-24 | 2 | -23/+33 |
| * | Improved tests and docs | Michele Simionato | 2015-07-23 | 2 | -79/+101 |
| * | More algorithmic fixes | Michele Simionato | 2015-07-23 | 3 | -16/+19 |
| * | Fixed the mros algorithm | Michele Simionato | 2015-07-23 | 3 | -112/+136 |
| * | Changed the implementation of generic functions | Michele Simionato | 2015-07-23 | 3 | -137/+101 |
| * | Used vancestors instead of abcs | Michele Simionato | 2015-07-22 | 2 | -31/+33 |
| * | Small fixes to the docs | Michele Simionato | 2015-07-22 | 1 | -33/+60 |
| * | Added a note on FunctionMaker.create | Michele Simionato | 2015-07-22 | 1 | -1/+13 |
| * | 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 |
| * | Added a note about __qualname__ | Michele Simionato | 2015-07-22 | 1 | -6/+8 |
| * | Made setuptools mandatory, since now I am generating a wheel and build depend... | Michele Simionato | 2015-07-22 | 1 | -12/+26 |
| * | More docs and tests for the case of virtual ancestors | Michele Simionato | 2015-07-22 | 2 | -22/+61 |
| * | Refined the virtual ancestors management and the tests | Michele Simionato | 2015-07-22 | 3 | -120/+174 |
| * | First version of dispatch_on | Michele Simionato | 2015-07-21 | 4 | -25/+1805 |
| * | Copied the __qualname__ attribute | Michele Simionato | 2015-07-21 | 1 | -4/+6 |
| * | Added check on the dispatch arguments | Michele Simionato | 2015-07-20 | 1 | -0/+4 |
| * | Fixed error in Python 2.6 | Michele Simionato | 2015-07-20 | 1 | -1/+1 |
| * | Multidispatch, initial implementation | Michele Simionato | 2015-07-20 | 1 | -0/+51 |
| * | More work on the documentation | Michele Simionato | 2015-07-20 | 1 | -4/+4 |
| * | Simplified the concurrency example by using a Future class | Michele Simionato | 2015-07-19 | 1 | -1/+1 |
| * | Overhaul of the documentation and introduced decorator.decorate | Michele Simionato | 2015-07-19 | 1 | -37/+42 |
| * | Unified the documentation for Python 2 and 3 | Michele Simionato | 2015-07-19 | 1 | -13/+7 |
| * | Removed the need for 2to3 | Michele Simionato | 2015-07-19 | 1 | -9/+10 |
| * | The decorated function dictionary is a copy of the original function dictionary | Michele Simionato | 2015-03-16 | 1 | -1/+1 |
| * | Supported implementations without sys._getframe | Michele Simionato | 2015-03-16 | 1 | -1/+6 |
| * | Rebuilt the docs | Michele Simionato | 2015-03-16 | 1 | -1/+1 |
| * | Initial changes for decorator 3.4.1 | Michele Simionato | 2015-03-16 | 1 | -39/+49 |
