summaryrefslogtreecommitdiffstats
path: root/libvir.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed string concatenation in case where there is no lower level errorDaniel P. Berrange2006-11-101-1/+4
|
* Propagate libvirt errors back with python exceptionsDaniel P. Berrange2006-11-071-2/+55
|
* * TODO: updatedDaniel Veillard2006-02-281-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