summaryrefslogtreecommitdiff
path: root/poezio/roster.py
AgeCommit message (Expand)Author
2021-04-12fix: remove all remaining safejids (fix #3457)mathieui
2021-04-02refactor: rewrite config.get() to getbool, getstr, getint…mathieui
2020-06-01mypy: Reduce errors on muctab.py by a lotmathieui
2018-07-14Stop making classes inherit from object.Emmanuel Gil Peyrot
2017-11-12yapf -irmathieui
2017-10-13Fix the last pylint error (do not set the roster contact filter to None)mathieui
2017-10-08Change all “not … in …” into “… not in …”.Emmanuel Gil Peyrot
2016-10-21IOError == OSError since python 3.3mathieui
2016-07-06Add missing return values in boolean functions.Emmanuel Gil Peyrot
2016-06-30Absolute imports everywheremathieui
2016-06-27Make all relative imports explicit.Emmanuel Gil Peyrot
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot