<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libvirt-python-split.git, branch v0.7.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/berrange/public_git/libvirt-python-split.git/'/>
<entry>
<title>python: Raise exceptions if virDomain*Stats fail.</title>
<updated>2009-07-26T21:25:06+00:00</updated>
<author>
<name>Cole Robinson</name>
<email>crobinso@redhat.com</email>
</author>
<published>2009-07-24T15:05:27+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/berrange/public_git/libvirt-python-split.git/commit/?id=a5d4455ba21721b4739aab09b2c8116d138b29f3'/>
<id>a5d4455ba21721b4739aab09b2c8116d138b29f3</id>
<content type='text'>
The generator couldn't tell that the stats return values were pointers.
Stick a white list in the function which tries to make this distinction.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The generator couldn't tell that the stats return values were pointers.
Stick a white list in the function which tries to make this distinction.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove all trailing blank lines</title>
<updated>2009-07-16T13:06:42+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-07-16T06:25:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/berrange/public_git/libvirt-python-split.git/commit/?id=d68dda19ea1bb690e00113c79941ce359943896a'/>
<id>d68dda19ea1bb690e00113c79941ce359943896a</id>
<content type='text'>
by running this command:
git ls-files -z | xargs -0 perl -pi -0777 -e 's/\n\n+$/\n/'
This is in preparation for a more strict make syntax-check
rule that will detect trailing blank lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
by running this command:
git ls-files -z | xargs -0 perl -pi -0777 -e 's/\n\n+$/\n/'
This is in preparation for a more strict make syntax-check
rule that will detect trailing blank lines.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove all .cvsignore files</title>
<updated>2009-07-08T14:17:51+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-07-07T10:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/berrange/public_git/libvirt-python-split.git/commit/?id=fc43c82b4e8aedf859b49ad2702923226059b593'/>
<id>fc43c82b4e8aedf859b49ad2702923226059b593</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix python examples to use read-write conn</title>
<updated>2009-07-06T15:05:41+00:00</updated>
<author>
<name>Dan Kenigsberg</name>
<email>danken@redhat.com</email>
</author>
<published>2009-07-06T15:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/berrange/public_git/libvirt-python-split.git/commit/?id=99a00dbc20ac23fab206f5888f84f38c416d51c3'/>
<id>99a00dbc20ac23fab206f5888f84f38c416d51c3</id>
<content type='text'>
* docs/examples/python/domstart.py python/tests/create.py:
The two example were broken as they needed full-access connection
but only opened read-only connections
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* docs/examples/python/domstart.py python/tests/create.py:
The two example were broken as they needed full-access connection
but only opened read-only connections
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix python domain events example &amp; binding</title>
<updated>2009-05-28T11:02:11+00:00</updated>
<author>
<name>Daniel P. Berrange</name>
<email>berrange@redhat.com</email>
</author>
<published>2009-05-28T11:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/berrange/public_git/libvirt-python-split.git/commit/?id=879d7b5d2442b52719d629608539c6f202673954'/>
<id>879d7b5d2442b52719d629608539c6f202673954</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add virInterface  APIs to python code generator</title>
<updated>2009-05-21T10:57:05+00:00</updated>
<author>
<name>Daniel P. Berrange</name>
<email>berrange@redhat.com</email>
</author>
<published>2009-05-21T10:57:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/berrange/public_git/libvirt-python-split.git/commit/?id=5d24a7a2136e33f2f5f3e9c8c2ee5953537b1d77'/>
<id>5d24a7a2136e33f2f5f3e9c8c2ee5953537b1d77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better error reporting if 'import libvirtmod' fails</title>
<updated>2009-05-19T13:03:03+00:00</updated>
<author>
<name>Cole Robinson</name>
<email>crobinso@redhat.com</email>
</author>
<published>2009-05-19T13:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/berrange/public_git/libvirt-python-split.git/commit/?id=cbfce0d1daa2e34f553dd71f978b80a7794bf3e6'/>
<id>cbfce0d1daa2e34f553dd71f978b80a7794bf3e6</id>
<content type='text'>
Don't squash a possibly legitimate libvirtmod error (e.g. some from
clashing libvirt.so versions) with 'Cannot import cygvirtmod'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't squash a possibly legitimate libvirtmod error (e.g. some from
clashing libvirt.so versions) with 'Cannot import cygvirtmod'
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash after calling virConnectClose</title>
<updated>2009-04-01T10:39:12+00:00</updated>
<author>
<name>Daniel P. Berrange</name>
<email>berrange@redhat.com</email>
</author>
<published>2009-04-01T10:39:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/berrange/public_git/libvirt-python-split.git/commit/?id=9e8c2f4b3557e5df4a93cd0448290be50b96d1d2'/>
<id>9e8c2f4b3557e5df4a93cd0448290be50b96d1d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix generation of networkCreateXML and storagePoolCreateXML</title>
<updated>2009-04-01T10:37:57+00:00</updated>
<author>
<name>Daniel P. Berrange</name>
<email>berrange@redhat.com</email>
</author>
<published>2009-04-01T10:37:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/berrange/public_git/libvirt-python-split.git/commit/?id=00ee94b777b7706581eccd66b2f0ef71df2170ac'/>
<id>00ee94b777b7706581eccd66b2f0ef71df2170ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update .gitignore and .hgignore files</title>
<updated>2009-03-03T11:25:00+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-03-03T11:25:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/berrange/public_git/libvirt-python-split.git/commit/?id=ccd75e95aeffa9fda6f1df62b94bb65076907d98'/>
<id>ccd75e95aeffa9fda6f1df62b94bb65076907d98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
