]> gitweb.michael.orlitzky.com - djbdns-logparse.git/history - djbdns/io.py
doc/*: tai64nlocal comes from daemontools, not djbdns.
[djbdns-logparse.git] / djbdns / io.py
2022-09-22 Michael Orlitzkydjbdns/io.py: add a comment about an early return.
2022-09-22 Michael Orlitzkydjbdns/*.py: add module docstrings.
2022-09-22 Michael Orlitzkydjbdns/io.py: handle nonexistent Popen stdin/stdout.
2022-09-22 Michael Orlitzkydjbdns/io.py: use Popen's context manager to clean up.
2022-09-20 Michael Orlitzkydjbdns/io.py: handle BrokenPipeError in parse_logfile().
2022-09-17 Michael Orlitzky*/*: reorganize for easy testing using setuptools or...