summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version bump to 1.3.1v1.3.1Daniel Veillard2016-01-171-1/+1
* Post-release version bump to 1.3.0v1.3.0Pavel Hrdina2015-11-241-1/+1
* fix crash introduced by commit 1d39dbafv1.2.21Pavel Hrdina2015-10-311-2/+7
* Post-release version bump to 1.2.21Martin Kletzander2015-10-151-1/+1
* use VIR_PY_DICT_SET_GOTOPavel Hrdina2015-10-052-193/+104
* use VYR_PY_LIST_SET_GOTO and VIR_PY_LIST_APPEND_GOTOPavel Hrdina2015-10-052-283/+343
* use VIR_PY_TUPLE_GOTOPavel Hrdina2015-10-051-153/+155
* utils: introduce new macro helpers for tuple, list and dict objectsPavel Hrdina2015-10-051-0/+82
* improve usage of cleanup pathsPavel Hrdina2015-10-051-138/+126
* drop unnecessary py_retval variablePavel Hrdina2015-10-051-97/+43
* change the order of some statementsPavel Hrdina2015-10-051-103/+85
* Must check return value for all Py*_New functionsPavel Hrdina2015-10-052-97/+196
* use Py_CLEAR instead of Py_XDECREF followed by NULL assignmentPavel Hrdina2015-10-051-46/+23
* Use VIR_PY_NONE instead of increment and Py_NonePavel Hrdina2015-10-052-42/+21
* Return NULL and set an exception if allocation failsPavel Hrdina2015-10-051-22/+31
* Return correct python objectPavel Hrdina2015-10-051-11/+18
* Return NULL if python exception is setPavel Hrdina2015-10-053-87/+64
* wrap lines to 80 columnsPavel Hrdina2015-10-051-53/+95
* fix indentationPavel Hrdina2015-10-054-108/+96
* indent labels by one spacePavel Hrdina2015-10-054-60/+60
* cleanup functions definitionPavel Hrdina2015-10-055-122/+255
* Move utils and shared code into libvirt-utilsPavel Hrdina2015-10-055-427/+457
* drop unnecessary gotoPavel Hrdina2015-10-051-12/+8
* remove useless check for NULL before Py_XDECREFPavel Hrdina2015-10-051-6/+3
* refactor the function to not override python exceptionsPavel Hrdina2015-10-051-16/+8
* update virDomainGetVcpus xml API descriptionPavel Hrdina2015-10-051-2/+2
* Release of libvirt-python-1.2.20v1.2.20Daniel Veillard2015-10-021-1/+1
* generator: fix build fail with old xml libLuyao Huang2015-09-211-1/+1
* examples: small fix for nodestats.py examplev1.2.19Luyao Huang2015-08-262-0/+4
* Check return value of PyList_AppendJiri Denemark2015-08-031-8/+38
* Post-release version bump to 1.2.19Jiri Denemark2015-08-031-1/+1
* Forgot to bump version to 1.2.18Daniel Veillard2015-08-031-1/+1
* iothread: Fix crash if virDomainGetIOThreadInfo returns errorv1.2.18Peter Krempa2015-07-301-2/+4
* examples: Introduce nodestats exampleMichal Privoznik2015-07-171-0/+87
* virPyDictToTypedParams: packing lists of valuesv1.2.17Pavel Boldin2015-06-291-99/+129
* Revert "Change livbirt version to 1.3.0 for the next release"Martin Kletzander2015-06-281-1/+1
* Change livbirt version to 1.3.0 for the next releaseMartin Kletzander2015-06-161-1/+1
* Provide symbolic names for typed parametersJiri Denemark2015-06-081-0/+8
* Post-release version bump to 1.2.17Jiri Denemark2015-06-051-1/+1
* Include tests in MANIFESTDaniel P. Berrange2015-06-011-0/+2
* Fix duplicate entries in AUTHORSv1.2.16Jim Fehlig2015-05-282-1/+19
* Sort tuples on both itemsGuido Günther2015-05-201-3/+3
* Simplify sortingGuido Günther2015-05-201-4/+1
* Sort dictionary keysGuido Günther2015-05-201-4/+4
* examples: Add example to make guest agent lifecycle event usefulPeter Krempa2015-05-114-0/+238
* Post-release version bump to 1.2.16Peter Krempa2015-05-111-1/+1
* libvirt-python: add classifiers to setup.pyv1.2.15Victor Stinner2015-04-221-1/+10
* Add tox.ini to run tests on Python 2.6, 2.7 & 3.4Victor Stinner2015-04-223-0/+12
* sanitytest.py parameters are now optionalVictor Stinner2015-04-221-5/+18
* Implement the DEVICE_ADDED eventJán Tomko2015-04-153-0/+70