summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Removed file x.py accidentally entered in the tarballMichele Simionato2015-12-111-1/+1
* Fixed code-block::Michele Simionato2015-12-091-2/+2
* Added a doctest: +ELLIPSIS to fix old Python versionsMichele Simionato2015-12-092-5/+6
* Documented the quirk when decorating functions with keyword argumentsMichele Simionato2015-12-093-7/+56
* Some cleanupMichele Simionato2015-12-091-3/+0
* Avoided copying the globalsMichele Simionato2015-12-091-6/+2
* Small renamingMichele Simionato2015-11-021-1/+1
* "f" is no more a special nameMichele Simionato2015-11-021-7/+3
* Removed an unused argumentMichele Simionato2015-10-041-1/+1
* Fixed misprint in the docsMichele Simionato2015-10-041-1/+1
* Bumped version to 4.0.44.0.4Michele Simionato2015-09-251-1/+1
* Merge pull request #15 from zbenjamin/masterMichele Simionato2015-09-252-2/+38
|\
| * Ensure each generated function has a unique filenameZev Benjamin2015-09-242-2/+38
* | Added a docstring to the memoize example4.0.3Michele Simionato2015-09-252-1/+6
* | Fixed the docsMichele Simionato2015-09-211-1/+4
|/
* Fixed MANIFEST.in4.0.2Michele Simionato2015-07-281-1/+1
* Bumped the release number to 4.0.14.0.1Michele Simionato2015-07-281-1/+1
* __qualname__ should be added only for Python >= 3.3Michele Simionato2015-07-282-8/+8
* Fixed bug with __qualname__Michele Simionato2015-07-283-6/+14
* Improvements to the docsMichele Simionato2015-07-241-43/+54
* Introduced dispatch_infoMichele Simionato2015-07-243-46/+102
* Fixed getargspecMichele Simionato2015-07-241-14/+17
* Removed dependency from inspect.getargspecMichele Simionato2015-07-242-23/+33
* Improved tests and docsMichele Simionato2015-07-232-79/+101
* More algorithmic fixesMichele Simionato2015-07-233-16/+19
* Fixed the mros algorithmMichele Simionato2015-07-233-112/+136
* Changed the implementation of generic functionsMichele Simionato2015-07-233-137/+101
* Used vancestors instead of abcsMichele Simionato2015-07-222-31/+33
* Small fixes to the docsMichele Simionato2015-07-221-33/+60
* Added a note on FunctionMaker.createMichele Simionato2015-07-221-1/+13
* Fixed assertRaises in Python 2.6Michele Simionato2015-07-221-7/+17
* Added a setup.cfg for universal wheelsMichele Simionato2015-07-221-1/+1
* Added a note about __qualname__Michele Simionato2015-07-221-6/+8
* Made setuptools mandatory, since now I am generating a wheel and build depend...Michele Simionato2015-07-221-12/+26
* More docs and tests for the case of virtual ancestorsMichele Simionato2015-07-222-22/+61
* Refined the virtual ancestors management and the testsMichele Simionato2015-07-223-120/+174
* First version of dispatch_onMichele Simionato2015-07-214-25/+1805
* Copied the __qualname__ attributeMichele Simionato2015-07-211-4/+6
* Added check on the dispatch argumentsMichele Simionato2015-07-201-0/+4
* Fixed error in Python 2.6Michele Simionato2015-07-201-1/+1
* Multidispatch, initial implementationMichele Simionato2015-07-201-0/+51
* More work on the documentationMichele Simionato2015-07-201-4/+4
* Simplified the concurrency example by using a Future classMichele Simionato2015-07-191-1/+1
* Overhaul of the documentation and introduced decorator.decorateMichele Simionato2015-07-191-37/+42
* Unified the documentation for Python 2 and 3Michele Simionato2015-07-191-13/+7
* Removed the need for 2to3Michele Simionato2015-07-191-9/+10
* 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