| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Fixed docs | Michele Simionato | 2015-03-16 | 2 | -4/+3 | |
| | * | Added Python 3.2 testing | Michele Simionato | 2015-03-16 | 1 | -0/+1 | |
| | * | Added a script test.py working both with Python 2 and 3 | Michele Simionato | 2015-03-16 | 6 | -24/+25 | |
| | * | The decorated function dictionary is a copy of the original function dictionary | Michele Simionato | 2015-03-16 | 3 | -8/+7 | |
| * | | Merge branch 'master' of github.com:micheles/decorator | Michele Simionato | 2015-03-16 | 0 | -0/+0 | |
| |\ \ | ||||||
| | * \ | Merge pull request #1 from micheles/3.4.1 | Michele Simionato | 2015-03-16 | 14 | -6224/+11548 | |
| | |\ \ | ||||||
| * | \ \ | Merge branch '3.4.1' | Michele Simionato | 2015-03-16 | 15 | -6233/+11576 | |
| |\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| | * | | Fixed a misprint | Michele Simionato | 2015-03-16 | 1 | -1/+1 | |
| | * | | Initial travis support | Michele Simionato | 2015-03-16 | 3 | -12/+13 | |
| | * | | Supported implementations without sys._getframe | Michele Simionato | 2015-03-16 | 3 | -2/+20 | |
| | |/ | ||||||
| | * | Rebuilt the docs | Michele Simionato | 2015-03-16 | 9 | -3806/+9148 | |
| | * | Initial changes for decorator 3.4.1 | Michele Simionato | 2015-03-16 | 10 | -2430/+2412 | |
| * | | Merge branch 'devel' | Michele Simionato | 2013-11-24 | 14 | -0/+13365 | |
| |\ \ | |/ | ||||||
| | * | Minor cleanup | Michele Simionato | 2013-11-24 | 6 | -61/+51 | |
| | * | Worked on decorator 3.4 | Michele Simionato | 2012-10-18 | 10 | -1946/+2550 | |
| | * | Fixed a bug with kwonly args in Python 3.X | Michele Simionato | 2012-04-23 | 3 | -27/+37 | |
| | * | Fixed the license | Michele Simionato | 2011-11-09 | 3 | -54/+58 | |
| | * | Updated the documentation for decorator 3.3.2 | Michele Simionato | 2011-09-01 | 4 | -14/+14 | |
| | * | Fixed a bug with __kwdefaults__ for Python 3 | Michele Simionato | 2011-09-01 | 3 | -1/+13 | |
| | * | Fixed two tests of the decorator module | Michele Simionato | 2011-07-15 | 1 | -3/+8 | |
| | * | Merged from default a few bug fixes | Michele Simionato | 2011-04-22 | 0 | -0/+0 | |
| | |\ | ||||||
| | * | | Added __wrapped__ even to the high level usage of decorator | Michele Simionato | 2011-04-22 | 1 | -1/+1 | |
| | * | | Added a note about the Python 3 classifier in decorator/setup.py | Michele Simionato | 2011-04-22 | 1 | -1/+2 | |
| | * | | Decorator 3.3.1: micro-fixes for compatibility with Python 3.2. | Michele Simionato | 2011-04-22 | 10 | -1572/+1548 | |
| | * | | Merged devel into default for release 0.8.1 of plac | Michele Simionato | 2011-04-11 | 3 | -3/+5 | |
| | |\ \ | | |/ | ||||||
| | | * | Fixed a doctest broken in Python 3.2 | Michele Simionato | 2011-04-11 | 3 | -3/+5 | |
| | * | | Added a link to the GoogleCode repository in the README | Michele Simionato | 2011-02-04 | 1 | -0/+8 | |
| | |/ | ||||||
| | * | Added Python 3 to the list of supported languages for the decorator module; v... | Michele Simionato | 2011-01-26 | 3 | -0/+5 | |
| | * | Changed the syntax coloring | Michele Simionato | 2011-01-01 | 4 | -427/+378 | |
| | * | Added support for function annotations | Michele Simionato | 2011-01-01 | 10 | -2413/+2796 | |
| | * | Updated the documentation of decorator 3.2.1 | Michele Simionato | 2010-11-28 | 4 | -2314/+2350 | |
| | * | Fixed func_globals in the decorated function (release 3.2.1) | Michele Simionato | 2010-11-28 | 5 | -17/+51 | |
| | * | Renamed optionparser to clap and added a much smarter interface | Michele Simionato | 2010-05-28 | 1 | -1/+1 | |
| | * | Used python3 as default language to build the source distribution of the deco... | Michele Simionato | 2010-05-25 | 1 | -1/+1 | |
| | * | Regenerated the doc for decorator-3.2.0 | Michele Simionato | 2010-05-25 | 5 | -67/+74 | |
| | * | Synchronized documentation.py and documentation3.py | Michele Simionato | 2010-05-25 | 1 | -12/+4 | |
| | * | Added a small note about documentation.py not running in Python 2.4 | msimionato | 2010-05-24 | 2 | -7/+16 | |
| | * | Fixed the index.html | micheles | 2010-05-22 | 1 | -7/+23 | |
| | * | Minor fixes | micheles | 2010-05-22 | 2 | -2/+7 | |
| | * | Fixed a few links | micheles | 2010-05-22 | 1 | -4/+4 | |
| | * | Various improvements to the documentation | micheles | 2010-05-22 | 9 | -403/+8001 | |
| | * | Version 3.2 of the decorator module | micheles | 2010-05-22 | 12 | -78/+3416 | |
| | * | Recovered my repository | micheles | 2010-03-28 | 3 | -0/+0 | |
| | * | Work for decorator version 3.2 | michele.simionato | 2010-01-21 | 5 | -169/+48 | |
| | * | Release 3.1.2 | michele.simionato | 2009-08-26 | 5 | -16/+51 | |
| | * | Decorator 3.1.1 | michele.simionato | 2009-08-18 | 4 | -10/+32 | |
| | * | Fixed a newline bug | michele.simionato | 2009-08-17 | 1 | -1/+1 | |
| | * | Decorator 3.1 (really!) | michele.simionato | 2009-08-16 | 2 | -47/+45 | |
| | * | Decorator module, version 3.1 | michele.simionato | 2009-08-16 | 4 | -95/+155 | |
| | * | Improved the TailRecursive decorator by using George Sakkis's version | michele.simionato | 2009-04-21 | 1 | -18/+17 | |
