Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed the .pdf from the repo | Michele Simionato | 2017-07-15 | 1 | -10204/+0 |
* | Fixed a link | Michele Simionato | 2017-07-15 | 1 | -2/+2 |
* | Work on branch 4.1.04.1.0 | Michele Simionato | 2017-07-15 | 1 | -1044/+1448 |
* | Preserving iscoroutinefunction for Python 3.5 coroutines | Michele Simionato | 2017-06-03 | 1 | -30/+30 |
* | Tested with Python 3.6 | Michele Simionato | 2017-01-15 | 1 | -579/+564 |
* | Refined the documentation | Michele Simionato | 2016-02-11 | 1 | -427/+476 |
* | Some fixes to the documentation and the CSS | Michele Simionato | 2016-02-11 | 1 | -1345/+1891 |
* | Bumped release number to 4.0.94.0.9 | Michele Simionato | 2016-02-08 | 1 | -3/+3 |
* | Fixed the documentation4.0.7 | Michele Simionato | 2016-02-06 | 1 | -438/+464 |
* | Made release 4.0.7 | Michele Simionato | 2016-02-06 | 1 | -3/+3 |
* | Removed file x.py accidentally entered in the tarball4.0.6 | Michele Simionato | 2015-12-11 | 1 | -3/+3 |
* | Fixed code-block:: | Michele Simionato | 2015-12-09 | 1 | -117/+365 |
* | Documented the quirk when decorating functions with keyword arguments | Michele Simionato | 2015-12-09 | 1 | -520/+554 |
* | "f" is no more a special name | Michele Simionato | 2015-11-02 | 1 | -39/+39 |
* | 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 depend... | Michele Simionato | 2015-07-22 | 1 | -67/+82 |
* | 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 |