index
:
poezio
ci-test
keepalive-log
main
new-tabs
no-resource
pubsub
roezio
self-ping
slix
slots_test
test-ci
v0.12-fixes
v0.8-fixes
xdg-desktop-portal
console XMPP client in python3
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
poezio
/
common.py
Age
Commit message (
Collapse
)
Author
2021-04-12
fix: remove all remaining safejids (fix #3457)
mathieui
2021-04-11
fix: issue when converting local timezones
mathieui
2021-03-13
style: do not override the loaded time module
mathieui
2021-01-28
Move get_error_message to common
mathieui
2020-12-12
from __future__ import annotations
Emmanuel Gil Peyrot
Now that our baseline is Python 3.7, we can rely on type annotations to be lazily evaluated.
2020-06-01
mypy: type more strictly common.py
mathieui
2020-05-23
Convert all datetimes to UTC when doing comparisons
mathieui
2020-05-12
Add function to calculate unique prefix of two strings
Jonas Schäfer
2019-04-07
safeJID: Add debug logging on invalidJID exception
Maxime “pep” Buquet
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-03-19
Fix various spelling mistakes throughout the code
Kim Alvefur
2018-08-15
rostertab, common: Use the default arg of os.getenv().
Emmanuel Gil Peyrot
2018-08-15
Fix mypy errors, add type annotations
mathieui
2018-07-22
Add type hints here and there
mathieui
2018-07-10
common: Simplify get_os_info() using pathlib.Path().
Emmanuel Gil Peyrot
2018-07-10
common: Remove unused get_base64_from_file() function.
Emmanuel Gil Peyrot
2018-01-10
Fix typos, thanks `codespell`!
Emmanuel Gil Peyrot
2017-11-12
yapf -ir
mathieui
2017-10-14
Remove use of deprecated base64.encodestring method
mathieui
2016-10-04
"information" is already plural, fix wording
mathieui
2016-09-20
Stop using deprecated aliases from slixmpp.
Emmanuel Gil Peyrot
2016-06-30
Absolute imports everywhere
mathieui
2016-06-27
Make all relative imports explicit.
Emmanuel Gil Peyrot
2016-06-11
Make poezio.common more Cython-friendly.
Emmanuel Gil Peyrot
Also remove support for OLD_PYTHON (before 3.3), some unused constants, mark private functions with a leading underscore, and clean up some pep8 violations.
2016-06-11
Make poezio.poezio_shlex more Cython-friendly.
Emmanuel Gil Peyrot
2016-06-11
Move the src directory to poezio, for better cython compatibility.
Emmanuel Gil Peyrot