<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libvirt-python.git/tests/create.py, branch CVE-2013-4239</title>
<subtitle>libvirt.org: git/libvirt-python.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/'/>
<entry>
<title>Delete obsolete / unused python test files</title>
<updated>2013-07-30T13:13:58+00:00</updated>
<author>
<name>Daniel P. Berrange</name>
<email>berrange@redhat.com</email>
</author>
<published>2013-07-30T10:24:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=a85bf91386293dc07446c82f95e5d5bd4e72c3d5'/>
<id>a85bf91386293dc07446c82f95e5d5bd4e72c3d5</id>
<content type='text'>
The python/tests directory contains a number of so called
"tests" for the python API. These are all hardcoded to
look for Xen and cannot be run in any automated fashion,
and no one is ever manually running them. Given that they
don't meaningully contribute to the test coverage, delete
them.

For some reason these tests were also copied into the
filesystem as part of 'make install'. The change to the
RPM in commit 3347a4203278ec93d7b0ceb88b5ed10e4f14765c
caused a build failure, since it removed the code which
deleted these installed tests.

Signed-off-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The python/tests directory contains a number of so called
"tests" for the python API. These are all hardcoded to
look for Xen and cannot be run in any automated fashion,
and no one is ever manually running them. Given that they
don't meaningully contribute to the test coverage, delete
them.

For some reason these tests were also copied into the
filesystem as part of 'make install'. The change to the
RPM in commit 3347a4203278ec93d7b0ceb88b5ed10e4f14765c
caused a build failure, since it removed the code which
deleted these installed tests.

Signed-off-by: Daniel P. Berrange &lt;berrange@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove more trailing semicolons in Python files</title>
<updated>2013-02-07T18:52:44+00:00</updated>
<author>
<name>Guido Günther</name>
<email>agx@sigxcpu.org</email>
</author>
<published>2013-02-07T07:22:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=728ca81bd67595bdcd2691cff0bba91a7d02c2cd'/>
<id>728ca81bd67595bdcd2691cff0bba91a7d02c2cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: fix grammar in error message</title>
<updated>2011-02-21T17:35:25+00:00</updated>
<author>
<name>Eric Blake</name>
<email>eblake@redhat.com</email>
</author>
<published>2011-02-21T17:35:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=15c255ca8a58335d1e8f2a352740e37ff384d573'/>
<id>15c255ca8a58335d1e8f2a352740e37ff384d573</id>
<content type='text'>
* python/tests/create.py: Use correct wording.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* python/tests/create.py: Use correct wording.
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: Expand tabs in python code</title>
<updated>2011-02-18T07:59:51+00:00</updated>
<author>
<name>Jiri Denemark</name>
<email>jdenemar@redhat.com</email>
</author>
<published>2011-02-16T15:57:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=c8d59ea64a7e09f94c9f5081f7fb718d702a4ff5'/>
<id>c8d59ea64a7e09f94c9f5081f7fb718d702a4ff5</id>
<content type='text'>
Also cfg.mk is tweaked to force this for all future changes to *.py
files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also cfg.mk is tweaked to force this for all future changes to *.py
files.
</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='http://git.baserock.org/cgit/delta/libvirt-python.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>Remove all trailing blanks; turn on the rule to detect them.</title>
<updated>2008-02-05T19:27:37+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2008-02-05T19:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=c74bee938897ed0d5a58257874ddc61047eff4c3'/>
<id>c74bee938897ed0d5a58257874ddc61047eff4c3</id>
<content type='text'>
* Makefile.cfg (local-checks-to-skip): Remove sc_trailing_blank.
* .x-sc_trailing_blank: New file, to exempt the few binary files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.cfg (local-checks-to-skip): Remove sc_trailing_blank.
* .x-sc_trailing_blank: New file, to exempt the few binary files.
</pre>
</div>
</content>
</entry>
<entry>
<title>* python/libvir.c: fixed a bug in the new wrapper</title>
<updated>2006-03-29T13:33:37+00:00</updated>
<author>
<name>Daniel Veillard</name>
<email>veillard@redhat.com</email>
</author>
<published>2006-03-29T13:33:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=506fb7d8868efb4eb24b003b42cce14f9a0b8847'/>
<id>506fb7d8868efb4eb24b003b42cce14f9a0b8847</id>
<content type='text'>
* python/tests/Makefile.am python/tests/node.py: added a new test for
  the new API
* python/tests/create.py: remove a debug
Daniel
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* python/tests/Makefile.am python/tests/node.py: added a new test for
  the new API
* python/tests/create.py: remove a debug
Daniel
</pre>
</div>
</content>
</entry>
<entry>
<title>* python/libvir.c: call the initialize entry point</title>
<updated>2006-03-28T14:41:04+00:00</updated>
<author>
<name>Daniel Veillard</name>
<email>veillard@redhat.com</email>
</author>
<published>2006-03-28T14:41:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=1027aa871cf478a54d77088199da8caabacbe3a0'/>
<id>1027aa871cf478a54d77088199da8caabacbe3a0</id>
<content type='text'>
* src/libvirt_sym.version: add initialize entry point
* src/libvirt.c: make sure we always initialize the lib
* python/tests/*.py: start updating exemple for exception
  handling as pointed by Jim Meyering
Daniel
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/libvirt_sym.version: add initialize entry point
* src/libvirt.c: make sure we always initialize the lib
* python/tests/*.py: start updating exemple for exception
  handling as pointed by Jim Meyering
Daniel
</pre>
</div>
</content>
</entry>
<entry>
<title>* src/xs_internal.c src/xs_internal.h include/virterror.h</title>
<updated>2006-03-23T15:42:10+00:00</updated>
<author>
<name>Daniel Veillard</name>
<email>veillard@redhat.com</email>
</author>
<published>2006-03-23T15:42:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=99865a4c8db85d0a2fe8af86f5456987ac23ed7b'/>
<id>99865a4c8db85d0a2fe8af86f5456987ac23ed7b</id>
<content type='text'>
  src/virterror.c: created a new module related to Xen Store accesses
* src/libvirt.c src/xen_internal.[ch] src/xend_internal.[ch]:
  nearly completed the separation of the code from the different modules
Daniel
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  src/virterror.c: created a new module related to Xen Store accesses
* src/libvirt.c src/xen_internal.[ch] src/xend_internal.[ch]:
  nearly completed the separation of the code from the different modules
Daniel
</pre>
</div>
</content>
</entry>
<entry>
<title>* python/tests/create.py: add one more image path</title>
<updated>2006-03-22T13:44:01+00:00</updated>
<author>
<name>Daniel Veillard</name>
<email>veillard@redhat.com</email>
</author>
<published>2006-03-22T13:44:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libvirt-python.git/commit/?id=d2941a3da39e6197232031a2e9ad0919aaa7f934'/>
<id>d2941a3da39e6197232031a2e9ad0919aaa7f934</id>
<content type='text'>
* src/libvirt.c src/xend_internal.c src/xend_internal.h: more work
  on the xend refactoring
Daniel
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/libvirt.c src/xend_internal.c src/xend_internal.h: more work
  on the xend refactoring
Daniel
</pre>
</div>
</content>
</entry>
</feed>
