summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* generator: Update to use sort() 'key' paramDaniel P. Berrange2013-12-091-22/+8
* generator: Remove use of 'has_key' functionDaniel P. Berrange2013-12-091-54/+54
* Update exception catching in generated codeDoug Goldstein2013-12-051-4/+8
* generator: Support exceptions in Python 2 and 3Doug Goldstein2013-12-051-2/+4
* setup: Drop unused exception variableDoug Goldstein2013-12-051-1/+1
* generator: Cast iterators to a list() explicitlyDaniel P. Berrange2013-12-041-19/+19
* Revert "Optimize callback lookup in event handlers"Daniel P. Berrange2013-12-041-11/+24
* Revert accidental change to exception handling syntaxDaniel P. Berrange2013-12-041-2/+2
* generator: Invoke print("...") instead of print "..."Daniel P. Berrange2013-12-041-21/+21
* generator: Remove string.lower(XXX) with XXX.lower()Daniel P. Berrange2013-12-041-45/+45
* generator: Don't use 'list' as a variable nameDaniel P. Berrange2013-12-041-4/+4
* Optimize callback lookup in event handlersDaniel P. Berrange2013-12-041-24/+11
* Fix use of virDomainEventRegister in python bindingsDaniel P. Berrange2013-12-042-60/+6
* setup: Use user requested python binaryDoug Goldstein2013-12-031-4/+4
* Improve quality of sanitytest checkv1.2.0Daniel P. Berrange2013-11-282-50/+293