summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bumped the release number to 4.0.14.0.1Michele Simionato2015-07-281-1/+1
* __qualname__ should be added only for Python >= 3.3Michele Simionato2015-07-282-8/+8
* Fixed bug with __qualname__Michele Simionato2015-07-283-6/+14
* Improvements to the docsMichele Simionato2015-07-241-43/+54
* Introduced dispatch_infoMichele Simionato2015-07-243-46/+102
* Fixed getargspecMichele Simionato2015-07-241-14/+17
* Removed dependency from inspect.getargspecMichele Simionato2015-07-242-23/+33
* Improved tests and docsMichele Simionato2015-07-232-79/+101
* More algorithmic fixesMichele Simionato2015-07-233-16/+19
* Fixed the mros algorithmMichele Simionato2015-07-233-112/+136
* Changed the implementation of generic functionsMichele Simionato2015-07-233-137/+101
* Used vancestors instead of abcsMichele Simionato2015-07-222-31/+33
* Small fixes to the docsMichele Simionato2015-07-221-33/+60
* Added a note on FunctionMaker.createMichele Simionato2015-07-221-1/+13
* Fixed assertRaises in Python 2.6Michele Simionato2015-07-221-7/+17
* Added a setup.cfg for universal wheelsMichele Simionato2015-07-221-1/+1
* Added a note about __qualname__Michele Simionato2015-07-221-6/+8
* Made setuptools mandatory, since now I am generating a wheel and build depend...Michele Simionato2015-07-221-12/+26
* 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