Mike Fährmann
|
00c6821a3f
|
replace 2-element f-strings with simple '+' concatenations
Python's 'ast' module and its 'NodeVisitor' class
were incredibly helpful in identifying these
|
2025-12-22 11:26:04 +01:00 |
|
Mike Fährmann
|
d0f06be0d2
|
use 'operator +' when building 'pattern'
|
2025-12-20 22:07:44 +01:00 |
|
Mike Fährmann
|
968597a302
|
yield 3-tuples for Message.Directory
adapt tuples to the same length and semantics as other messages
|
2025-12-05 21:39:52 +01:00 |
|
Mike Fährmann
|
f13ab25233
|
[imgpile] add support (#5044)
|
2025-09-15 20:19:24 +02:00 |
|