mopidy/mopidy
Trygve Aaberge f0b66bdfcb main: Ensure that exit_status_code always is assigned
KeyboardInterrupts are not always catched in commands.py. As far as I
have seen, if I/O operations are ongoing, a KeyboardInterrupt may be
raised there instead of in commands.py. In some cases, this may cause
loop.run() to return, which previously resulted in exit_status_code
being referenced before assignment.
2014-08-13 01:21:03 +02:00
..
audio audio: Link to context of why we demote jack sinks 2014-07-30 00:30:13 +02:00
backend docs: Show full exception path 2014-07-17 01:31:46 +02:00
config config: Only load .conf-files when loading directories 2014-08-11 16:21:34 +02:00
core Merge remote-tracking branch 'adamcik/fix/gh-734-cleanup-audio-buffering' into develop 2014-07-20 12:29:49 +02:00
http avahi: Service hostname must contain, resolvable fqdn with .local appended to it. 2014-07-26 14:54:21 +02:00
local local: Add friendly help if no local library cache found 2014-06-20 00:25:36 +02:00
mpd mpd: Fix list commands with 3 arguments (fixes #817) 2014-08-05 23:52:46 +02:00
softwaremixer swmixer: Move attr init to init method 2014-07-16 22:11:17 +02:00
stream stream: metadata_blacklist is optional 2014-06-21 14:11:09 +02:00
utils log: Don't disable loggers when loading fileConfig 2014-08-11 13:00:01 +02:00
__init__.py Bump version to 0.19.3 2014-08-03 23:34:25 +02:00
__main__.py config: Fix decoding of exception message depending on locale 2014-05-20 20:15:44 +02:00
commands.py main: Ensure that exit_status_code always is assigned 2014-08-13 01:21:03 +02:00
exceptions.py exc: Add {Backend,Frontend,Mixer}Error exceptions 2014-07-16 10:32:18 +02:00
ext.py Fail early if extension doesn't implement setup() 2014-08-03 23:13:14 +02:00
listener.py Fix all import order warnings 2014-05-07 20:08:43 +02:00
mixer.py mixer: Add init method to get signature included in docs 2014-07-17 01:33:23 +02:00
models.py models: Make Playlist.last_modified milliseconds since Unix epoch 2014-01-28 23:57:02 +01:00
zeroconf.py zeroconf: Fix intermittent dbus/avahi exception 2014-08-03 15:18:55 +02:00