summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* More docs and tests for the case of virtual ancestorsMichele Simionato2015-07-222-22/+61
* Refined the virtual ancestors management and the testsMichele Simionato2015-07-223-120/+174
* First version of dispatch_onMichele Simionato2015-07-214-25/+1805
* Copied the __qualname__ attributeMichele Simionato2015-07-211-4/+6
* Added check on the dispatch argumentsMichele Simionato2015-07-201-0/+4
* Fixed error in Python 2.6Michele Simionato2015-07-201-1/+1
* Multidispatch, initial implementationMichele Simionato2015-07-201-0/+51
* More work on the documentationMichele Simionato2015-07-201-4/+4
* Simplified the concurrency example by using a Future classMichele Simionato2015-07-191-1/+1
* Overhaul of the documentation and introduced decorator.decorateMichele Simionato2015-07-191-37/+42
* Unified the documentation for Python 2 and 3Michele Simionato2015-07-191-13/+7
* Removed the need for 2to3Michele Simionato2015-07-191-9/+10
* The decorated function dictionary is a copy of the original function dictionaryMichele Simionato2015-03-161-1/+1
* Supported implementations without sys._getframeMichele Simionato2015-03-161-1/+6
* Rebuilt the docsMichele Simionato2015-03-161-1/+1
* Initial changes for decorator 3.4.1Michele Simionato2015-03-161-39/+49
* Minor cleanupMichele Simionato2013-11-241-16/+23
* Worked on decorator 3.4Michele Simionato2012-10-181-34/+65
* Fixed a bug with kwonly args in Python 3.XMichele Simionato2012-04-231-14/+20
* Fixed the licenseMichele Simionato2011-11-091-22/+26
* Fixed a bug with __kwdefaults__ for Python 3Michele Simionato2011-09-011-1/+2
* Added __wrapped__ even to the high level usage of decoratorMichele Simionato2011-04-221-1/+1
* Decorator 3.3.1: micro-fixes for compatibility with Python 3.2.Michele Simionato2011-04-221-2/+2
* Fixed a doctest broken in Python 3.2Michele Simionato2011-04-111-1/+1
* Added support for function annotationsMichele Simionato2011-01-011-6/+37
* Fixed func_globals in the decorated function (release 3.2.1)Michele Simionato2010-11-281-14/+20
* Renamed optionparser to clap and added a much smarter interfaceMichele Simionato2010-05-281-1/+1
* Added a small note about documentation.py not running in Python 2.4msimionato2010-05-241-1/+1
* Version 3.2 of the decorator modulemicheles2010-05-221-0/+172