]> gitweb.michael.orlitzky.com - djbdns-logparse.git/history - djbdns/dnscache.py
doc/COPYING: add one for the "or later" bit
[djbdns-logparse.git] / djbdns / dnscache.py
2022-09-22 Michael Orlitzkydjbdns/*.py: add all remaining mappings to QUERY_TYPE_NAME.
2022-09-22 Michael Orlitzkydjbdns/dnscache.py: de-indent a block that doesn't...
2022-09-22 Michael Orlitzkydjbdns/*.py: add module docstrings.
2022-09-22 Michael Orlitzkydjbdns/*.py: capitalize global variables.
2022-09-22 Michael Orlitzkydjbdns/{dnscache,tinydns}.py: explicit imports from...
2022-09-22 Michael Orlitzkydjbdns/*.py: don't clobber id() and type() built-ins.
2022-09-22 Michael Orlitzkydjbdns/{dnscache,tinydns}.py: don't clobber the global...
2022-09-22 Michael Orlitzkydjbdns/dnscache.py: improve two comments.
2022-09-17 Michael Orlitzkydjbdns/dnscache.py: add docstring for decode_type().
2022-09-17 Michael Orlitzky*/*: reorganize for easy testing using setuptools or...