May 2016 Archives by author
      
      Starting: Sun May  1 15:52:47 UTC 2016
         Ending: Mon May 23 07:20:06 UTC 2016
         Messages: 353
     
- [Pkg-mpd-commits] [python-mpd] branch pristine-tar updated (198fe39	-> a37b9ce)
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 01/08: pristine-tar data for python-mpd2_0.3.0.621664b.orig.tar.gz
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 02/08: pristine-tar data for python-mpd2_0.4.1.orig.tar.bz2
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 03/08: pristine-tar data for python-mpd2_0.4.2.orig.tar.gz
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] branch upstream updated (5464c66 ->	280ce51)
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 04/08: pristine-tar data for python-mpd2_0.5.0.orig.tar.gz
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 05/08: pristine-tar data for python-mpd2_0.5.1.orig.tar.gz
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 06/08: pristine-tar data for python-mpd2_0.5.2.orig.tar.gz
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 07/08: Merge remote-tracking branch 'pympd2-packaging/pristine-tar' into pristine-tar
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 08/08: pristine-tar data for python-mpd_0.5.5.orig.tar.gz
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 01/262: initial commit
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 02/262: adding command_list support
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 03/262: return an empty dict if no	object is read
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 04/262: remove argument	checking/parsing TODO item
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 05/262: moving TODO list to separate	TODO file
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 06/262: TODO: adding TODO item
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 07/262: TODO: adding pre- and post-release sections, and a few more TODO items
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 08/262: mpd.py: removing shebang line
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 09/262: adding LICENSE.txt and a copyright notice to mpd.py
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 10/262: TODO: removing completed	TODO item
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 11/262: renaming TODO to TODO.txt
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 12/262: addding doc/commands.txt to document supported commands
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 13/262: TODO.txt: changing a couple	TODO items
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 14/262: adding README.txt
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 15/262: TODO.txt: removing a	completed TODO item
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 16/262: adding setup.py, setup.cfg,	and MANIFEST.in
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 17/262: TODO.txt: removing completed TODO item and pre-release section
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 18/262: mpd.py: adding one line description at top of file
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 19/262: MANIFEST.in: exclude	setup.cfg
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 20/262: setup.py: commenting out	license/platforms
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 21/262: mpd.py: making _getitem return None if no item is returned
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 22/262: TODO.txt: adding TODO item
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 23/262: mpd.py: raise	ConnectionError on EOF
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 24/262: TODO.txt: removing completed	TODO item
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 25/262: adding CHANGES.txt
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 26/262: TODO.txt: changing header	for consistency
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 27/262: TODO.txt: cleaning up and splitting into pre- and post-release sections
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 28/262: mpd.py: raise ConnectionError when trying to use an unconnected socket
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 29/262: mpd.py: use a separate file object for reading and writing sockets
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 30/262: mpd.py: raise ConnectionError if connect() is called when already connected
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 31/262: CHANGES.txt: document change	in previous commit
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 32/262: mpd.py: loop over addresses returned by getaddrinfo to connect to
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 33/262: CHANGES.txt: document change	in previous commit
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 34/262: TODO.txt: removing completed	TODO item
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 35/262: mpd.py: reset to disconnected state if _hello() fails in connect()
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 36/262: mpd.py: strip trailing \n from MPD's hello line for a nicer error message
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 37/262: mpd.py: changing exception raising to comply with the Python Style Guide
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 38/262: TODO.txt: removing pre- and post-release sections
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 39/262: mpd.py: catch all exceptions	raised by _hello()
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 40/262: setup.py: incrementing	version number to 0.2.0
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 41/262: mpd.py: adding a workaround for systems missing socket.AI_ADDRCONFIG
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 42/262: CHANGES.txt: document change	in previous commit
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 43/262: setup.py: incrementing	version number to 0.2.1
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 44/262: rearranging commands to match new protocol documentation
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 45/262: adding listplaylists command
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 46/262: adding idle and noidle	commands
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 47/262: adding consume and single	commands
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 48/262: preliminary unix socket	support
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 49/262: mpd.py: raise ConnectionError if unix sockets aren't supported
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 50/262: mpd.py: internal API cleanup
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 51/262: doc/commands.txt: updating to match the new internal API
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 52/262: mpd.py: don't use has_key()
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 53/262: mpd.py: adding support for asynchronous commands
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 54/262: mpd.py: tidying up _execute()
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 55/262: mpd.py: adding fileno() to	export socket FD
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 56/262: setup.py: updating URL
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 62/262: mpd.py: don't allow command_list_end if already iterating
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 63/262: mpd.py: unset iterating flag if an exception is raised
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 57/262: updating copyright years
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 58/262: README.txt: give an example	that actually works
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 59/262: mpd.py: remove superfluous StopIteration exceptions
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 60/262: mpd.py: check if iterating before fetching response
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 61/262: mpd.py: set iterating flag before returning iterator
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 64/262: mpd.py: clear command list if an exception is raised
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 65/262: CHANGES.txt: adding changes in prep for 0.3.0 release
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 66/262: removing TODO.txt
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 67/262: mpd.py: updating _connect_tcp() with new socket code
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 68/262: mpd.py: always compare	self._sock to None
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 69/262: mpd.py: adding support for spaces in command names
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 70/262: adding sticker commands
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 71/262: changing license to LGPL
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 72/262: doc/commands.txt: updating	args
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 73/262: setup.py: updating	classifiers
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 74/262: adding decoders command
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 75/262: adding findadd and rescan	commands
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 76/262: adding mixrampdb and	mixrampdelay commands
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 77/262: mpd.py: support commands	with underscores
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 78/262: adding replay_gain_mode and replay_gain_status commands
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 79/262: mpd.py: if command retval is None, don't require fetching
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 80/262: README.txt: updating URLs
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 81/262: CHANGES.txt: adding more changes in prep for 0.3.0 release
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 82/262: README.txt: removing warning about iterate = True
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 83/262: setup.py: incrementing	version number to 0.3.0
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 84/262: add both python3 and	python2.7 compatibility
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 85/262: Introduce unit tests
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 86/262: Use monkey patching to make mpd commands explicit
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 87/262: Clean idle mask in tests to	get clean state
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 88/262: Support upcomming client to client commands of mpd
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 89/262: adding prior,	priorid and seekcur commands
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 90/262: test.py Use more specific	assert methods
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 91/262: test.py test iterating
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 92/262: mpd.py fix shadowed variable	in _connect_tcp()
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 93/262: test.py readable errors, if no server and password
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 94/262: setup.py add test target
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 95/262: raise an error, if removing a non existing command
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 96/262: README.txt explain send_ and	fetch_ variants
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 97/262: README.txt show how to	add/remove commands
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 98/262: README.txt use real working example in basic usage
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 99/262: Make the README file a real reStructuredText file
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 100/262: Merge pull request #1 from	multani/master
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 101/262: test.py Use unittest2,	if avaible.
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 102/262: test.py print error if unittest module is too old
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 103/262: test.py fix mixed up version in version compare
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 104/262: mpd.py turn on tcp	keepalive on tcp sockets
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 105/262: Imported Upstream version	0.3.0.621664b
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 106/262: more readable exception handling _connect_tcp()
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 107/262: Prepare fork and renaming	to python-mpd2
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 108/262: increment release number	and complete renaming
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 109/262: Imported Upstream version	0.4.0
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 110/262: typo in commands list:	prior(id) -> prio(id)
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 111/262: test.py check if command list is complete & valid
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 112/262: mpd.py remove "volume" and add "config" command
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 113/262: bump minor release
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 114/262: Revert "more readable exception handling _connect_tcp()"
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 115/262: Imported Upstream version	0.4.1
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 116/262: Link to the proper AUR	package
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 117/262: Fix typography of distros
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 118/262: Add instructions for Gentoo
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 119/262: Merge pull request #2 from multani/fix-connection-exception
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 120/262: Merge pull request #3 from	laurentb/master
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 121/262: test.py test unicode in	command args
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 122/262: Merge branch 'master' of github.com:Mic92/python-mpd2
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 123/262: Some corrections in	documentation
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 124/262: Fix crash when sending unicode strings to socket
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 125/262: document new unicode	handling
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 126/262: README.md syntax highlight	python examples
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 127/262: unicode encoded strings in	python2 by default
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 128/262: test: mpd connection info from enviroment variable
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 129/262: test: meaningful desc. if command not implemented
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 130/262: Add optional connection	timeout parameter
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 131/262: README: add timeout to	client.connect()
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 132/262: README: mention to pypi
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 133/262: README: various cleanups
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 134/262: incremente version number	to 0.4.2
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 135/262: commands.txt new command 'config', fix typo prioid
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 136/262: Imported Upstream version	0.4.2
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 137/262: README fix typo
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 138/262: Fix empty callbacks
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 139/262: transform MPDClient to new	style class.
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 140/262: adding searchadd and	searchaddpl commands
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 141/262: Increment version number to	0.4.3
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 142/262: setup.py increase version	number to 0.4.3
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 143/262: README.md update install	guide
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 144/262: Imported Upstream version	0.4.3
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 145/262: Readme.md correct install	guide for gentoo
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 146/262: correct cleanup,	if socket connection die
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 147/262: fix test for python3
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 148/262: Update documentation a	little
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 149/262: mpd.py refactor timeout	settings
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 150/262: Increment version number to	0.4.4
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 151/262: README.md fix markup
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 152/262: logging: log MPD commands	called
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 153/262: add note about testing
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 154/262: add examples for	logging/locking
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 155/262: Increment version number to	0.4.5
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 156/262: README.md: fix typo
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 157/262: Add missing lines, so we can read the code better
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 158/262: unicode: lower-level encoder/decoder to deal with non-ASCII characters
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 159/262: Implement tests which don't rely on a running MPD server
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 160/262: Merge branch 'fix-socket-non-utf8' of git://github.com/multani/python-mpd2
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 161/262: Merge branch 'mock-tests' of git://github.com/multani/python-mpd2
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 162/262: README.md update testing	instructions
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 163/262: doc: improve the README file
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 164/262: Merge pull request #17 from multani/improved-readme
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 165/262: Increment version number to	0.4.6
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 166/262: Use tox to launch tests
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 167/262: Configure the repository to	use Travis CI
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 168/262: Update the README for the new test infrastructure
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 169/262: Merge pull request #18 from	multani/test-ci
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 170/262: add gitignore
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 171/262: tox.ini: add python 3.3
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 172/262: README.dm add test	instruction
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 173/262: README.md: Add travis-ci	badget.
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 174/262: Add version number to module
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 175/262: Better support for fetching	stickers from MPD
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 176/262: stickers: add test for special case for parsing stickers output
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 177/262: doc: provides a new porting doc to explain API breakage
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 178/262: Merge pull request #20 from multani/better-stickers-support
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 179/262: Rewrite Readme in	Restructured Text
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 180/262: Restructured Text:	github-friendly file ending
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 181/262: Increment version number to	0.5.0
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 182/262: integrate tox into setup.py
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 183/262: README.rst some corrections
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 184/262: correct version number
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 185/262: add Makefile
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 186/262: Fixes for the documentation
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 187/262: Update doc/commands.rst
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 188/262: commands.rst remove arrows
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 189/262: add freebsd description
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 190/262: Imported Upstream version	0.5.0
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 191/262: README.rst: fix links
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 192/262: add support for ranges
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 193/262: README.rst more consistent	formatting
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 194/262: README.md: better ranges	example
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 195/262: README.rst: fix typo in	range example
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 196/262: bump release 0.5.1
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 197/262: first build of sphinx docs
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 198/262: moved commands.rst into	topics dir
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 199/262: moved CHANGES and PORTING	into docs
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 200/262: Add a test.
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 201/262: Imported Upstream version	0.5.1
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 202/262: Handle specific noidle	command.
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 203/262: Fix some typos in the	readme.
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 204/262: Merge pull request #27 from francois2metz/readme_typos
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 205/262: Use read_list to fetch the	no_idle result.
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 206/262: Merge pull request #26 from francois2metz/fix_noidle
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 207/262: fix setup.py with with	non-unicode locale
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 208/262: README.rst: fix error in	example
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 209/262: restructure README.rst for	new documentation
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 210/262: Merge branch	'pull-request-24'
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 211/262: upload documentation to pypi
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 212/262: fix more links in README.rst
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 213/262: Link to code examples
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 214/262: import mpd in getting	started example
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 215/262: add pypy to test matrix
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 216/262: add pypy to .travis.yml
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 217/262: adding readcomments command
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 218/262: add command toggleoutput
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 219/262: increment version number
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 220/262: add basic usage example
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 221/262: add toggleoutput to	commands.rst
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 222/262: add comprehensive command	documentation
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 223/262: Imported Upstream version	0.5.2
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 224/262: Fix behavior of noidle in the presence of pending changes
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 225/262: Update tests to match the changes in the last commit.
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 226/262: Merge pull request #32 from	supermihi/master
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 227/262: bump version
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 228/262: import examples from the	old wiki
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 229/262: doc: fix some typos
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 230/262: doc: remove references to	the origin author
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 231/262: doc: update link to	upstream project
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 232/262: Added note about async commands to command reference doc
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 233/262: Improved the idle.py	example.
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 234/262: Merge pull request #35 from	supermihi/master
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 235/262: python-mpd: add_command used global variable instead of locale one
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 236/262: Enable automated testing on	Python 3.3, 3.4
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 237/262: Merge pull request #39 from	frewsxcv/patch-1
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 238/262: INSTALL.rst: new debian	archive
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 239/262: INSTALL.rst: new debian package name for python3
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 240/262: Add command	addtagid/cleartagid
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 241/262: Merge pull request #47 from equalsraf/tb-addtagid
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 242/262: documentation: fix subcommands and string arguments
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 243/262: add command listfiles
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 244/262: add neighbors and mount	commands
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 245/262: update Changelog/README
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 246/262: bump version 0.5.4
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 247/262: .travis.yml: enable	container
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 248/262: add test for duplicated tags
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 249/262: PEP 8
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 250/262: Allow to call the method disconnect, same when any connection is alive
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 251/262: Merge pull request #59 from btall/fix/method-disconnect
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 252/262: make code pep8 compliant
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 253/262: fix newline in protocol on	windows python3x
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 254/262: Merge pull request #63 from Mic92/windows-linebreak-fix
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 255/262: add python3.5 to the test	suite
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 256/262: remove deprecated volume	command from doc
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 257/262: update documentation from	source
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 258/262: Include tests in sdist
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 259/262: Merge pull request #69 from	rvl/master
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 260/262: bump release v0.5.5
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 261/262: Merge remote-tracking branch 'pympd2-packaging/upstream' into upstream
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 262/262: Imported Upstream version	0.5.5
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] branch debian/experimental created	(now d26bf17)
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 01/19: debian/watch: switch upstream to python-mpd2, a backwards-compatible fork of python-mpd
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 02/19: Merge tag 'upstream/0.5.5'
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 03/19: New upstream release
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 04/19: debian/copyright: update
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 05/19: Update packaging
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 06/19: add .install files to install	everything
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 07/19: Run dh_install with --fail-missing to catch mistakes
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 08/19: Add autopkgtests
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 09/19: Add myself to Uploaders
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 10/19: Standards-Version: 3.9.8 (no	changes required)
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 11/19: work around missing dependency on python[3]-pkg-resources by python[3]-pbr
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 12/19: Vcs-Git,	Vcs-Browser: canonicalize
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 13/19: Use versioned Breaks/Replaces to replace python[3]-mpd2
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 14/19: Sort package lists	(wrap-and-sort -abst)
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 15/19: Add patch to update the version number in the documentation
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 16/19: Add a python-mpd-doc package
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 17/19: Update packaging copyright
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 18/19: Close #808824
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] 19/19: 0.5.5-1
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] annotated tag debian/0.5.5-1 created	(now 107ec57)
 
Simon McVittie
 - [Pkg-mpd-commits] [python-mpd] annotated tag upstream/0.5.5 created	(now 8ee4236)
 
Simon McVittie
 - [Pkg-mpd-commits] [gmpc-plugins] branch master updated (7387213 ->	61eca2d)
 
Etienne Millon
 - [Pkg-mpd-commits] [gmpc-plugins] annotated tag debian/11.8.16-2.1 created (now bc88fbf)
 
Etienne Millon
 - [Pkg-mpd-commits] [gmpc-plugins] 01/01: Imported Debian patch	11.8.16-2.1
 
Etienne Millon
 - [Pkg-mpd-commits] [qmpdclient] branch master updated (fd950c9 ->	363ae33)
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 01/38: Fixed french translation
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 02/38: Fixed default value of	Last.fm scrobbler timer
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 03/38: "Scrobble" checkbox
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 04/38: Add support for more	multimedia keys
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 05/38: Minor cleanup
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 06/38: CMakeLists.txt: correctly	link under Win32
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 07/38: CMakeLists.txt: make GUI	executable on Win32
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 08/38: Merge	git://github.com/dkrjuchkov/qmpdclient
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 09/38: Fix compilation under MSVC
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 10/38: config.cpp: append dir separator to m_systemPath in Q_WS_WIN case
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 11/38: config.cpp: move variable	closer to the usage
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 12/38: CMakeLists.txt: install executable file into root folder instead of bin on Win32
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 13/38: controlpanel: disable volume slider when MPD does not provide volume control
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 14/38: CMakeLists.txt: add resource.rc to sources on WIN32
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 15/38: remake qmpdclient.ico from	.png
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 16/38: .gitignore: add	CMakeLists.txt.user
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 17/38: First attempt at fixing	lastfm scrobbling
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 18/38: Part 2,	I don't know what I'm doing really
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 19/38: Modified icon to match size
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 20/38: Fixed icon size
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 21/38: Jump to song also selects and	scrolls playlist.
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 22/38: Weird forgotten include
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 23/38: Fixed same-case entries in	views being lost
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 24/38: Updated lyricwiki scraping	code
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 25/38: readme update
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 26/38: Merge tag	'upstream/1.2.2+git20151118'
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 27/38: Update the upstream tag	format in gbp.conf.
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 28/38: Enable pristine-tar.
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 29/38: Drop debian/qmpdclient-64.png,	fixed upstream.
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 30/38: Update my email.
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 31/38: Update my email and years in	d/copyright.
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 32/38: Bump S-V
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 33/38: Fix Vcs-* fields
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 34/38: Drop obsolete	fix-fr-translation.patch
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 35/38: Fix a license name in	d/copyright
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 36/38: Use system libmpd.
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] branch pristine-tar created (now	e2fbfd7)
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] branch upstream updated (5f010ba ->	b848641)
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 37/38: Update debian/changelog.
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 38/38: Set Maintainer to the QA	Group.
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] 01/01: pristine-tar data for qmpdclient_1.2.2+git20151118.orig.tar.gz
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] annotated tag debian/1.2.2+git20151118-1 created (now 1eac28e)
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [qmpdclient] annotated tag upstream/1.2.2+git20151118 created (now e3f7dcc)
 
Andrey Rahmatullin
 - [Pkg-mpd-commits] [pkg-mpd] branch master updated (c9c10d4 ->	fada4fc)
 
Florian Schlichting
 - [Pkg-mpd-commits] [pkg-mpd] 01/06: disable tests on mips64el, like we do on mips and mipsel
 
Florian Schlichting
 - [Pkg-mpd-commits] [pkg-mpd] 02/06: Imported Upstream version 0.19.15
 
Florian Schlichting
 - [Pkg-mpd-commits] [pkg-mpd] 03/06: Merge tag 'upstream/0.19.15'
 
Florian Schlichting
 - [Pkg-mpd-commits] [pkg-mpd] 04/06: Import Upstream version 0.19.15	(Closes: #822848)
 
Florian Schlichting
 - [Pkg-mpd-commits] [pkg-mpd] 05/06: Drop typo.patch and stdint.patch, applied upstream; refresh curl-proxy.patch and libsystemd.patch (offset)
 
Florian Schlichting
 - [Pkg-mpd-commits] [pkg-mpd] 06/06: Add doc/include/tags.xml from upstream git, missing in tarball
 
Florian Schlichting
 - [Pkg-mpd-commits] [pkg-mpd] branch pristine-tar updated (ea14232 ->	03de9e8)
 
Florian Schlichting
 - [Pkg-mpd-commits] [pkg-mpd] branch upstream updated (e82dfc7 ->	3fe9dd7)
 
Florian Schlichting
 - [Pkg-mpd-commits] [pkg-mpd] 01/01: pristine-tar data for	mpd_0.19.15.orig.tar.xz
 
Florian Schlichting
 - [Pkg-mpd-commits] [pkg-mpd] annotated tag upstream/0.19.15 created	(now 4ae78a4)
 
Florian Schlichting
 - [Pkg-mpd-commits] [pkg-mpd] annotated tag debian/0.19.15-1 created	(now d6e315b)
 
Florian Schlichting
    
 
    
      Last message date: 
       Mon May 23 07:20:06 UTC 2016
    Archived on: Mon May 23 07:20:08 UTC 2016
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).