summaryrefslogtreecommitdiff
path: root/poezio/common.py
AgeCommit message (Expand)Author
2019-04-07safeJID: Add debug logging on invalidJID exceptionMaxime “pep” Buquet
2019-03-19Fix various spelling mistakes throughout the codeKim Alvefur
2018-08-15rostertab, common: Use the default arg of os.getenv().Emmanuel Gil Peyrot
2018-08-15Fix mypy errors, add type annotationsmathieui
2018-07-22Add type hints here and theremathieui
2018-07-10common: Simplify get_os_info() using pathlib.Path().Emmanuel Gil Peyrot
2018-07-10common: Remove unused get_base64_from_file() function.Emmanuel Gil Peyrot
2018-01-10Fix typos, thanks `codespell`!Emmanuel Gil Peyrot
2017-11-12yapf -irmathieui
2017-10-14Remove use of deprecated base64.encodestring methodmathieui
2016-10-04"information" is already plural, fix wordingmathieui
2016-09-20Stop using deprecated aliases from slixmpp.Emmanuel Gil Peyrot
2016-06-30Absolute imports everywheremathieui
2016-06-27Make all relative imports explicit.Emmanuel Gil Peyrot
2016-06-11Make poezio.common more Cython-friendly.Emmanuel Gil Peyrot
2016-06-11Make poezio.poezio_shlex more Cython-friendly.Emmanuel Gil Peyrot
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot