summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* setup.py: Remove unused importCole Robinson2014-03-251-1/+0
* qemu: support arbitrary monitor eventsEric Blake2014-03-253-9/+269
* event: fix domain reference bugsEric Blake2014-03-251-119/+200
* generator: Add virConnectDomainQemuMonitorEventCallback to skipped_typesMartin Kletzander2014-03-251-0/+1
* maint: balance {} usageEric Blake2014-03-241-6/+8
* maint: Add ctags configuration file and ignore the outputPeter Krempa2014-03-242-0/+3
* maint: set up preferred emacs settingsEric Blake2014-03-241-0/+8
* maint: ignore .pyc filesEric Blake2014-03-211-0/+1
* override: Return NULL on python failure in getCPUModelNamesCole Robinson2014-03-201-1/+1
* override: GetCPUModelNames should return None on failureCole Robinson2014-03-201-2/+2
* Add test for setting scheduler parametersDaniel P. Berrange2014-03-191-0/+19
* Add support for running unit tests with noseDaniel P. Berrange2014-03-192-0/+21
* setPyVirTypedParameter: free whole return variable on errorMichal Privoznik2014-03-181-1/+1
* setPyVirTypedParameter: Copy full field nameMichal Privoznik2014-03-181-2/+1
* Post release version bump to 1.2.3Daniel P. Berrange2014-03-031-1/+1
* Release of libvirt-python 1.2.2v1.2.2Daniel Veillard2014-03-021-1/+1
* generator: Skip exporting only sentinelsv1.2.2-rc2Martin Kletzander2014-02-201-5/+14
* Fix stream related spelling mistakesPhilipp Hahn2014-02-131-2/+2
* examples: demonstrate network eventsEric Blake2014-02-111-19/+51
* maint: ignore editor filesEric Blake2014-02-041-0/+2
* Merge tag 'v1.2.1'Eric Blake2014-02-031-1/+1
|\
| * Release of libvirt-python-1.2.1v1.2.1Daniel Veillard2014-01-161-1/+1
* | Fix calling of virStreamSend methodRobie Basak2014-01-231-1/+1
|/
* virStream.sendAll() fix raising an undeclared varv1.2.1-rc2Doug Goldstein2014-01-101-0/+1
* Add space after comma for consistency with code stylev1.2.1-rc1Doug Goldstein2014-01-021-1/+1
* define __GNUC_PREREQ macro before using itDoug Goldstein2013-12-301-0/+10
* Rewrite libvirt_charPtrUnwrap to work with Python 3.0->3.2Daniel P. Berrange2013-12-121-8/+11
* Add python3 to the automated build and RPMDaniel P. Berrange2013-12-122-9/+58
* Skip network event callbacks in sanity testDaniel P. Berrange2013-12-111-0/+2
* Fix return type in override method for virStreamRecvDaniel P. Berrange2013-12-111-2/+3
* sanitytest: remove use of string.lower()Daniel P. Berrange2013-12-111-2/+2
* sanitytest: Fix broken comparison between int and stringDaniel P. Berrange2013-12-111-1/+1
* override: Switch virStreamSend wrapper to use libvirt_charPtrSizeUnwrapDaniel P. Berrange2013-12-113-5/+34
* override: Conditionalize use of PyString_Check and PyInt_CheckDaniel P. Berrange2013-12-111-0/+6
* typewrappers: PyInt/PyLong merge for Python3Daniel P. Berrange2013-12-111-5/+28
* typewrappers: Replace use of PyString classDaniel P. Berrange2013-12-111-0/+19
* override: Replace PyInt_AsLong with helperDaniel P. Berrange2013-12-111-7/+3
* override: Replace Py{Int,Long}_FromLong with helpersDaniel P. Berrange2013-12-114-53/+62
* override: Replace PyString_AsString with libvirt_charPtrUnwrapDaniel P. Berrange2013-12-113-44/+81
* override: Replace PyString_FromString with libvirt_constcharPtrWrapDaniel P. Berrange2013-12-112-20/+20
* sanitytest: Fix libvirtError class handling for Python 2.4Daniel P. Berrange2013-12-111-1/+3
* override: Fix native module registration to work with Python3Daniel P. Berrange2013-12-113-55/+166
* examples: Ensure we write bytes to the self-pipeDaniel P. Berrange2013-12-111-1/+1
* examples: Invoke print("...") instead of print "..."Daniel P. Berrange2013-12-118-85/+82
* Don't free passed in args in libvirt_charPtrWrap / libvirt_charPtrSizeWrapDaniel P. Berrange2013-12-112-3/+3
* Added python binding for the new network events APICédric Bosdonnat2013-12-113-0/+188
* test: Invoke print("...") instead of print "..."Doug Goldstein2013-12-091-5/+5
* override: Fix exception handling syntaxDoug Goldstein2013-12-092-3/+8
* generator: Sort enums and functions when generating codeDaniel P. Berrange2013-12-091-2/+8
* generator: Remove use of string.replace and string.find functionsDaniel P. Berrange2013-12-091-3/+3