debian-koji/koji
Owen W. Taylor 3227462528 koji.ClientSession: fix erroneous conversion to latin-1
For Python 3, we need to always encode what we are sending to the server as
utf-8; encoding strings that have only latin-1 as latin-1 causes us to
send something that the server can't parse. (When no encoding is specified
xmlclient.client.dumps creates an XML document with an xml declaration
for UTF-8.)
2020-03-25 09:54:11 +01:00
..
__init__.py koji.ClientSession: fix erroneous conversion to latin-1 2020-03-25 09:54:11 +01:00
arch.py use Exception instead of BaseException for bare expection 2020-03-03 21:38:22 +08:00
auth.py use Exception instead of BaseException for bare expection 2020-03-03 21:38:22 +08:00
context.py flake8: apply E3 rules 2020-03-03 21:38:22 +08:00
daemon.py still use BaseException for logging purpose 2020-03-03 21:38:22 +08:00
db.py flake8: apply E501 with max-line-length=99 2020-03-03 21:38:22 +08:00
Makefile improve test and clean targets in Makefiles 2019-11-27 15:42:30 +01:00
plugin.py use Exception instead of BaseException for bare expection 2020-03-03 21:38:22 +08:00
policy.py flake8: apply E3 rules 2020-03-03 21:38:22 +08:00
rpmdiff.py use Exception instead of BaseException for bare expection 2020-03-03 21:38:22 +08:00
server.py flake8: apply E3 rules 2020-03-03 21:38:22 +08:00
tasks.py use Exception instead of BaseException for bare expection 2020-03-03 21:38:22 +08:00
util.py flake8: apply E501 with max-line-length=99 2020-03-03 21:38:22 +08:00
xmlrpcplus.py flake8: apply E3 rules 2020-03-03 21:38:22 +08:00