Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bumped version to 4.0.44.0.4 | Michele Simionato | 2015-09-25 | 1 | -5/+5 |
| | |||||
* | Added a docstring to the memoize example4.0.3 | Michele Simionato | 2015-09-25 | 1 | -3342/+3765 |
| | |||||
* | Fixed MANIFEST.in4.0.2 | Michele Simionato | 2015-07-28 | 1 | -3584/+3313 |
| | |||||
* | Bumped the release number to 4.0.14.0.1 | Michele Simionato | 2015-07-28 | 1 | -5/+5 |
| | |||||
* | __qualname__ should be added only for Python >= 3.3 | Michele Simionato | 2015-07-28 | 1 | -43/+43 |
| | |||||
* | Fixed bug with __qualname__ | Michele Simionato | 2015-07-28 | 1 | -42/+42 |
| | |||||
* | Generated HTML docs and removed documentation.rst | Michele Simionato | 2015-07-26 | 1 | -0/+8760 |
| | |||||
* | Added docs directory and upload_docs command | Michele Simionato | 2015-07-24 | 1 | -8760/+0 |
| | |||||
* | Updated CHANGES.txtrelease-4.0.0 | Michele Simionato | 2015-07-24 | 1 | -2/+2 |
| | |||||
* | Improvements to the docs | Michele Simionato | 2015-07-24 | 1 | -515/+520 |
| | |||||
* | Introduced dispatch_info | Michele Simionato | 2015-07-24 | 1 | -322/+645 |
| | |||||
* | Removed dependency from inspect.getargspec | Michele Simionato | 2015-07-24 | 1 | -156/+152 |
| | |||||
* | Improved tests and docs | Michele Simionato | 2015-07-23 | 1 | -268/+488 |
| | |||||
* | More algorithmic fixes | Michele Simionato | 2015-07-23 | 1 | -173/+153 |
| | |||||
* | Fixed the mros algorithm | Michele Simionato | 2015-07-23 | 1 | -314/+326 |
| | |||||
* | Changed the implementation of generic functions | Michele Simionato | 2015-07-23 | 1 | -401/+246 |
| | |||||
* | Used vancestors instead of abcs | Michele Simionato | 2015-07-22 | 1 | -122/+122 |
| | |||||
* | Small fixes to the docs | Michele Simionato | 2015-07-22 | 1 | -353/+532 |
| | |||||
* | Added a note on FunctionMaker.create | Michele Simionato | 2015-07-22 | 1 | -331/+469 |
| | |||||
* | Added a note about __qualname__ | Michele Simionato | 2015-07-22 | 1 | -65/+65 |
| | |||||
* | Made setuptools mandatory, since now I am generating a wheel and build ↵ | Michele Simionato | 2015-07-22 | 1 | -67/+82 |
| | | | | dependencies are free | ||||
* | More docs and tests for the case of virtual ancestors | Michele Simionato | 2015-07-22 | 1 | -301/+512 |
| | |||||
* | Refined the virtual ancestors management and the tests | Michele Simionato | 2015-07-22 | 1 | -1130/+1370 |
| | |||||
* | First version of dispatch_on | Michele Simionato | 2015-07-21 | 1 | -176/+485 |
| | |||||
* | Merged from 3.4.2 | Michele Simionato | 2015-07-21 | 1 | -1/+1 |
|\ | |||||
| * | Release 3.4.2 identical to 3.4.13.4.2 | Michele Simionato | 2015-03-22 | 1 | -8/+8 |
| | | |||||
| * | Replace easy_install -> pip install3.4.1 | Michele Simionato | 2015-03-17 | 1 | -36/+36 |
| | | |||||
* | | Copied the __qualname__ attribute | Michele Simionato | 2015-07-21 | 1 | -670/+686 |
| | | |||||
* | | Added check on the dispatch arguments | Michele Simionato | 2015-07-20 | 1 | -26/+26 |
| | | |||||
* | | Fixed error in Python 2.6 | Michele Simionato | 2015-07-20 | 1 | -135/+141 |
| | | |||||
* | | Multidispatch, initial implementation | Michele Simionato | 2015-07-20 | 1 | -663/+1676 |
| | | |||||
* | | More work on the documentation | Michele Simionato | 2015-07-20 | 1 | -1126/+853 |
| | | |||||
* | | Simplified the concurrency example by using a Future class | Michele Simionato | 2015-07-19 | 1 | -912/+722 |
| | | |||||
* | | Overhaul of the documentation and introduced decorator.decorate | Michele Simionato | 2015-07-19 | 1 | -833/+795 |
| | | |||||
* | | Unified the documentation for Python 2 and 3 | Michele Simionato | 2015-07-19 | 1 | -2775/+2942 |
|/ | |||||
* | Added a markdown README | Michele Simionato | 2015-03-16 | 1 | -84/+84 |
| | |||||
* | Rebuilt the docs | Michele Simionato | 2015-03-16 | 1 | -1783/+4417 |
| | |||||
* | Minor cleanup | Michele Simionato | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | Worked on decorator 3.4 | Michele Simionato | 2012-10-18 | 1 | -766/+889 |
| | |||||
* | Updated the documentation for decorator 3.3.2 | Michele Simionato | 2011-09-01 | 1 | -5/+5 |
| | |||||
* | Decorator 3.3.1: micro-fixes for compatibility with Python 3.2. | Michele Simionato | 2011-04-22 | 1 | -775/+752 |
| | |||||
* | Changed the syntax coloring | Michele Simionato | 2011-01-01 | 1 | -2/+2 |
| | |||||
* | Added support for function annotations | Michele Simionato | 2011-01-01 | 1 | -919/+938 |
| | |||||
* | Updated the documentation of decorator 3.2.1 | Michele Simionato | 2010-11-28 | 1 | -1068/+1072 |
| | |||||
* | Regenerated the doc for decorator-3.2.0 | Michele Simionato | 2010-05-25 | 1 | -29/+29 |
| | |||||
* | Various improvements to the documentation | micheles | 2010-05-22 | 1 | -0/+3829 |