summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Skip copying manually written python for C APIs which don't existDaniel P. Berrange2013-11-281-1/+41
* Fix misc RPM specfile flawsDaniel P. Berrange2013-11-281-3/+10
* Fix code for avoiding overrides of non-existant functionsDaniel P. Berrange2013-11-281-0/+6
* Deal with old filenames for events/error functionsDaniel P. Berrange2013-11-281-2/+5
* Add missing binding of security model/label APIsv1.2.0-rc2Daniel P. Berrange2013-11-275-3/+110
* Avoid generating the methods in multiple classesDaniel P. Berrange2013-11-271-0/+2
* Make block pull event dispatcher privateDaniel P. Berrange2013-11-272-2/+2
* Don't include virDomainSnapshotRef in python APIDaniel P. Berrange2013-11-271-1/+2
* Call virGetLastError from mod rather than py wrapperDoug Goldstein2013-11-261-1/+1