summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixed docsMichele Simionato2015-03-162-4/+3
| * Added Python 3.2 testingMichele Simionato2015-03-161-0/+1
| * Added a script test.py working both with Python 2 and 3Michele Simionato2015-03-166-24/+25
| * The decorated function dictionary is a copy of the original function dictionaryMichele Simionato2015-03-163-8/+7
* | Merge branch 'master' of github.com:micheles/decoratorMichele Simionato2015-03-160-0/+0
|\ \
| * \ Merge pull request #1 from micheles/3.4.1Michele Simionato2015-03-1614-6224/+11548
| |\ \
* | \ \ Merge branch '3.4.1'Michele Simionato2015-03-1615-6233/+11576
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fixed a misprintMichele Simionato2015-03-161-1/+1
| * | Initial travis supportMichele Simionato2015-03-163-12/+13
| * | Supported implementations without sys._getframeMichele Simionato2015-03-163-2/+20
| |/
| * Rebuilt the docsMichele Simionato2015-03-169-3806/+9148
| * Initial changes for decorator 3.4.1Michele Simionato2015-03-1610-2430/+2412
* | Merge branch 'devel'Michele Simionato2013-11-2414-0/+13365
|\ \ | |/
| * Minor cleanupMichele Simionato2013-11-246-61/+51
| * Worked on decorator 3.4Michele Simionato2012-10-1810-1946/+2550
| * Fixed a bug with kwonly args in Python 3.XMichele Simionato2012-04-233-27/+37
| * Fixed the licenseMichele Simionato2011-11-093-54/+58
| * Updated the documentation for decorator 3.3.2Michele Simionato2011-09-014-14/+14
| * Fixed a bug with __kwdefaults__ for Python 3Michele Simionato2011-09-013-1/+13
| * Fixed two tests of the decorator moduleMichele Simionato2011-07-151-3/+8
| * Merged from default a few bug fixesMichele Simionato2011-04-220-0/+0
| |\
| * | Added __wrapped__ even to the high level usage of decoratorMichele Simionato2011-04-221-1/+1
| * | Added a note about the Python 3 classifier in decorator/setup.pyMichele Simionato2011-04-221-1/+2
| * | Decorator 3.3.1: micro-fixes for compatibility with Python 3.2.Michele Simionato2011-04-2210-1572/+1548
| * | Merged devel into default for release 0.8.1 of placMichele Simionato2011-04-113-3/+5
| |\ \ | | |/
| | * Fixed a doctest broken in Python 3.2Michele Simionato2011-04-113-3/+5
| * | Added a link to the GoogleCode repository in the READMEMichele Simionato2011-02-041-0/+8
| |/
| * Added Python 3 to the list of supported languages for the decorator module; v...Michele Simionato2011-01-263-0/+5
| * Changed the syntax coloringMichele Simionato2011-01-014-427/+378
| * Added support for function annotationsMichele Simionato2011-01-0110-2413/+2796
| * Updated the documentation of decorator 3.2.1Michele Simionato2010-11-284-2314/+2350
| * Fixed func_globals in the decorated function (release 3.2.1)Michele Simionato2010-11-285-17/+51
| * Renamed optionparser to clap and added a much smarter interfaceMichele Simionato2010-05-281-1/+1
| * Used python3 as default language to build the source distribution of the deco...Michele Simionato2010-05-251-1/+1
| * Regenerated the doc for decorator-3.2.0Michele Simionato2010-05-255-67/+74
| * Synchronized documentation.py and documentation3.pyMichele Simionato2010-05-251-12/+4
| * Added a small note about documentation.py not running in Python 2.4msimionato2010-05-242-7/+16
| * Fixed the index.htmlmicheles2010-05-221-7/+23
| * Minor fixesmicheles2010-05-222-2/+7
| * Fixed a few linksmicheles2010-05-221-4/+4
| * Various improvements to the documentationmicheles2010-05-229-403/+8001
| * Version 3.2 of the decorator modulemicheles2010-05-2212-78/+3416
| * Recovered my repositorymicheles2010-03-283-0/+0
| * Work for decorator version 3.2michele.simionato2010-01-215-169/+48
| * Release 3.1.2michele.simionato2009-08-265-16/+51
| * Decorator 3.1.1michele.simionato2009-08-184-10/+32
| * Fixed a newline bugmichele.simionato2009-08-171-1/+1
| * Decorator 3.1 (really!)michele.simionato2009-08-162-47/+45
| * Decorator module, version 3.1michele.simionato2009-08-164-95/+155
| * Improved the TailRecursive decorator by using George Sakkis's versionmichele.simionato2009-04-211-18/+17