]> kaliko git repositories - python-musicpd.git/shortlog
python-musicpd.git
2014-01-18 Kaliko JackAvoid potential dangerous default value [] as argument v0.4.0
2014-01-18 Kaliko JackReleasing v0.4.0
2014-01-15 Kaliko JackUpates changelog
2014-01-14 Kaliko JackAdd range capabilities
2013-11-15 Kaliko JackFixed documentation
2013-11-15 Kaliko JackAdd some pylint exclusions
2013-11-15 Kaliko JackFixed documentation
2013-11-12 Kaliko JackPreparing 0.4 release
2013-11-12 Kaliko JackAdd readcomments and toggleoutput commands
2013-06-02 Kaliko JackFixed py_modules in setup.py
2013-05-09 Kaliko JackEase unitesting with mock
2013-05-09 Kaliko JackRenamed project mpd→musicpd v0.3.1b
2013-04-15 Kaliko JackUse of hasattr instead of isinstance in disconnect
2013-04-15 Kaliko JackExplicit R/W utf-8 encoded bytes to socket
2013-04-15 Kaliko JackHandles better lost connections
2012-10-11 Kaliko JackUpdate changelog
2012-10-11 Kaliko JackNew commands
2012-10-04 kalikopython3 conversion
2010-12-14 J. Alexander... setup.py: incrementing version number to 0.3.0 python2 v0.3.0
2010-12-14 J. Alexander... README.txt: removing warning about iterate = True
2010-12-14 J. Alexander... CHANGES.txt: adding more changes in prep for 0.3.0...
2010-12-14 J. Alexander... README.txt: updating URLs
2010-12-14 J. Alexander... mpd.py: if command retval is None, don't require fetching
2010-12-13 J. Alexander... adding replay_gain_mode and replay_gain_status commands
2010-12-13 J. Alexander... mpd.py: support commands with underscores
2010-12-13 J. Alexander... adding mixrampdb and mixrampdelay commands
2010-12-13 J. Alexander... adding findadd and rescan commands
2010-12-13 J. Alexander... adding decoders command
2010-12-13 J. Alexander... setup.py: updating classifiers
2010-12-13 J. Alexander... doc/commands.txt: updating args
2010-12-13 J. Alexander... changing license to LGPL
2010-11-29 J. Alexander... adding sticker commands
2010-11-29 J. Alexander... mpd.py: adding support for spaces in command names
2010-11-29 J. Alexander... mpd.py: always compare self._sock to None
2010-11-29 J. Alexander... mpd.py: updating _connect_tcp() with new socket code
2010-07-15 J. Alexander... removing TODO.txt
2010-07-15 J. Alexander... CHANGES.txt: adding changes in prep for 0.3.0 release
2010-07-15 J. Alexander... mpd.py: clear command list if an exception is raised
2010-07-15 J. Alexander... mpd.py: unset iterating flag if an exception is raised
2010-07-15 J. Alexander... mpd.py: don't allow command_list_end if already iterating
2010-07-15 J. Alexander... mpd.py: set iterating flag before returning iterator
2010-07-15 J. Alexander... mpd.py: check if iterating before fetching response
2010-07-15 J. Alexander... mpd.py: remove superfluous StopIteration exceptions
2010-07-15 J. Alexander... README.txt: give an example that actually works
2010-07-15 J. Alexander... updating copyright years
2010-07-15 J. Alexander... setup.py: updating URL
2010-07-15 J. Alexander... mpd.py: adding fileno() to export socket FD
2010-07-15 J. Alexander... mpd.py: tidying up _execute()
2010-07-15 J. Alexander... mpd.py: adding support for asynchronous commands
2009-09-11 J. Alexander... mpd.py: don't use has_key()
2009-09-11 J. Alexander... doc/commands.txt: updating to match the new internal API
2009-09-11 J. Alexander... mpd.py: internal API cleanup
2009-06-10 J. Alexander... mpd.py: raise ConnectionError if unix sockets aren...
2009-06-07 J. Alexander... preliminary unix socket support
2009-06-01 J. Alexander... adding consume and single commands
2009-06-01 J. Alexander... adding idle and noidle commands
2009-06-01 J. Alexander... adding listplaylists command
2009-06-01 J. Alexander... rearranging commands to match new protocol documentation
2008-06-30 J. Alexander... setup.py: incrementing version number to 0.2.1 v0.2.1
2008-06-30 J. Alexander... CHANGES.txt: document change in previous commit
2008-06-30 J. Alexander... mpd.py: adding a workaround for systems missing socket...
2008-04-03 J. Alexander... setup.py: incrementing version number to 0.2.0 v0.2.0
2008-04-03 J. Alexander... mpd.py: catch all exceptions raised by _hello()
2008-04-03 J. Alexander... TODO.txt: removing pre- and post-release sections
2008-03-23 J. Alexander... mpd.py: changing exception raising to comply with the...
2008-03-23 J. Alexander... mpd.py: strip trailing \n from MPD's hello line for...
2008-03-23 J. Alexander... mpd.py: reset to disconnected state if _hello() fails...
2008-03-23 J. Alexander... TODO.txt: removing completed TODO item
2008-03-23 J. Alexander... CHANGES.txt: document change in previous commit
2008-03-23 J. Alexander... mpd.py: loop over addresses returned by getaddrinfo...
2008-03-23 J. Alexander... CHANGES.txt: document change in previous commit
2008-03-23 J. Alexander... mpd.py: raise ConnectionError if connect() is called...
2008-03-23 J. Alexander... mpd.py: use a separate file object for reading and...
2008-03-23 J. Alexander... mpd.py: raise ConnectionError when trying to use an...
2008-03-23 J. Alexander... TODO.txt: cleaning up and splitting into pre- and post...
2008-03-23 J. Alexander... TODO.txt: changing header for consistency
2008-03-23 J. Alexander... adding CHANGES.txt
2008-03-23 J. Alexander... TODO.txt: removing completed TODO item
2008-03-23 J. Alexander... mpd.py: raise ConnectionError on EOF
2008-03-05 J. Alexander... TODO.txt: adding TODO item
2008-03-01 J. Alexander... mpd.py: making _getitem return None if no item is returned
2008-02-28 J. Alexander... setup.py: commenting out license/platforms v0.1.0
2008-02-28 J. Alexander... MANIFEST.in: exclude setup.cfg
2008-02-27 J. Alexander... mpd.py: adding one line description at top of file
2008-02-27 J. Alexander... TODO.txt: removing completed TODO item and pre-release...
2008-02-27 J. Alexander... adding setup.py, setup.cfg, and MANIFEST.in
2008-02-27 J. Alexander... TODO.txt: removing a completed TODO item
2008-02-27 J. Alexander... adding README.txt
2008-02-27 J. Alexander... TODO.txt: changing a couple TODO items
2008-02-27 J. Alexander... addding doc/commands.txt to document supported commands
2008-02-27 J. Alexander... renaming TODO to TODO.txt
2008-02-27 J. Alexander... TODO: removing completed TODO item
2008-02-27 J. Alexander... adding LICENSE.txt and a copyright notice to mpd.py
2008-02-27 J. Alexander... mpd.py: removing shebang line
2008-02-27 J. Alexander... TODO: adding pre- and post-release sections, and a...
2008-02-25 J. Alexander... TODO: adding TODO item
2008-02-25 J. Alexander... moving TODO list to separate TODO file
2008-02-25 J. Alexander... remove argument checking/parsing TODO item
2008-02-24 J. Alexander... return an empty dict if no object is read
2008-02-24 J. Alexander... adding command_list support
next