| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | Minor cleanup | Michele Simionato | 2013-11-24 | 1 | -16/+23 |
| * | Worked on decorator 3.4 | Michele Simionato | 2012-10-18 | 1 | -34/+65 |
| * | Fixed a bug with kwonly args in Python 3.X | Michele Simionato | 2012-04-23 | 1 | -14/+20 |
| * | Fixed the license | Michele Simionato | 2011-11-09 | 1 | -22/+26 |
| * | Fixed a bug with __kwdefaults__ for Python 3 | Michele Simionato | 2011-09-01 | 1 | -1/+2 |
| * | Added __wrapped__ even to the high level usage of decorator | Michele Simionato | 2011-04-22 | 1 | -1/+1 |
| * | Decorator 3.3.1: micro-fixes for compatibility with Python 3.2. | Michele Simionato | 2011-04-22 | 1 | -2/+2 |
| * | Fixed a doctest broken in Python 3.2 | Michele Simionato | 2011-04-11 | 1 | -1/+1 |
| * | Added support for function annotations | Michele Simionato | 2011-01-01 | 1 | -6/+37 |
| * | Fixed func_globals in the decorated function (release 3.2.1) | Michele Simionato | 2010-11-28 | 1 | -14/+20 |
