summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Used vancestors instead of abcsMichele Simionato2015-07-224-184/+185
* | | Small fixes to the docsMichele Simionato2015-07-223-389/+623
* | | Added a note on FunctionMaker.createMichele Simionato2015-07-223-333/+495
* | | Fixed assertRaises in Python 2.6Michele Simionato2015-07-221-7/+17
* | | Added a setup.cfg for universal wheelsMichele Simionato2015-07-222-1/+3
* | | Added a note about __qualname__Michele Simionato2015-07-224-78/+82
* | | Made setuptools mandatory, since now I am generating a wheel and build depend...Michele Simionato2015-07-225-97/+136
* | | More docs and tests for the case of virtual ancestorsMichele Simionato2015-07-224-342/+630
* | | Refined the virtual ancestors management and the testsMichele Simionato2015-07-226-1304/+1646
* | | First version of dispatch_onMichele Simionato2015-07-2113-291/+1129
* | | Merged from 3.4.2Michele Simionato2015-07-212-2/+2
|\ \ \ | | |/ | |/|
| * | Release 3.4.2 identical to 3.4.13.4.2Michele Simionato2015-03-228-27/+28
| * | Replace easy_install -> pip install3.4.1Michele Simionato2015-03-174-78/+78
| * | Replace easy_install -> pip installMichele Simionato2015-03-172-2/+2
* | | Copied the __qualname__ attributeMichele Simionato2015-07-216-690/+716
* | | Added check on the dispatch argumentsMichele Simionato2015-07-204-40/+43
* | | Fixed error in Python 2.6Michele Simionato2015-07-205-146/+170
* | | Multidispatch, initial implementationMichele Simionato2015-07-207-692/+2054
* | | More work on the documentationMichele Simionato2015-07-209-1404/+984
* | | Simplified the concurrency example by using a Future classMichele Simionato2015-07-195-1046/+798
* | | Overhaul of the documentation and introduced decorator.decorateMichele Simionato2015-07-196-1011/+973
* | | Unified the documentation for Python 2 and 3Michele Simionato2015-07-199-12028/+3304
* | | Updated the changelog and travis fileMichele Simionato2015-07-193-26/+8
* | | Removed the need for 2to3Michele Simionato2015-07-192-21/+14
| |/ |/|
* | Merged from 3.4.1release-3.4.2Michele Simionato2015-03-168-196/+236
|\ \ | |/
| * Regenerated index.htmlMichele Simionato2015-03-163-22/+45
| * Added a markdown READMEMichele Simionato2015-03-165-171/+192
* | Merge branch '3.4.1'Michele Simionato2015-03-167-33/+33
|\ \ | |/
| * 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