summaryrefslogtreecommitdiff
path: root/documentation3.py
Commit message (Expand)AuthorAgeFilesLines
* Replace easy_install -> pip installMichele Simionato2015-03-171-1/+1
* Added a script test.py working both with Python 2 and 3Michele Simionato2015-03-161-7/+1
* The decorated function dictionary is a copy of the original function dictionaryMichele Simionato2015-03-161-2/+2
* Initial travis supportMichele Simionato2015-03-161-6/+6
* Rebuilt the docsMichele Simionato2015-03-161-10/+9
* Initial changes for decorator 3.4.1Michele Simionato2015-03-161-87/+132
* Worked on decorator 3.4Michele Simionato2012-10-181-29/+130
* Fixed a bug with kwonly args in Python 3.XMichele Simionato2012-04-231-13/+15
* Fixed the licenseMichele Simionato2011-11-091-16/+16
* Fixed a bug with __kwdefaults__ for Python 3Michele Simionato2011-09-011-0/+9
* Decorator 3.3.1: micro-fixes for compatibility with Python 3.2.Michele Simionato2011-04-221-8/+6
* Fixed a doctest broken in Python 3.2Michele Simionato2011-04-111-2/+2
* Added Python 3 to the list of supported languages for the decorator module; v...Michele Simionato2011-01-261-0/+2
* Changed the syntax coloringMichele Simionato2011-01-011-0/+8
* Added support for function annotationsMichele Simionato2011-01-011-21/+65
* Fixed func_globals in the decorated function (release 3.2.1)Michele Simionato2010-11-281-1/+1
* Various improvements to the documentationmicheles2010-05-221-10/+10
* Version 3.2 of the decorator modulemicheles2010-05-221-0/+1006