Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-05 | doc: fix URLs to WeeChat docs | Sébastien Helleu | |
2023-01-01 | core: update copyright dates | Sébastien Helleu | |
2022-10-09 | python: Include script examples in function docstring | Trygve Aaberge | |
This makes it possible to see how functions are used without having to go to the web page. It's especially useful to see the types of the callback functions. | |||
2022-10-02 | python: Include constant values in python stub | Trygve Aaberge | |
This is useful for two reasons: 1. When running unit tests for a script weechat needs to be mocked. By having the constant values available in the stub file, they can be loaded from that, instead of having to define the constants manually for the mock. 2. If you log a constant value you have to look up what it means. This makes it easier, in the same vein as PR #1824. | |||
2022-08-03 | doc: fix pylint errors | Sébastien Helleu | |
2022-06-24 | doc: fix generation of python stub | Sébastien Helleu | |
2022-06-18 | doc: add trailing slashes in URLs | Sébastien Helleu | |
2022-03-17 | core: fix line too long | Sébastien Helleu | |
2022-03-17 | core: Fix regex for constants in the Python stub generator | Trygve Aaberge | |
In Python raw strings, newlines can't be escaped with a backslash. If you do that, both the backslash and the newline become part of the string. This meant that the regex for constants both started and ended with a newline which caused every other constant to be skipped. | |||
2022-01-17 | core: update copyright dates | Sébastien Helleu | |
2021-08-16 | doc: write python stub on standard output | Sébastien Helleu | |
2021-05-20 | doc: format script with black | Sébastien Helleu | |
2021-05-14 | core: add generator and Python stub file for WeeChat API (issue #1377) | Sébastien Helleu | |