6b2562708f
- update to 5.1.1: * cythonized functions can now be decorated. * fixed an issue in the decorator_apply example and * regression fix for the "fix" in version 5.1 broke decorator.contextmanager even more. Both issues are now solved.
Dirk Mueller2022-01-10 22:18:21 +00:00
6e9d21f95c
- update to 5.1.0: * Added a function decoratorx using the FunctionMaker and thus preserving the signature of __code__ objects. * Sphinx was printing a few warnings when building the documentation * functions decorated with decorator.contextmanager were one-shot, as discovered by Alex Pizarro. * decorator.decorator was not passing the kwsyntax argument. - drop kwsyntax.patch (usptream)
Dirk Mueller2021-10-16 20:59:00 +00:00
e3e5269cbd
Accepting request 910347 from devel:languages:python
Richard Brown
2021-08-11 09:46:59 +00:00
8bb82246ae
Accepting request 910344 from home:mcalabkova:branches:devel:languages:python
Markéta Machová2021-08-05 15:31:45 +00:00
f1b135ae4b
- update to 5.0.9: * Fixed a test breaking PyPy. Restored support for Sphinx. * Made the decorator module more robust when decorating builtin functions lacking dunder attributes, like dict.__setitem__. * The decorator module was not passing correctly the defaults inside the *args tuple, thanks to Dan Shult for the fix. * The decorator module was not copying the __module__ attribute anymore. * Dropped support for Python < 3.5 with a substantial simplification of the code base (now building a decorator does not require calling "exec"). Added a way to mimic functools.wraps-generated decorators.
Dirk Mueller2021-07-27 06:17:07 +00:00
02062de7c4
- update to 4.4.2: * removing the usage of __file__, that was breaking PyOxidizer. * fixes for the future Python 3.9. * some fixes for the future Python 3.10.
Dirk Mueller2020-03-14 15:51:56 +00:00
e3e3e6ad2d
Accepting request 773654 from devel:languages:python
Oliver Kurz
2020-02-14 15:25:39 +00:00
9fc53c5929
- update to 4.4.1: Changed the description to "Decorators for Humans" are requested by several users. Fixed a .rst bug in the description as seen in PyPI.
Dirk Mueller2020-02-12 09:46:40 +00:00
f9c8c76296
- Update to 4.4.0: * Fixed a regression with decorator factories breaking the case with no arguments by going back to the syntax used in version 4.2.
Tomáš Chvátal
2019-03-19 15:19:51 +00:00
9fddbbc177
Accepting request 674687 from devel:languages:python
Stephan Kulow
2019-02-25 16:44:33 +00:00
787b8e8efe
Accepting request 674686 from home:TheBlackCat:branches:devel:languages:python
Todd R
2019-02-13 17:55:13 +00:00