summaryrefslogtreecommitdiff
path: root/documentation.pdf
Commit message (Expand)AuthorAgeFilesLines
* Removed the .pdf from the repoMichele Simionato2017-07-151-10204/+0
* Fixed a linkMichele Simionato2017-07-151-2/+2
* Work on branch 4.1.04.1.0Michele Simionato2017-07-151-1044/+1448
* Preserving iscoroutinefunction for Python 3.5 coroutinesMichele Simionato2017-06-031-30/+30
* Tested with Python 3.6Michele Simionato2017-01-151-579/+564
* Refined the documentationMichele Simionato2016-02-111-427/+476
* Some fixes to the documentation and the CSSMichele Simionato2016-02-111-1345/+1891
* Bumped release number to 4.0.94.0.9Michele Simionato2016-02-081-3/+3
* Fixed the documentation4.0.7Michele Simionato2016-02-061-438/+464
* Made release 4.0.7Michele Simionato2016-02-061-3/+3
* Removed file x.py accidentally entered in the tarball4.0.6Michele Simionato2015-12-111-3/+3
* Fixed code-block::Michele Simionato2015-12-091-117/+365
* Documented the quirk when decorating functions with keyword argumentsMichele Simionato2015-12-091-520/+554
* "f" is no more a special nameMichele Simionato2015-11-021-39/+39
* Bumped version to 4.0.44.0.4Michele Simionato2015-09-251-5/+5
* Added a docstring to the memoize example4.0.3Michele Simionato2015-09-251-3342/+3765
* Fixed MANIFEST.in4.0.2Michele Simionato2015-07-281-3584/+3313
* Bumped the release number to 4.0.14.0.1Michele Simionato2015-07-281-5/+5
* __qualname__ should be added only for Python >= 3.3Michele Simionato2015-07-281-43/+43
* Fixed bug with __qualname__Michele Simionato2015-07-281-42/+42
* Generated HTML docs and removed documentation.rstMichele Simionato2015-07-261-0/+8760
* Added docs directory and upload_docs commandMichele Simionato2015-07-241-8760/+0
* Updated CHANGES.txtrelease-4.0.0Michele Simionato2015-07-241-2/+2
* Improvements to the docsMichele Simionato2015-07-241-515/+520
* Introduced dispatch_infoMichele Simionato2015-07-241-322/+645
* Removed dependency from inspect.getargspecMichele Simionato2015-07-241-156/+152
* Improved tests and docsMichele Simionato2015-07-231-268/+488
* More algorithmic fixesMichele Simionato2015-07-231-173/+153
* Fixed the mros algorithmMichele Simionato2015-07-231-314/+326
* Changed the implementation of generic functionsMichele Simionato2015-07-231-401/+246
* Used vancestors instead of abcsMichele Simionato2015-07-221-122/+122
* Small fixes to the docsMichele Simionato2015-07-221-353/+532
* Added a note on FunctionMaker.createMichele Simionato2015-07-221-331/+469
* Added a note about __qualname__Michele Simionato2015-07-221-65/+65
* Made setuptools mandatory, since now I am generating a wheel and build depend...Michele Simionato2015-07-221-67/+82
* More docs and tests for the case of virtual ancestorsMichele Simionato2015-07-221-301/+512
* Refined the virtual ancestors management and the testsMichele Simionato2015-07-221-1130/+1370
* First version of dispatch_onMichele Simionato2015-07-211-176/+485
* Merged from 3.4.2Michele Simionato2015-07-211-1/+1
|\
| * Release 3.4.2 identical to 3.4.13.4.2Michele Simionato2015-03-221-8/+8
| * Replace easy_install -> pip install3.4.1Michele Simionato2015-03-171-36/+36
* | Copied the __qualname__ attributeMichele Simionato2015-07-211-670/+686
* | Added check on the dispatch argumentsMichele Simionato2015-07-201-26/+26
* | Fixed error in Python 2.6Michele Simionato2015-07-201-135/+141
* | Multidispatch, initial implementationMichele Simionato2015-07-201-663/+1676
* | More work on the documentationMichele Simionato2015-07-201-1126/+853
* | Simplified the concurrency example by using a Future classMichele Simionato2015-07-191-912/+722
* | Overhaul of the documentation and introduced decorator.decorateMichele Simionato2015-07-191-833/+795
* | Unified the documentation for Python 2 and 3Michele Simionato2015-07-191-2775/+2942
|/
* Added a markdown READMEMichele Simionato2015-03-161-84/+84