]> gitweb.michael.orlitzky.com - djbdns-logparse.git/history - djbdns/io.py
djbdns/io.py: fix test that fails in other timezones.
[djbdns-logparse.git] / djbdns / io.py
2022-09-23 Michael Orlitzkydjbdns/io.py: fix test that fails in other timezones.
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...