summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Markdown fix5.0.4Michele Simionato2021-04-031-0/+6
|
* Markdown fixMichele Simionato2021-04-031-0/+6
|
* Documented incompatibility with previous versionsMichele Simionato2021-04-033-76/+188
|
* Fixed make upload to use twineMichele Simionato2021-04-021-1/+1
|
* Tried to upload again with twineMichele Simionato2021-04-022-3/+3
|
* Doc fixMichele Simionato2021-04-022-2/+2
|
* Release 5.0.2Michele Simionato2021-04-022-3/+3
|
* Fixed setup.cfg5.0.2Michele Simionato2021-04-021-3/+0
|
* Fixed python_requires in setup.pyMichele Simionato2021-04-023-4/+4
|
* Merge pull request #100 from Amli/fix-setup-for-python-below-355.0.1Michele Simionato2021-04-021-1/+1
|\ | | | | Fix python version in setup for release 5.0.0
| * Fix python version in setupEmmanuel Magnier2021-04-021-1/+1
|/ | | update both python_requires and classifiers to match the actually supported version of python
* Fixed setup.py classifiersMichele Simionato2021-04-021-7/+0
|
* Fixed test5.0.0Michele Simionato2021-04-022-0/+2
|
* Updated the docsMichele Simionato2021-04-022-5/+5
|
* 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-024-316/+132
|
* Merge pull request #98 from micheles/cleanupMichele Simionato2021-03-311-15/+11
|\ | | | | Removed more legacy code
| * 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
|
* Merge pull request #97 from micheles/4.5Michele Simionato2021-03-315-212/+121
|\ | | | | Removing support for Python < 3.5
| * Not using the FunctionMaker in ContextManagerMichele Simionato2021-03-312-22/+13
| |
| * Added dec.__kwdefaults__Michele Simionato2021-03-311-0/+1
| |
| * Doc fixesMichele Simionato2021-03-312-23/+21
| |
| * Fixed __kwdefaults__Michele Simionato2021-03-313-49/+46
| |
| * Removed support for old Python versionsMichele Simionato2021-03-311-1/+1
| |
| * Removed support for old Python versionsMichele Simionato2021-03-313-65/+15
| |
| * Merge branch 'master' of github.com:micheles/decorator into 4.5Michele Simionato2021-03-314-32/+67
| |\ | |/ |/|
* | Merge pull request #96 from cclauss/patch-1Michele Simionato2021-03-181-1/+1
|\ \ | | | | | | GitHub Actions test on Python 3.9
| * | GitHub Actions test on Python 3.9Christian Clauss2021-03-171-1/+1
|/ /
* | Updated CHANGES.mdMichele Simionato2020-12-251-0/+2
| |
* | Create python-package.ymlMichele Simionato2020-12-251-0/+39
| |
* | Removed obsolete reference to readthedocsMichele Simionato2020-07-272-2/+3
| |
* | Improved a bit the documentationMichele Simionato2020-07-272-33/+26
| |
* | Merge pull request #88 from cfra/feature/fix-wording-in-documentationMichele Simionato2020-07-011-1/+1
|\ \ | | | | | | Fix wording in the documentation
| * | Fix wording in the documentationChristian Franke2020-06-301-1/+1
|/ /
| * 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-153-4/+51
|
* Merge pull request #83 from altendky/patch-1Michele Simionato2020-03-141-2/+2
|\ | | | | Typo 'it to' -> 'is to'
| * Typo 'it to' -> 'is to'Kyle Altendorf2020-03-041-2/+2
|/
* Updated setup.py [skip CI]4.4.2Michele Simionato2020-02-291-0/+2
|
* Release 4.4.2Michele Simionato2020-02-293-5/+16
|
* Merge pull request #81 from micheles/slowMichele Simionato2020-02-291-1/+3
|\ | | | | Fixed "operation is slow" tests
| * Fixed "operation is slow" testsMichele Simionato2020-02-291-1/+3
|/
* Merge pull request #79 from Infinisil/fix-warn-slow-testMichele Simionato2020-02-181-1/+1
|\ | | | | Don't use strictly larger for warn_slow test
| * Don't use strictly larger for warn_slow testSilvan Mosberger2020-02-181-1/+1
|/ | | | | In certain circumstances the time difference can be 0, which previously causes the test to fail, e.g. https://github.com/NixOS/nixpkgs/issues/75554