<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libgpod.git/bindings/python/tests, branch remove-chapterdata_raw</title>
<subtitle>libgpod - iPod library (tmz's crap)</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/'/>
<entry>
<title>Python: Whitespace cleanup of tests.py</title>
<updated>2008-08-23T18:03:52+00:00</updated>
<author>
<name>tmzullinger</name>
<email>tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6</email>
</author>
<published>2008-08-23T18:03:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/commit/?id=3f1e901ee5fe81afdb0301eea4daa15e639b9c5a'/>
<id>3f1e901ee5fe81afdb0301eea4daa15e639b9c5a</id>
<content type='text'>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2111 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2111 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</pre>
</div>
</content>
</entry>
<entry>
<title>Python: Be more consistent with other container objects and classes</title>
<updated>2008-08-23T18:02:42+00:00</updated>
<author>
<name>tmzullinger</name>
<email>tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6</email>
</author>
<published>2008-08-23T18:02:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/commit/?id=21f833e2ffc6e031d5d3421e9dabf38069cf4896'/>
<id>21f833e2ffc6e031d5d3421e9dabf38069cf4896</id>
<content type='text'>
This enables testing whether a key exists in an object (e.g. "'title'
in track") as well as iterating over a Track or Photo object's keys,
values, or items.  The items() and pairs() methods were renamed to
values() and items(), respectively, in the Track and Photo classes.

git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2110 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This enables testing whether a key exists in an object (e.g. "'title'
in track") as well as iterating over a Track or Photo object's keys,
values, or items.  The items() and pairs() methods were renamed to
values() and items(), respectively, in the Track and Photo classes.

git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2110 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</pre>
</div>
</content>
</entry>
<entry>
<title>Python: Add a quiet parameter to Database.remove() and use it in tests</title>
<updated>2008-08-23T18:01:32+00:00</updated>
<author>
<name>tmzullinger</name>
<email>tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6</email>
</author>
<published>2008-08-23T18:01:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/commit/?id=9a98fc1a1b4476dd57e226cfafaa283997732752'/>
<id>9a98fc1a1b4476dd57e226cfafaa283997732752</id>
<content type='text'>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2109 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2109 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</pre>
</div>
</content>
</entry>
<entry>
<title>Update python bindings to work with the new thumbnail API.</title>
<updated>2008-08-20T17:37:32+00:00</updated>
<author>
<name>tmzullinger</name>
<email>tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6</email>
</author>
<published>2008-08-20T17:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/commit/?id=a784f5941d57b692338782b1955f5721aaabaa7d'/>
<id>a784f5941d57b692338782b1955f5721aaabaa7d</id>
<content type='text'>
This removes sw_get_artwork_thumbnails() and the Thumbnail class from
the python bindings.  The get_pixbuf() function is now in the Photo
class.

git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2108 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes sw_get_artwork_thumbnails() and the Thumbnail class from
the python bindings.  The get_pixbuf() function is now in the Photo
class.

git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2108 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to deal with typestamps in a sane way in the Python bindings</title>
<updated>2007-08-07T22:48:06+00:00</updated>
<author>
<name>Nicholas Piper</name>
<email>nicholas@users.sourceforge.net</email>
</author>
<published>2007-08-07T22:48:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/commit/?id=face4a2bacd4de4d8b791068015d78ce05b61064'/>
<id>face4a2bacd4de4d8b791068015d78ce05b61064</id>
<content type='text'>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1672 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1672 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</pre>
</div>
</content>
</entry>
<entry>
<title>merge changes from the bug-1723660 branch</title>
<updated>2007-07-31T20:42:54+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmzullinger@users.sourceforge.net</email>
</author>
<published>2007-07-31T20:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/commit/?id=acd33c647ff358dcb43507b9b0e7a9c70fd5f6db'/>
<id>acd33c647ff358dcb43507b9b0e7a9c70fd5f6db</id>
<content type='text'>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1662 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1662 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</pre>
</div>
</content>
</entry>
<entry>
<title>Add version and version_info attributes to the Python bindings</title>
<updated>2007-07-12T13:15:26+00:00</updated>
<author>
<name>Nicholas Piper</name>
<email>nicholas@users.sourceforge.net</email>
</author>
<published>2007-07-12T13:15:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/commit/?id=37282e5cadf7654d617392b7118461bd66e12c8e'/>
<id>37282e5cadf7654d617392b7118461bd66e12c8e</id>
<content type='text'>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1633 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1633 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</pre>
</div>
</content>
</entry>
<entry>
<title>include tests.py in EXTRA_DIST</title>
<updated>2007-06-29T17:12:48+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmzullinger@users.sourceforge.net</email>
</author>
<published>2007-06-29T17:12:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/commit/?id=f8584cad55d990801bfc120a227d1f42cb13912e'/>
<id>f8584cad55d990801bfc120a227d1f42cb13912e</id>
<content type='text'>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1613 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1613 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</pre>
</div>
</content>
</entry>
<entry>
<title>update a few more CVS references for Subversion</title>
<updated>2007-06-03T17:38:23+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmzullinger@users.sourceforge.net</email>
</author>
<published>2007-06-03T17:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/commit/?id=9e50017e687fbbba9d93b7c184bb26cbaba797c5'/>
<id>9e50017e687fbbba9d93b7c184bb26cbaba797c5</id>
<content type='text'>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1522 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1522 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</pre>
</div>
</content>
</entry>
<entry>
<title>change CVS references and links to SVN</title>
<updated>2007-05-30T12:33:18+00:00</updated>
<author>
<name>Todd Zullinger</name>
<email>tmzullinger@users.sourceforge.net</email>
</author>
<published>2007-05-30T12:33:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/tmz/public_git/libgpod.git/commit/?id=cb80c65901da6af0c384a89b33ed6477307f8e00'/>
<id>cb80c65901da6af0c384a89b33ed6477307f8e00</id>
<content type='text'>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1509 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1509 f01d2545-417e-4e96-918e-98f8d0dbbcb6
</pre>
</div>
</content>
</entry>
</feed>
