debian-koji/koji
Ken Dreyer 6b842439b0 explain _ord() method
This method is a historical oddity that we needed to deal with pieces of
RPM headers (strings) on Python 2. Since ord() no longer exists on
Python 3, it's difficult for new developers to understand what this code
is.  Add comments so it's easier to read.
2023-05-30 14:44:56 -04:00
..
__init__.py explain _ord() method 2023-05-30 14:44:56 -04:00
_version.py Koji 1.33 release notes 2023-05-23 17:21:00 +02:00
arch.py backport py27 compatible file open with encoding 2021-02-16 14:13:03 +01:00
context.py flake8: apply E3 rules 2020-03-03 21:38:22 +08:00
daemon.py Use old-style checkout for shortened refs 2022-12-19 09:43:15 +01:00
Makefile replace deprecated distutils 2023-01-16 12:36:04 +01:00
plugin.py importlib instead of imp 2021-06-02 11:19:33 +02:00
policy.py flake8: apply E3 rules 2020-03-03 21:38:22 +08:00
rpmdiff.py fix flake8 2022-12-05 13:32:26 +01:00
server.py also raise 400 errors when we can't read the client upload stream 2022-03-21 14:34:30 +01:00
tasks.py kojid: fix restartHosts on py 3.5+ 2022-10-31 11:58:37 +01:00
util.py more rmtree logging 2023-05-17 09:35:11 +02:00
xmlrpcplus.py Py3 re pattern fix 2022-05-11 09:59:04 +02:00