Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | +Tue May 29 15:56:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>v0.2.3 | Richard W.M. Jones | 2007-05-29 | 1 | -0/+23 |
| | | | | | | | | | | + + * python/generator.py, python/libvir.c, python/libvir.py: + Wrap the virGetVersion call as Python libvirt.getVersion. + + * src/libvirt.c: Change virGetVersion so that the driver name + is case insensitive. + | ||||
* | Fixed exception reporting for domain/network operationsv0.2.2 | Daniel P. Berrange | 2007-04-16 | 1 | -1/+6 |
| | |||||
* | Fixed string concatenation in case where there is no lower level error | Daniel P. Berrange | 2006-11-10 | 1 | -1/+4 |
| | |||||
* | Propagate libvirt errors back with python exceptions | Daniel P. Berrange | 2006-11-07 | 1 | -2/+55 |
| | |||||
* | * TODO: updated | Daniel Veillard | 2006-02-28 | 1 | -0/+30 |
* python/Makefile.am python/generator.py python/libvir.c python/libvir.py: improved python binding, raise exception when an instance creation or lookup fails, and add support for the global error handler, per conn handler still needed * python/tests/error.py python/tests/Makefile.am: adding a regression test Daniel |