]> kaliko git repositories - python-musicpd.git/history - mpd.py
python3 conversion
[python-musicpd.git] / mpd.py
2012-10-04 kalikopython3 conversion
2010-12-14 J. Alexander Treumanmpd.py: if command retval is None, don't require fetching
2010-12-13 J. Alexander Treumanadding replay_gain_mode and replay_gain_status commands
2010-12-13 J. Alexander Treumanmpd.py: support commands with underscores
2010-12-13 J. Alexander Treumanadding mixrampdb and mixrampdelay commands
2010-12-13 J. Alexander Treumanadding findadd and rescan commands
2010-12-13 J. Alexander Treumanadding decoders command
2010-12-13 J. Alexander Treumanchanging license to LGPL
2010-11-29 J. Alexander Treumanadding sticker commands
2010-11-29 J. Alexander Treumanmpd.py: adding support for spaces in command names
2010-11-29 J. Alexander Treumanmpd.py: always compare self._sock to None
2010-11-29 J. Alexander Treumanmpd.py: updating _connect_tcp() with new socket code
2010-07-15 J. Alexander Treumanmpd.py: clear command list if an exception is raised
2010-07-15 J. Alexander Treumanmpd.py: unset iterating flag if an exception is raised
2010-07-15 J. Alexander Treumanmpd.py: don't allow command_list_end if already iterating
2010-07-15 J. Alexander Treumanmpd.py: set iterating flag before returning iterator
2010-07-15 J. Alexander Treumanmpd.py: check if iterating before fetching response
2010-07-15 J. Alexander Treumanmpd.py: remove superfluous StopIteration exceptions
2010-07-15 J. Alexander Treumanupdating copyright years
2010-07-15 J. Alexander Treumanmpd.py: adding fileno() to export socket FD
2010-07-15 J. Alexander Treumanmpd.py: tidying up _execute()
2010-07-15 J. Alexander Treumanmpd.py: adding support for asynchronous commands
2009-09-11 J. Alexander Treumanmpd.py: don't use has_key()
2009-09-11 J. Alexander Treumanmpd.py: internal API cleanup
2009-06-10 J. Alexander Treumanmpd.py: raise ConnectionError if unix sockets aren...
2009-06-07 J. Alexander Treumanpreliminary unix socket support
2009-06-01 J. Alexander Treumanadding consume and single commands
2009-06-01 J. Alexander Treumanadding idle and noidle commands
2009-06-01 J. Alexander Treumanadding listplaylists command
2009-06-01 J. Alexander Treumanrearranging commands to match new protocol documentation
2008-06-30 J. Alexander Treumanmpd.py: adding a workaround for systems missing socket...
2008-04-03 J. Alexander Treumanmpd.py: catch all exceptions raised by _hello()
2008-03-23 J. Alexander Treumanmpd.py: changing exception raising to comply with the...
2008-03-23 J. Alexander Treumanmpd.py: strip trailing \n from MPD's hello line for...
2008-03-23 J. Alexander Treumanmpd.py: reset to disconnected state if _hello() fails...
2008-03-23 J. Alexander Treumanmpd.py: loop over addresses returned by getaddrinfo...
2008-03-23 J. Alexander Treumanmpd.py: raise ConnectionError if connect() is called...
2008-03-23 J. Alexander Treumanmpd.py: use a separate file object for reading and...
2008-03-23 J. Alexander Treumanmpd.py: raise ConnectionError when trying to use an...
2008-03-23 J. Alexander Treumanmpd.py: raise ConnectionError on EOF
2008-03-01 J. Alexander Treumanmpd.py: making _getitem return None if no item is returned
2008-02-27 J. Alexander Treumanmpd.py: adding one line description at top of file
2008-02-27 J. Alexander Treumanadding LICENSE.txt and a copyright notice to mpd.py
2008-02-27 J. Alexander Treumanmpd.py: removing shebang line
2008-02-25 J. Alexander Treumanmoving TODO list to separate TODO file
2008-02-25 J. Alexander Treumanremove argument checking/parsing TODO item
2008-02-24 J. Alexander Treumanreturn an empty dict if no object is read
2008-02-24 J. Alexander Treumanadding command_list support
2008-02-24 J. Alexander Treumaninitial commit