index
:
delta/libvirt-python.git
master
libvirt.org: git/libvirt-python.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Release of libvirt-python 1.2.2
v1.2.2
Daniel Veillard
2014-03-02
1
-1
/
+1
*
generator: Skip exporting only sentinels
v1.2.2-rc2
Martin Kletzander
2014-02-20
1
-5
/
+14
*
Fix stream related spelling mistakes
Philipp Hahn
2014-02-13
1
-2
/
+2
*
examples: demonstrate network events
Eric Blake
2014-02-11
1
-19
/
+51
*
maint: ignore editor files
Eric Blake
2014-02-04
1
-0
/
+2
*
Merge tag 'v1.2.1'
Eric Blake
2014-02-03
1
-1
/
+1
|
\
|
*
Release of libvirt-python-1.2.1
v1.2.1
Daniel Veillard
2014-01-16
1
-1
/
+1
*
|
Fix calling of virStreamSend method
Robie Basak
2014-01-23
1
-1
/
+1
|
/
*
virStream.sendAll() fix raising an undeclared var
v1.2.1-rc2
Doug Goldstein
2014-01-10
1
-0
/
+1
*
Add space after comma for consistency with code style
v1.2.1-rc1
Doug Goldstein
2014-01-02
1
-1
/
+1
*
define __GNUC_PREREQ macro before using it
Doug Goldstein
2013-12-30
1
-0
/
+10
*
Rewrite libvirt_charPtrUnwrap to work with Python 3.0->3.2
Daniel P. Berrange
2013-12-12
1
-8
/
+11
*
Add python3 to the automated build and RPM
Daniel P. Berrange
2013-12-12
2
-9
/
+58
*
Skip network event callbacks in sanity test
Daniel P. Berrange
2013-12-11
1
-0
/
+2
*
Fix return type in override method for virStreamRecv
Daniel P. Berrange
2013-12-11
1
-2
/
+3
*
sanitytest: remove use of string.lower()
Daniel P. Berrange
2013-12-11
1
-2
/
+2
*
sanitytest: Fix broken comparison between int and string
Daniel P. Berrange
2013-12-11
1
-1
/
+1
*
override: Switch virStreamSend wrapper to use libvirt_charPtrSizeUnwrap
Daniel P. Berrange
2013-12-11
3
-5
/
+34
*
override: Conditionalize use of PyString_Check and PyInt_Check
Daniel P. Berrange
2013-12-11
1
-0
/
+6
*
typewrappers: PyInt/PyLong merge for Python3
Daniel P. Berrange
2013-12-11
1
-5
/
+28
*
typewrappers: Replace use of PyString class
Daniel P. Berrange
2013-12-11
1
-0
/
+19
*
override: Replace PyInt_AsLong with helper
Daniel P. Berrange
2013-12-11
1
-7
/
+3
*
override: Replace Py{Int,Long}_FromLong with helpers
Daniel P. Berrange
2013-12-11
4
-53
/
+62
*
override: Replace PyString_AsString with libvirt_charPtrUnwrap
Daniel P. Berrange
2013-12-11
3
-44
/
+81
*
override: Replace PyString_FromString with libvirt_constcharPtrWrap
Daniel P. Berrange
2013-12-11
2
-20
/
+20
*
sanitytest: Fix libvirtError class handling for Python 2.4
Daniel P. Berrange
2013-12-11
1
-1
/
+3
*
override: Fix native module registration to work with Python3
Daniel P. Berrange
2013-12-11
3
-55
/
+166
*
examples: Ensure we write bytes to the self-pipe
Daniel P. Berrange
2013-12-11
1
-1
/
+1
*
examples: Invoke print("...") instead of print "..."
Daniel P. Berrange
2013-12-11
8
-85
/
+82
*
Don't free passed in args in libvirt_charPtrWrap / libvirt_charPtrSizeWrap
Daniel P. Berrange
2013-12-11
2
-3
/
+3
*
Added python binding for the new network events API
Cédric Bosdonnat
2013-12-11
3
-0
/
+188
*
test: Invoke print("...") instead of print "..."
Doug Goldstein
2013-12-09
1
-5
/
+5
*
override: Fix exception handling syntax
Doug Goldstein
2013-12-09
2
-3
/
+8
*
generator: Sort enums and functions when generating code
Daniel P. Berrange
2013-12-09
1
-2
/
+8
*
generator: Remove use of string.replace and string.find functions
Daniel P. Berrange
2013-12-09
1
-3
/
+3
*
generator: Update to use sort() 'key' param
Daniel P. Berrange
2013-12-09
1
-22
/
+8
*
generator: Remove use of 'has_key' function
Daniel P. Berrange
2013-12-09
1
-54
/
+54
*
Update exception catching in generated code
Doug Goldstein
2013-12-05
1
-4
/
+8
*
generator: Support exceptions in Python 2 and 3
Doug Goldstein
2013-12-05
1
-2
/
+4
*
setup: Drop unused exception variable
Doug Goldstein
2013-12-05
1
-1
/
+1
*
generator: Cast iterators to a list() explicitly
Daniel P. Berrange
2013-12-04
1
-19
/
+19
*
Revert "Optimize callback lookup in event handlers"
Daniel P. Berrange
2013-12-04
1
-11
/
+24
*
Revert accidental change to exception handling syntax
Daniel P. Berrange
2013-12-04
1
-2
/
+2
*
generator: Invoke print("...") instead of print "..."
Daniel P. Berrange
2013-12-04
1
-21
/
+21
*
generator: Remove string.lower(XXX) with XXX.lower()
Daniel P. Berrange
2013-12-04
1
-45
/
+45
*
generator: Don't use 'list' as a variable name
Daniel P. Berrange
2013-12-04
1
-4
/
+4
*
Optimize callback lookup in event handlers
Daniel P. Berrange
2013-12-04
1
-24
/
+11
*
Fix use of virDomainEventRegister in python bindings
Daniel P. Berrange
2013-12-04
2
-60
/
+6
*
setup: Use user requested python binary
Doug Goldstein
2013-12-03
1
-4
/
+4
*
Improve quality of sanitytest check
v1.2.0
Daniel P. Berrange
2013-11-28
2
-50
/
+293
[next]