-
d3aeb3a8
by Ansgar
at 2020-11-23T21:24:19+01:00
use `html.escape` instead of implementing our own version
-
8bcd7103
by Ansgar
at 2020-12-05T12:24:57+01:00
ci: drop test with Python 2
-
86c95f53
by Ansgar
at 2020-12-05T12:26:54+01:00
ci: install Python modules via d/control again
The logic to install Python 2 modules instead is no longer needed.
-
62bbc72d
by Ansgar
at 2020-12-05T12:51:41+01:00
[py3] The future is now!
-
aab91ede
by Ansgar
at 2020-12-05T12:56:44+01:00
unify interpreter to "#! /usr/bin/env python3"
Some files were still using the Python 2 interpreter and there is no
need to use different interpreters like "#! /usr/bin/python3".
-
e6ba4a15
by Ansgar
at 2020-12-05T13:03:44+01:00
Merge remote-tracking branch 'origin/merge-requests/235'