| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Used vancestors instead of abcs | Michele Simionato | 2015-07-22 | 4 | -184/+185 | |
| * | | | Small fixes to the docs | Michele Simionato | 2015-07-22 | 3 | -389/+623 | |
| * | | | Added a note on FunctionMaker.create | Michele Simionato | 2015-07-22 | 3 | -333/+495 | |
| * | | | 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 | 2 | -1/+3 | |
| * | | | Added a note about __qualname__ | Michele Simionato | 2015-07-22 | 4 | -78/+82 | |
| * | | | Made setuptools mandatory, since now I am generating a wheel and build depend... | Michele Simionato | 2015-07-22 | 5 | -97/+136 | |
| * | | | More docs and tests for the case of virtual ancestors | Michele Simionato | 2015-07-22 | 4 | -342/+630 | |
| * | | | Refined the virtual ancestors management and the tests | Michele Simionato | 2015-07-22 | 6 | -1304/+1646 | |
| * | | | First version of dispatch_on | Michele Simionato | 2015-07-21 | 13 | -291/+1129 | |
| * | | | Merged from 3.4.2 | Michele Simionato | 2015-07-21 | 2 | -2/+2 | |
| |\ \ \ | | |/ | |/| | ||||||
| | * | | Release 3.4.2 identical to 3.4.13.4.2 | Michele Simionato | 2015-03-22 | 8 | -27/+28 | |
| | * | | Replace easy_install -> pip install3.4.1 | Michele Simionato | 2015-03-17 | 4 | -78/+78 | |
| | * | | Replace easy_install -> pip install | Michele Simionato | 2015-03-17 | 2 | -2/+2 | |
| * | | | Copied the __qualname__ attribute | Michele Simionato | 2015-07-21 | 6 | -690/+716 | |
| * | | | Added check on the dispatch arguments | Michele Simionato | 2015-07-20 | 4 | -40/+43 | |
| * | | | Fixed error in Python 2.6 | Michele Simionato | 2015-07-20 | 5 | -146/+170 | |
| * | | | Multidispatch, initial implementation | Michele Simionato | 2015-07-20 | 7 | -692/+2054 | |
| * | | | More work on the documentation | Michele Simionato | 2015-07-20 | 9 | -1404/+984 | |
| * | | | Simplified the concurrency example by using a Future class | Michele Simionato | 2015-07-19 | 5 | -1046/+798 | |
| * | | | Overhaul of the documentation and introduced decorator.decorate | Michele Simionato | 2015-07-19 | 6 | -1011/+973 | |
| * | | | Unified the documentation for Python 2 and 3 | Michele Simionato | 2015-07-19 | 9 | -12028/+3304 | |
| * | | | Updated the changelog and travis file | Michele Simionato | 2015-07-19 | 3 | -26/+8 | |
| * | | | Removed the need for 2to3 | Michele Simionato | 2015-07-19 | 2 | -21/+14 | |
| | |/ |/| | ||||||
| * | | Merged from 3.4.1release-3.4.2 | Michele Simionato | 2015-03-16 | 8 | -196/+236 | |
| |\ \ | |/ | ||||||
| | * | Regenerated index.html | Michele Simionato | 2015-03-16 | 3 | -22/+45 | |
| | * | Added a markdown README | Michele Simionato | 2015-03-16 | 5 | -171/+192 | |
| * | | Merge branch '3.4.1' | Michele Simionato | 2015-03-16 | 7 | -33/+33 | |
| |\ \ | |/ | ||||||
| | * | Fixed docs | Michele Simionato | 2015-03-16 | 2 | -4/+3 | |
| | * | Added Python 3.2 testing | Michele Simionato | 2015-03-16 | 1 | -0/+1 | |
| | * | Added a script test.py working both with Python 2 and 3 | Michele Simionato | 2015-03-16 | 6 | -24/+25 | |
| | * | The decorated function dictionary is a copy of the original function dictionary | Michele Simionato | 2015-03-16 | 3 | -8/+7 | |
| * | | Merge branch 'master' of github.com:micheles/decorator | Michele Simionato | 2015-03-16 | 0 | -0/+0 | |
| |\ \ | ||||||
| | * \ | Merge pull request #1 from micheles/3.4.1 | Michele Simionato | 2015-03-16 | 14 | -6224/+11548 | |
| | |\ \ | ||||||
| * | \ \ | Merge branch '3.4.1' | Michele Simionato | 2015-03-16 | 15 | -6233/+11576 | |
| |\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| | * | | Fixed a misprint | Michele Simionato | 2015-03-16 | 1 | -1/+1 | |
| | * | | Initial travis support | Michele Simionato | 2015-03-16 | 3 | -12/+13 | |
| | * | | Supported implementations without sys._getframe | Michele Simionato | 2015-03-16 | 3 | -2/+20 | |
| | |/ | ||||||
| | * | Rebuilt the docs | Michele Simionato | 2015-03-16 | 9 | -3806/+9148 | |
| | * | Initial changes for decorator 3.4.1 | Michele Simionato | 2015-03-16 | 10 | -2430/+2412 | |
| * | | Merge branch 'devel' | Michele Simionato | 2013-11-24 | 14 | -0/+13365 | |
| |\ \ | |/ | ||||||
| | * | Minor cleanup | Michele Simionato | 2013-11-24 | 6 | -61/+51 | |
| | * | Worked on decorator 3.4 | Michele Simionato | 2012-10-18 | 10 | -1946/+2550 | |
| | * | Fixed a bug with kwonly args in Python 3.X | Michele Simionato | 2012-04-23 | 3 | -27/+37 | |
| | * | Fixed the license | Michele Simionato | 2011-11-09 | 3 | -54/+58 | |
| | * | Updated the documentation for decorator 3.3.2 | Michele Simionato | 2011-09-01 | 4 | -14/+14 | |
| | * | Fixed a bug with __kwdefaults__ for Python 3 | Michele Simionato | 2011-09-01 | 3 | -1/+13 | |
| | * | Fixed two tests of the decorator module | Michele Simionato | 2011-07-15 | 1 | -3/+8 | |
| | * | Merged from default a few bug fixes | Michele Simionato | 2011-04-22 | 0 | -0/+0 | |
| | |\ | ||||||
| | * | | Added __wrapped__ even to the high level usage of decorator | Michele Simionato | 2011-04-22 | 1 | -1/+1 | |
