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
...
*
sanitytest: move function/enum identification into a helper method
Daniel P. Berrangé
2022-04-21
1
-54
/
+59
*
sanitytest: move class identification into a helper method
Daniel P. Berrangé
2022-04-21
1
-34
/
+38
*
sanitytest: move initial class method mapping into a helper method
Daniel P. Berrangé
2022-04-21
1
-68
/
+72
*
sanitytest: move class method mapping fixup into a helper method
Daniel P. Berrangé
2022-04-21
1
-116
/
+120
*
sanitytest: move C to python API mapping check into a helper method
Daniel P. Berrangé
2022-04-21
1
-10
/
+12
*
sanitytest: move python to C API mapping check into a helper method
Daniel P. Berrangé
2022-04-21
1
-16
/
+17
*
sanitytest: move C API binding check into a helper method
Daniel P. Berrangé
2022-04-21
1
-18
/
+26
*
sanitytest: stop passing python module path into sanity test
Daniel P. Berrangé
2022-04-21
2
-5
/
+1
*
sanitytest: stop passing API XML path into sanity test
Daniel P. Berrangé
2022-04-21
2
-9
/
+2
*
setup: switch from distutils to setuptools
Daniel P. Berrangé
2022-04-21
1
-4
/
+4
*
setup: remove use of distutils.util.get_platform
Daniel P. Berrangé
2022-04-21
1
-15
/
+24
*
setup: override 'build_ext' / 'build_py' commands rather than 'build'
Daniel P. Berrangé
2022-04-21
1
-7
/
+22
*
setup: replace distutils.dir_util.remove_tree with shutils
Daniel P. Berrangé
2022-04-21
1
-2
/
+1
*
setup: replace distutils.spawn with subprocess
Daniel P. Berrangé
2022-04-21
1
-16
/
+13
*
setup: replace distutils.spawn.find_executable with shutils
Daniel P. Berrangé
2022-04-21
1
-2
/
+1
*
setup: introduce an explicit check for pkg-config operation
Daniel P. Berrangé
2022-04-21
1
-16
/
+16
*
setup: stop inheriting from 'clean' command
Daniel P. Berrangé
2022-04-21
1
-4
/
+1
*
setup: drop the 'rpm' command
Daniel P. Berrangé
2022-04-21
1
-21
/
+0
*
generator: introduce ability to selectively generate code
Daniel P. Berrangé
2022-04-21
1
-2
/
+8
*
generator: rename methods for code generation
Daniel P. Berrangé
2022-04-21
1
-4
/
+4
*
generator: split function skip logic out of C generator
Daniel P. Berrangé
2022-04-21
1
-29
/
+55
*
generator: split function type validation out of C generator
Daniel P. Berrangé
2022-04-21
1
-29
/
+62
*
generator: split loading of APIs out from writing stubs
Daniel P. Berrangé
2022-04-21
1
-4
/
+9
*
generator: merge python wrapper generator methods
Daniel P. Berrangé
2022-04-21
2
-232
/
+71
*
generator: refactor buildWrappers to make it more generic
Daniel P. Berrangé
2022-04-21
2
-21
/
+33
*
generator: simplify some repeated code patterns
Daniel P. Berrangé
2022-04-21
1
-56
/
+17
*
generator: use single function for registering all enums
Daniel P. Berrangé
2022-04-21
1
-18
/
+7
*
generator: use single dict for tracking all enums
Daniel P. Berrangé
2022-04-21
1
-8
/
+6
*
generator: use single function for registering all functions
Daniel P. Berrangé
2022-04-21
1
-39
/
+11
*
generator: use single dict for tracking all skipped functions
Daniel P. Berrangé
2022-04-21
1
-34
/
+8
*
generator: use single dict for tracking all functions
Daniel P. Berrangé
2022-04-21
1
-14
/
+12
*
Post-release version bump to 8.3.0
Jiri Denemark
2022-04-01
1
-1
/
+1
*
gitlab: switch to using 'pip' for package installation
v8.2.0
Daniel P. Berrangé
2022-03-28
11
-2
/
+12
*
ci: refresh from lcitool manifest
Daniel P. Berrangé
2022-03-28
8
-102
/
+43
*
Implement virDomainQemuMonitorCommandWithFiles() override
Michal Privoznik
2022-03-10
3
-1
/
+149
*
Post-release version bump to 8.2.0
Jiri Denemark
2022-03-01
1
-1
/
+1
*
add missing files to MANIFEST.in
v8.1.0
Daniel P. Berrangé
2022-02-11
1
-0
/
+11
*
Post-release version bump to 8.1.0
Jiri Denemark
2022-01-14
1
-1
/
+1
*
Add an override impl for virDomainSetLaunchSecurityState
v8.0.0
Daniel P. Berrangé
2022-01-05
3
-0
/
+59
*
Post-release version bump to 8.0.0
Jiri Denemark
2021-12-01
1
-1
/
+1
*
Switch to new GitHub repo-lockdown configuration
v7.10.0
Daniel P. Berrangé
2021-12-01
2
-36
/
+52
*
Post-release version bump to 7.10.0
Jiri Denemark
2021-11-01
1
-1
/
+1
*
Add support for domain event for memory device size change
v7.9.0
Daniel P. Berrangé
2021-10-08
3
-0
/
+74
*
Post-release version bump to 7.9.0
Jiri Denemark
2021-10-01
1
-1
/
+1
*
sanitytest: Add virNetworkCreateXMLFlags() to list of name fixups
v7.8.0
Michal Privoznik
2021-09-24
1
-1
/
+2
*
Don't mention email patch submission in README
Jonathon Jongsma
2021-09-21
1
-13
/
+2
*
Update readme to mention pytest instead of nose
Jonathon Jongsma
2021-09-21
1
-1
/
+1
*
Add new autostart API for node devices
Jonathon Jongsma
2021-09-21
3
-0
/
+35
*
ci: remove obsolete refresh script and documentation
Daniel P. Berrangé
2021-09-02
2
-41
/
+0
*
ci: re-generate containers/gitlab config from manifest
Daniel P. Berrangé
2021-09-02
13
-210
/
+271
[prev]
[next]