summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed a few mispellingsMichele Simionato2021-04-101-3/+3
* func.__module__ was not copied anymoreMichele Simionato2021-04-083-8/+15
* Tested docstring preservation5.0.6Michele Simionato2021-04-051-0/+2
* Remove unneeded lineMichele Simionato2021-04-041-1/+0
* Doc fixMichele Simionato2021-04-041-1/+1
* Added another test5.0.5Michele Simionato2021-04-041-10/+24
* Restored old semantic and added kwsyntax flagMichele Simionato2021-04-042-65/+88
* Fixed func.__doc__ not being copiedMichele Simionato2021-04-032-16/+5
* Markdown fixMichele Simionato2021-04-031-0/+6
* Documented incompatibility with previous versionsMichele Simionato2021-04-032-38/+101
* Tried to upload again with twineMichele Simionato2021-04-021-1/+1
* Doc fixMichele Simionato2021-04-021-1/+1
* Release 5.0.2Michele Simionato2021-04-021-1/+1
* Fixed python_requires in setup.pyMichele Simionato2021-04-021-1/+1
* Fixed test5.0.0Michele Simionato2021-04-021-0/+1
* Updated the docsMichele Simionato2021-04-021-2/+2
* Doc fixMichele Simionato2021-04-021-2/+2
* Doc fixMichele Simionato2021-04-021-2/+2
* Update version to 5.0.0 and updated the docsMichele Simionato2021-04-022-128/+60
* Fixed testMichele Simionato2021-03-311-3/+2
* Removed more legacy codeMichele Simionato2021-03-311-13/+10
* Improved the test and the docs on the contextmanagerMichele Simionato2021-03-312-54/+31
* Not using the FunctionMaker in ContextManagerMichele Simionato2021-03-312-22/+13
* Added dec.__kwdefaults__Michele Simionato2021-03-311-0/+1
* Doc fixesMichele Simionato2021-03-311-22/+19
* Fixed __kwdefaults__Michele Simionato2021-03-313-49/+46
* Removed support for old Python versionsMichele Simionato2021-03-313-65/+15
* Merge branch 'master' of github.com:micheles/decorator into 4.5Michele Simionato2021-03-311-15/+12
|\
| * Removed obsolete reference to readthedocsMichele Simionato2020-07-271-1/+1
| * Improved a bit the documentationMichele Simionato2020-07-271-15/+12
* | Fixed IPythonMichele Simionato2020-04-052-2/+4
* | Cleanup4.5Michele Simionato2020-03-161-21/+2
* | Removed exec in decoratorMichele Simionato2020-03-161-17/+21
* | Initial work for decorator 4.5Michele Simionato2020-03-153-47/+32
|/
* Added a test about changing the signatureMichele Simionato2020-03-152-3/+50
* Release 4.4.2Michele Simionato2020-02-291-1/+1
* Fixed "operation is slow" testsMichele Simionato2020-02-291-1/+3
* Don't use strictly larger for warn_slow testSilvan Mosberger2020-02-181-1/+1
* Fix: sys.version compared to string (python10), use sys.version_infoHugo2020-01-082-3/+3
* Fix: sys.version compared to string (python3.10), use sys.version_infoHugo2020-01-081-2/+2
* On Python 3.9, we cannot longer avoid using collections.abcMiro Hrončok2020-01-051-19/+21
* Python 3.9 compatibilityMiro Hrončok2020-01-041-1/+1
* Remove __file__Michele Simionato2019-11-031-2/+1
* Changed description to Decorators for HumansMichele Simionato2019-10-272-3/+3
* docs: Create ba decoratorPanos Mavrogiorgos2019-04-221-0/+2
* Small change to the docs suggested by https://github.com/yjqiangMichele Simionato2019-04-101-2/+2
* Fixed the copyright year4.4.0Michele Simionato2019-03-161-1/+1
* Doc fixesMichele Simionato2019-03-161-11/+15
* Fixed docsMichele Simionato2019-03-161-1/+1
* Fixed testMichele Simionato2019-03-161-1/+1