Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix formatting after black upgrade | Trygve Aaberge | 2022-01-30 | 1 | -1/+0 |
| | |||||
* | Ignore failing flake rules instead of selecting only a few | Trygve Aaberge | 2021-04-13 | 1 | -1/+1 |
| | | | | E203 should be ignored when using black according to their docs. | ||||
* | Format all python files with black | Trygve Aaberge | 2021-03-20 | 1 | -20/+23 |
| | |||||
* | Make encode_to/decode_from_utf8 noop in python 3 | Trygve Aaberge | 2019-04-08 | 1 | -49/+70 |
| | | | | | | | Python 3 receives unicode strings as arguments in weechat callbacks, websocet receive etc. and we can send unicode strings to weechat functions, websocket etc., so we don't need to do any of this converting. | ||||
* | Import print_function and unicode_literals in all test files | Trygve Aaberge | 2019-04-08 | 1 | -0/+2 |
| | |||||
* | Create a decorator for decoding function arguments | Trygve Aaberge | 2017-10-19 | 1 | -0/+13 |
| | |||||
* | Add tests for decode_from_utf8/encode_to_utf8 | Trygve Aaberge | 2017-10-19 | 1 | -0/+59 |