Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bumped version to 4.0.44.0.4 | Michele Simionato | 2015-09-25 | 4 | -7/+9 |
| | |||||
* | Merge pull request #15 from zbenjamin/master | Michele Simionato | 2015-09-25 | 2 | -2/+38 |
|\ | | | | | Ensure each generated function has a unique filename | ||||
| * | Ensure each generated function has a unique filename | Zev Benjamin | 2015-09-24 | 2 | -2/+38 |
| | | | | | | | | | | | | Some profilers (such as cProfile) depend on the tuple of (<filename>, <definition line>, <function name>) being unique. If the filenames of generated functions are all the same, such profilers can produce incorrect profiles. | ||||
* | | Merge pull request #16 from micheles/4.0.3 | Michele Simionato | 2015-09-25 | 4 | -3345/+3778 |
|\ \ | |/ |/| | Release 4.0.3 | ||||
| * | Added a docstring to the memoize example4.0.3 | Michele Simionato | 2015-09-25 | 4 | -3344/+3774 |
| | | |||||
| * | Fixed the docs | Michele Simionato | 2015-09-21 | 1 | -1/+4 |
|/ | |||||
* | Fixed MANIFEST.in4.0.2 | Michele Simionato | 2015-07-28 | 4 | -3586/+3317 |
| | |||||
* | Updated the home page urlrelease-4.0.1 | Michele Simionato | 2015-07-28 | 1 | -2/+2 |
| | |||||
* | Bumped the release number to 4.0.14.0.1 | Michele Simionato | 2015-07-28 | 2 | -6/+6 |
| | |||||
* | __qualname__ should be added only for Python >= 3.3 | Michele Simionato | 2015-07-28 | 3 | -51/+51 |
| | |||||
* | Fixed bug with __qualname__ | Michele Simionato | 2015-07-28 | 5 | -49/+58 |
| | |||||
* | Fixed MANIFEST.in | Michele Simionato | 2015-07-26 | 1 | -1/+1 |
| | |||||
* | Fixed setup.py | Michele Simionato | 2015-07-26 | 2 | -2/+2 |
| | |||||
* | Added sudo: false to .travis.yml | Michele Simionato | 2015-07-26 | 1 | -0/+2 |
| | |||||
* | Generated HTML docs and removed documentation.rst | Michele Simionato | 2015-07-26 | 6 | -1830/+17 |
| | |||||
* | Fixed links to the docs | Michele Simionato | 2015-07-24 | 2 | -4/+4 |
| | |||||
* | Added docs directory and upload_docs command | Michele Simionato | 2015-07-24 | 6 | -9/+14 |
| | |||||
* | Cleaned uncommitted code4.0.0 | Michele Simionato | 2015-07-24 | 1 | -1/+1 |
| | |||||
* | Fixed README | Michele Simionato | 2015-07-24 | 2 | -13/+6 |
| | |||||
* | Merge branch 'master' of github.com:micheles/decorator | Michele Simionato | 2015-07-24 | 0 | -0/+0 |
|\ | |||||
| * | Merge pull request #6 from micheles/3.4.2 | Michele Simionato | 2015-03-24 | 10 | -102/+103 |
| |\ | | | | | | | 3.4.2 | ||||
* | | | Updated CHANGES.txtrelease-4.0.0 | Michele Simionato | 2015-07-24 | 2 | -4/+4 |
| | | | |||||
* | | | Improvements to the docs | Michele Simionato | 2015-07-24 | 3 | -601/+628 |
| | | | |||||
* | | | Introduced dispatch_info | Michele Simionato | 2015-07-24 | 6 | -393/+818 |
| | | | |||||
* | | | Fixed getargspec | Michele Simionato | 2015-07-24 | 1 | -14/+17 |
| | | | |||||
* | | | Removed dependency from inspect.getargspec | Michele Simionato | 2015-07-24 | 5 | -189/+198 |
| | | | |||||
* | | | Improved tests and docs | Michele Simionato | 2015-07-23 | 4 | -376/+658 |
| | | | |||||
* | | | More algorithmic fixes | Michele Simionato | 2015-07-23 | 5 | -201/+184 |
| | | | |||||
* | | | Fixed the mros algorithm | Michele Simionato | 2015-07-23 | 5 | -472/+526 |
| | | | |||||
* | | | Changed the implementation of generic functions | Michele Simionato | 2015-07-23 | 5 | -591/+371 |
| | | | |||||
* | | | Used vancestors instead of abcs | Michele Simionato | 2015-07-22 | 4 | -184/+185 |
| | | | |||||
* | | | Small fixes to the docs | Michele Simionato | 2015-07-22 | 3 | -389/+623 |
| | | | |||||
* | | | Added a note on FunctionMaker.create | Michele Simionato | 2015-07-22 | 3 | -333/+495 |
| | | | |||||
* | | | Fixed assertRaises in Python 2.6 | Michele Simionato | 2015-07-22 | 1 | -7/+17 |
| | | | |||||
* | | | Added a setup.cfg for universal wheels | Michele Simionato | 2015-07-22 | 2 | -1/+3 |
| | | | |||||
* | | | Added a note about __qualname__ | Michele Simionato | 2015-07-22 | 4 | -78/+82 |
| | | | |||||
* | | | Made setuptools mandatory, since now I am generating a wheel and build ↵ | Michele Simionato | 2015-07-22 | 5 | -97/+136 |
| | | | | | | | | | | | | dependencies are free | ||||
* | | | More docs and tests for the case of virtual ancestors | Michele Simionato | 2015-07-22 | 4 | -342/+630 |
| | | | |||||
* | | | Refined the virtual ancestors management and the tests | Michele Simionato | 2015-07-22 | 6 | -1304/+1646 |
| | | | |||||
* | | | First version of dispatch_on | Michele Simionato | 2015-07-21 | 13 | -291/+1129 |
| | | | |||||
* | | | Merged from 3.4.2 | Michele Simionato | 2015-07-21 | 2 | -2/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | Release 3.4.2 identical to 3.4.13.4.2 | Michele Simionato | 2015-03-22 | 8 | -27/+28 |
| | | | |||||
| * | | Replace easy_install -> pip install3.4.1 | Michele Simionato | 2015-03-17 | 4 | -78/+78 |
| | | | |||||
| * | | Replace easy_install -> pip install | Michele Simionato | 2015-03-17 | 2 | -2/+2 |
| | | | |||||
* | | | Copied the __qualname__ attribute | Michele Simionato | 2015-07-21 | 6 | -690/+716 |
| | | | |||||
* | | | Added check on the dispatch arguments | Michele Simionato | 2015-07-20 | 4 | -40/+43 |
| | | | |||||
* | | | Fixed error in Python 2.6 | Michele Simionato | 2015-07-20 | 5 | -146/+170 |
| | | | |||||
* | | | Multidispatch, initial implementation | Michele Simionato | 2015-07-20 | 7 | -692/+2054 |
| | | | |||||
* | | | More work on the documentation | Michele Simionato | 2015-07-20 | 9 | -1404/+984 |
| | | | |||||
* | | | Simplified the concurrency example by using a Future class | Michele Simionato | 2015-07-19 | 5 | -1046/+798 |
| | | |