summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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