poezio/poezio
2018-07-21 16:47:28 +02:00
..
core Stop making classes inherit from object. 2018-07-14 16:25:09 +02:00
tabs Stop making classes inherit from object. 2018-07-14 16:25:09 +02:00
windows Stop making classes inherit from object. 2018-07-14 16:25:09 +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 Only create the config dir after parsing the CLI args. 2018-07-03 12:32:37 +02:00
asyncio.py yapf -ir 2017-11-12 15:03:09 +01:00
bookmarks.py Stop making classes inherit from object. 2018-07-14 16:25:09 +02:00
colors.py yapf -ir 2017-11-14 12:13:03 +00:00
common.py common: Simplify get_os_info() using pathlib.Path(). 2018-07-10 12:07:08 +02:00
config.py config: Cast Path to str() before passing it to copy2. 2018-07-21 14:27:29 +02:00
connection.py Add a bunch of str() to convert pathlib.Path into str. 2018-07-05 16:28:44 +02:00
contact.py Stop making classes inherit from object. 2018-07-14 16:25:09 +02:00
daemon.py yapf -ir 2017-11-12 15:03:09 +01:00
decorators.py Stop making classes inherit from object. 2018-07-14 16:25:09 +02:00
events.py Stop making classes inherit from object. 2018-07-14 16:25:09 +02:00
fifo.py Stop making classes inherit from object. 2018-07-14 16:25:09 +02:00
fixes.py Factorise the /version callback and make it handle errors 2018-03-14 17:18:46 +01:00
keyboard.py Stop making classes inherit from object. 2018-07-14 16:25:09 +02:00
logger.py Stop making classes inherit from object. 2018-07-14 16:25:09 +02:00
multiuserchat.py yapf -ir 2018-01-13 15:33:19 +01:00
pep.py yapf -ir 2017-11-12 15:03:09 +01:00
plugin.py Stop making classes inherit from object. 2018-07-14 16:25:09 +02:00
plugin_manager.py Stop making classes inherit from object. 2018-07-14 16:25:09 +02:00
poezio.py Fix the segfault on exit 2018-07-21 16:47:28 +02:00
poezio_shlex.py Stop making classes inherit from object. 2018-07-14 16:25:09 +02:00
poopt.py yapf -ir 2017-11-12 15:03:09 +01:00
pooptmodule.c Fix some typos in pooptmodule. 2017-04-01 19:09:53 +01:00
roster.py Stop making classes inherit from object. 2018-07-14 16:25:09 +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 Remove extraneous ", " in Message.__repr__. 2018-07-14 17:15:55 +02:00
theming.py Fix custom theme loading under Python 3.5. 2018-07-16 02:01:30 +02:00
timed_events.py Stop making classes inherit from object. 2018-07-14 16:25:09 +02:00
user.py Stop making classes inherit from object. 2018-07-14 16:25:09 +02:00
xdg.py Move XDG basedir functions to the poezio.xdg module. 2018-07-04 12:07:31 +02:00
xhtml.py xhtml: Add forgotten import of Path. 2018-07-09 12:01:32 +02:00