Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |