.. |
core
|
fix: ignore typeerrors in tabs when we check beforehand
|
2021-04-02 17:44:36 +02:00 |
tabs
|
fix: ignore last_sent_message type
|
2021-04-02 17:44:36 +02:00 |
ui
|
fix: tons of type errors
|
2021-04-02 17:44:36 +02:00 |
windows
|
fix: do not use raw TAB_WIN in bookmarks wins
|
2021-04-02 17:44:36 +02:00 |
__init__.py
|
Launch poezio as a module package.
|
2016-06-27 23:54:50 +01:00 |
__main__.py
|
Add a check for Unicode support.
|
2018-06-07 14:42:14 +02:00 |
args.py
|
Rename hidden -v option to --custom-version and add a real -v (#3429)
|
2019-02-24 15:41:16 +01:00 |
asyncio.py
|
yapf -ir
|
2017-11-12 15:03:09 +01:00 |
bookmarks.py
|
fix: tons of type errors
|
2021-04-02 17:44:36 +02:00 |
colors.py
|
fix: tons of type errors
|
2021-04-02 17:44:36 +02:00 |
common.py
|
style: do not override the loaded time module
|
2021-03-13 22:15:42 +01:00 |
config.py
|
fix: config, give up on typing Config.get
|
2021-04-02 17:44:36 +02:00 |
connection.py
|
refactor: rewrite config.get() to getbool, getstr, getint…
|
2021-04-02 17:44:36 +02:00 |
contact.py
|
fix: tons of type errors
|
2021-04-02 17:44:36 +02:00 |
daemon.py
|
yapf -ir
|
2017-11-12 15:03:09 +01:00 |
decorators.py
|
fix: add missing Typevar binding in decorators
|
2021-04-02 17:44:36 +02:00 |
events.py
|
from __future__ import annotations
|
2020-12-12 19:36:18 +01:00 |
fifo.py
|
Stop making classes inherit from object.
|
2018-07-14 16:25:09 +02:00 |
fixes.py
|
misc: wrap some calls in ensure_future to prepare for slix API change
|
2021-02-27 11:10:11 +01:00 |
hsluv.py
|
Embed hsluv
|
2019-02-14 16:35:39 +01:00 |
keyboard.py
|
from __future__ import annotations
|
2020-12-12 19:36:18 +01:00 |
logger.py
|
fix: tons of type errors
|
2021-04-02 17:44:36 +02:00 |
mam.py
|
muc: remove non-deterministic nick colors
|
2021-02-17 22:04:20 +01:00 |
multiuserchat.py
|
fix: tons of type errors
|
2021-04-02 17:44:36 +02:00 |
plugin.py
|
plugins: Add refs to dependencies on plugins
|
2020-04-12 16:43:53 +02:00 |
plugin_e2ee.py
|
fix: tons of type errors
|
2021-04-02 17:44:36 +02:00 |
plugin_manager.py
|
refactor: rewrite config.get() to getbool, getstr, getint…
|
2021-04-02 17:44:36 +02:00 |
poezio.py
|
mypy: Reduce errors on muctab.py by a lot
|
2020-06-01 09:09:09 +02:00 |
poezio_shlex.py
|
Stop making classes inherit from object.
|
2018-07-14 16:25:09 +02:00 |
poezio_shlex.pyi
|
Add a shlex pyi (based on upstream)
|
2020-06-01 09:09:09 +02:00 |
poopt.py
|
poopt: 😆’s length should be 2, not 1.
|
2018-07-22 17:31:25 +02:00 |
pooptmodule.c
|
poopt: 😆’s length should be 2, not 1.
|
2018-07-22 17:31:25 +02:00 |
roster.py
|
refactor: rewrite config.get() to getbool, getstr, getint…
|
2021-04-02 17:44:36 +02:00 |
roster_sorting.py
|
yapf -ir
|
2017-11-12 15:03:09 +01:00 |
size_manager.py
|
Stop making classes inherit from object.
|
2018-07-14 16:25:09 +02:00 |
text_buffer.py
|
refactor: rewrite config.get() to getbool, getstr, getint…
|
2021-04-02 17:44:36 +02:00 |
theming.py
|
fix: type error after module import
|
2021-04-02 17:44:36 +02:00 |
timed_events.py
|
from __future__ import annotations
|
2020-12-12 19:36:18 +01:00 |
user.py
|
muc: remove non-deterministic nick colors
|
2021-02-17 22:04:20 +01:00 |
version.py
|
Update version to 0.13.1
|
2020-05-31 17:50:19 +02:00 |
xdg.py
|
from __future__ import annotations
|
2020-12-12 19:36:18 +01:00 |
xhtml.py
|
fix: sax contenthandler import path
|
2021-04-02 17:44:36 +02:00 |