summaryrefslogtreecommitdiff
path: root/poezio/logger.py
AgeCommit message (Expand)Author
2018-01-14Fix binary openingmathieui
2018-01-13yapf -irmathieui
2018-01-13Open and write logs and config files in utf-8mathieui
2017-11-21Refactor logger.py to make it more testablemathieui
2017-11-12yapf -irmathieui
2017-10-13Improve some bare or redundant exceptsmathieui
2017-09-28Rename parse_message_line to parse_log_linemathieui
2017-09-28Add line start/end markers on the regexmathieui
2017-09-28Use match groups instead of re.split because we don't want thatmathieui
2017-08-13Fix Logging - revert NARROW NO-BREAK SPACE (U+202F) to NO-BREAK SPACE (U+A0)Georg Lukas
2017-06-27Do not end log lines with a spacemathieui
2016-08-28Fix a traceback on malformed logsmathieui
2016-08-25Fix #3223 (close privatetab logfiles properly)mathieui
2016-08-24Make log parsing a little bettermathieui
2016-06-30Absolute imports everywheremathieui
2016-06-27Make all relative imports explicit.Emmanuel Gil Peyrot
2016-06-11Make poezio.logger more Cython-friendly.Emmanuel Gil Peyrot
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot