]> kaliko git repositories - python-musicpd.git/history - mpd.py
setup.py: incrementing version number to 0.2.0
[python-musicpd.git] / mpd.py
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