summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the documentation4.0.7Michele Simionato2016-02-062-438/+465
|
* Fixed a link in README.rstMichele Simionato2016-02-061-1/+1
|
* Made release 4.0.7Michele Simionato2016-02-063-5/+14
|
* Changed CHANGES.txt -> CHANGES.mdMichele Simionato2016-02-061-1/+1
|
* Merge pull request #24 from svetlyak40wt/patch-1Michele Simionato2016-02-062-118/+246
|\ | | | | Make changelog clear and dates consistent
| * Make changelog clear and dates consitentAlexander Artemenko2016-02-062-118/+246
|/ | | | | I've formatted everything in Markdown and fixed dates, how http://keepachangelog.com suggests. This way changelog is more readable by human, and mine [pet-project](https://allmychanges.com) will be able to parse it too :)
* Removed file x.py accidentally entered in the tarball4.0.6Michele Simionato2015-12-111-3/+3
|
* Removed file x.py accidentally entered in the tarballMichele Simionato2015-12-112-1/+2
|
* Merge pull request #20 from micheles/4.0.5Michele Simionato2015-12-096-534/+858
|\ | | | | Release 4.0.5
| * Fixed code-block::Michele Simionato2015-12-091-117/+365
| |
| * Fixed code-block::Michele Simionato2015-12-091-2/+2
| |
| * Tested also on Python 3.5Michele Simionato2015-12-091-1/+1
| |
| * Added a doctest: +ELLIPSIS to fix old Python versionsMichele Simionato2015-12-092-5/+6
| |
| * Updated the changelogMichele Simionato2015-12-091-2/+2
| |
| * Documented the quirk when decorating functions with keyword argumentsMichele Simionato2015-12-094-527/+610
| |
| * Some cleanupMichele Simionato2015-12-092-4/+1
| |
| * Avoided copying the globalsMichele Simionato2015-12-092-7/+4
| |
| * Small renamingMichele Simionato2015-11-021-1/+1
| |
| * "f" is no more a special nameMichele Simionato2015-11-023-46/+44
|/
* 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-254-7/+9
|
* Merge pull request #15 from zbenjamin/masterMichele Simionato2015-09-252-2/+38
|\ | | | | Ensure each generated function has a unique filename
| * Ensure each generated function has a unique filenameZev Benjamin2015-09-242-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.3Michele Simionato2015-09-254-3345/+3778
|\ \ | |/ |/| Release 4.0.3
| * Added a docstring to the memoize example4.0.3Michele Simionato2015-09-254-3344/+3774
| |
| * Fixed the docsMichele Simionato2015-09-211-1/+4
|/
* Fixed MANIFEST.in4.0.2Michele Simionato2015-07-284-3586/+3317
|
* Updated the home page urlrelease-4.0.1Michele Simionato2015-07-281-2/+2
|
* Bumped the release number to 4.0.14.0.1Michele Simionato2015-07-282-6/+6
|
* __qualname__ should be added only for Python >= 3.3Michele Simionato2015-07-283-51/+51
|
* Fixed bug with __qualname__Michele Simionato2015-07-285-49/+58
|
* Fixed MANIFEST.inMichele Simionato2015-07-261-1/+1
|
* Fixed setup.pyMichele Simionato2015-07-262-2/+2
|
* Added sudo: false to .travis.ymlMichele Simionato2015-07-261-0/+2
|
* Generated HTML docs and removed documentation.rstMichele Simionato2015-07-266-1830/+17
|
* Fixed links to the docsMichele Simionato2015-07-242-4/+4
|
* Added docs directory and upload_docs commandMichele Simionato2015-07-246-9/+14
|
* Cleaned uncommitted code4.0.0Michele Simionato2015-07-241-1/+1
|
* Fixed READMEMichele Simionato2015-07-242-13/+6
|
* Merge branch 'master' of github.com:micheles/decoratorMichele Simionato2015-07-240-0/+0
|\
| * Merge pull request #6 from micheles/3.4.2Michele Simionato2015-03-2410-102/+103
| |\ | | | | | | 3.4.2
* | | Updated CHANGES.txtrelease-4.0.0Michele Simionato2015-07-242-4/+4
| | |
* | | Improvements to the docsMichele Simionato2015-07-243-601/+628
| | |
* | | Introduced dispatch_infoMichele Simionato2015-07-246-393/+818
| | |
* | | Fixed getargspecMichele Simionato2015-07-241-14/+17
| | |
* | | Removed dependency from inspect.getargspecMichele Simionato2015-07-245-189/+198
| | |
* | | Improved tests and docsMichele Simionato2015-07-234-376/+658
| | |
* | | More algorithmic fixesMichele Simionato2015-07-235-201/+184
| | |
* | | Fixed the mros algorithmMichele Simionato2015-07-235-472/+526
| | |