1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-12-08 08:23:47 +03:00

Commit Graph

  • ea9339c878 Fix calling of virStreamSend method Robie Basak 2014-01-23 14:24:12 +00:00
  • c8e1ae3ecd Release of libvirt-python-1.2.1 v1.2.1 Daniel Veillard 2014-01-16 17:33:29 +08:00
  • de8361627c virStream.sendAll() fix raising an undeclared var v1.2.1-rc2 Doug Goldstein 2014-01-10 21:11:04 -06:00
  • 80c53727f3 Add space after comma for consistency with code style v1.2.1-rc1 Doug Goldstein 2014-01-02 09:52:13 -06:00
  • c6ff569fb6 define __GNUC_PREREQ macro before using it Doug Goldstein 2013-12-29 16:52:15 -06:00
  • a06d78b4a1 Rewrite libvirt_charPtrUnwrap to work with Python 3.0->3.2 Daniel P. Berrange 2013-12-12 18:15:05 +00:00
  • c95c635d9b Add python3 to the automated build and RPM Daniel P. Berrange 2013-12-11 16:31:03 +00:00
  • ab2b22aa7d Skip network event callbacks in sanity test Daniel P. Berrange 2013-12-11 16:38:43 +00:00
  • faaf2a4835 Fix return type in override method for virStreamRecv Daniel P. Berrange 2013-12-11 16:27:27 +00:00
  • d499f4a7c1 sanitytest: remove use of string.lower() Daniel P. Berrange 2013-12-09 15:12:25 +00:00
  • 919bb0cc3b sanitytest: Fix broken comparison between int and string Daniel P. Berrange 2013-12-09 15:11:44 +00:00
  • d40861012c override: Switch virStreamSend wrapper to use libvirt_charPtrSizeUnwrap Daniel P. Berrange 2013-12-09 14:53:34 +00:00
  • e6551e60ce override: Conditionalize use of PyString_Check and PyInt_Check Daniel P. Berrange 2013-12-09 14:17:10 +00:00
  • a65df7c7a5 typewrappers: PyInt/PyLong merge for Python3 Daniel P. Berrange 2013-12-09 14:00:19 +00:00
  • b4d8863469 typewrappers: Replace use of PyString class Daniel P. Berrange 2013-12-05 17:10:55 +00:00
  • d021f89dfc override: Replace PyInt_AsLong with helper Daniel P. Berrange 2013-12-09 14:24:08 +00:00
  • a933b7f5d1 override: Replace Py{Int,Long}_FromLong with helpers Daniel P. Berrange 2013-12-05 16:08:40 +00:00
  • aac76e7630 override: Replace PyString_AsString with libvirt_charPtrUnwrap Daniel P. Berrange 2013-12-05 16:36:41 +00:00
  • e5161dec9e override: Replace PyString_FromString with libvirt_constcharPtrWrap Daniel P. Berrange 2013-12-05 16:03:15 +00:00
  • c6dcaef7d9 sanitytest: Fix libvirtError class handling for Python 2.4 Daniel P. Berrange 2013-12-05 12:12:28 +00:00
  • 1b4dc72140 override: Fix native module registration to work with Python3 Daniel P. Berrange 2013-12-03 15:42:49 +00:00
  • b882ae9ecf examples: Ensure we write bytes to the self-pipe Daniel P. Berrange 2013-12-03 15:47:33 +00:00
  • 3f4e32c6a1 examples: Invoke print("...") instead of print "..." Daniel P. Berrange 2013-12-03 15:34:56 +00:00
  • bb3301ba78 Don't free passed in args in libvirt_charPtrWrap / libvirt_charPtrSizeWrap Daniel P. Berrange 2013-12-11 16:12:14 +00:00
  • 6ea5be0dd2 Added python binding for the new network events API Cédric Bosdonnat 2013-12-11 15:39:09 +00:00
  • 1f180dde63 test: Invoke print("...") instead of print "..." Doug Goldstein 2013-12-06 16:24:00 -06:00
  • bf9bc81447 override: Fix exception handling syntax Doug Goldstein 2013-12-06 16:22:39 -06:00
  • c2da294180 generator: Sort enums and functions when generating code Daniel P. Berrange 2013-12-03 12:25:36 +00:00
  • dec4ff10ff generator: Remove use of string.replace and string.find functions Daniel P. Berrange 2013-12-03 12:08:22 +00:00
  • 394d88324c generator: Update to use sort() 'key' param Daniel P. Berrange 2013-12-03 12:07:02 +00:00
  • 3ae0a76d88 generator: Remove use of 'has_key' function Daniel P. Berrange 2013-12-03 11:01:44 +00:00
  • ec15ea947b Update exception catching in generated code Doug Goldstein 2013-12-04 14:34:08 -06:00
  • 0634769595 generator: Support exceptions in Python 2 and 3 Doug Goldstein 2013-12-04 14:34:07 -06:00
  • 3af0f02351 setup: Drop unused exception variable Doug Goldstein 2013-12-04 14:34:06 -06:00
  • f7addb7e6c generator: Cast iterators to a list() explicitly Daniel P. Berrange 2013-12-03 10:54:41 +00:00
  • 7e68c27960 Revert "Optimize callback lookup in event handlers" Daniel P. Berrange 2013-12-04 18:04:49 +00:00
  • dcbbb23072 Revert accidental change to exception handling syntax Daniel P. Berrange 2013-12-04 18:04:27 +00:00
  • 2b8bb538a3 generator: Invoke print("...") instead of print "..." Daniel P. Berrange 2013-12-03 10:50:30 +00:00
  • 8bc78e12c1 generator: Remove string.lower(XXX) with XXX.lower() Daniel P. Berrange 2013-12-03 10:45:41 +00:00
  • 978ec4a4ec generator: Don't use 'list' as a variable name Daniel P. Berrange 2013-12-03 10:43:48 +00:00
  • 084729e269 Optimize callback lookup in event handlers Daniel P. Berrange 2013-12-03 15:45:31 +00:00
  • 7f842365b1 Fix use of virDomainEventRegister in python bindings Daniel P. Berrange 2013-12-03 15:24:17 +00:00
  • 9d9e2513c0 setup: Use user requested python binary Doug Goldstein 2013-12-02 21:35:11 -06:00
  • 4fe9994338 Improve quality of sanitytest check v1.2.0 Daniel P. Berrange 2013-11-26 17:43:07 +00:00
  • 9f1c4e3d94 Skip copying manually written python for C APIs which don't exist Daniel P. Berrange 2013-11-26 23:26:34 +00:00
  • b9579cb6fd Fix misc RPM specfile flaws Daniel P. Berrange 2013-11-27 11:57:16 +00:00
  • 590f338b23 Fix code for avoiding overrides of non-existant functions Daniel P. Berrange 2013-11-26 22:37:05 +00:00
  • 9f02373b5e Deal with old filenames for events/error functions Daniel P. Berrange 2013-11-26 22:36:10 +00:00
  • 197153c67e Add missing binding of security model/label APIs v1.2.0-rc2 Daniel P. Berrange 2013-11-26 18:31:18 +00:00
  • 9bc81a156d Avoid generating the methods in multiple classes Daniel P. Berrange 2013-11-26 16:57:51 +00:00
  • d05f105992 Make block pull event dispatcher private Daniel P. Berrange 2013-11-26 16:56:09 +00:00
  • edb16fd5c1 Don't include virDomainSnapshotRef in python API Daniel P. Berrange 2013-11-26 16:54:49 +00:00
  • 3b314e4124 Call virGetLastError from mod rather than py wrapper Doug Goldstein 2013-11-26 12:54:59 -06:00
  • 8dd64f07ea Return right error code for baselineCPU Don Dugger 2013-11-26 16:53:20 +00:00
  • e81d4dce75 Make setup.py executable Martin Kletzander 2013-11-26 10:09:59 +01:00
  • 409273ad3e Update README file contents and add HACKING file Daniel P. Berrange 2013-11-25 17:16:11 +00:00
  • cabb24db9f maint: next release is 1.2.0 v1.2.0-rc1 Eric Blake 2013-11-25 08:49:44 -07:00
  • 6f82518edc Ensure API overrides only used if API exists Daniel P. Berrange 2013-11-22 14:09:55 +00:00
  • 45eb6b995c Relax min required libvirt to version 0.9.11 Daniel P. Berrange 2013-11-21 16:50:10 +00:00
  • b8de31ae0c virConnectGetCPUModelNames API appeared in 1.1.3 Doug Goldstein 2013-11-22 15:59:08 +00:00
  • 298233168c VIR_DOMAIN_EVENT_ID_DEVICE_REMOVED appeared in 1.1.1 Daniel P. Berrange 2013-11-21 16:39:43 +00:00
  • 33b2b09b7f virDomainCreateXMLWithFiles and virDomainCreateWithFiles APIs appeared in 1.1.1 Doug Goldstein 2013-11-18 15:48:56 -05:00
  • f721af9e54 virDomainMigrate3 and virDomainMigrateToURI3 appeared in 1.1.0 Doug Goldstein 2013-11-19 09:43:49 -06:00
  • 24c5e9b994 virTypedParams* API appeared in 1.0.2 and used in 1.1.0 Doug Goldstein 2013-11-13 18:12:24 -05:00
  • 121d123af4 virDomainMigrateGetCompressionCache API appeared in 1.0.3 Doug Goldstein 2013-11-18 16:34:47 -05:00
  • e5da225dd0 virDomainGetJobStats API appeared in 1.0.3 Doug Goldstein 2013-11-18 16:32:57 -05:00
  • 810126620a virNodeGetCPUMap API appeared in 1.0.0 Doug Goldstein 2013-11-13 18:15:23 -05:00
  • 7cc872b35b VIR_DOMAIN_EVENT_ID_PMSUSPEND_DISK appeared in 1.0.0 Daniel P. Berrange 2013-11-21 16:38:08 +00:00
  • 38b2d9304f virStoragePoolListAllVolumes API appeared in 0.10.2 Doug Goldstein 2013-11-19 10:41:01 -06:00
  • f55e27f210 virNode{Get,Set}MemoryParameters API appeared in 0.10.2 Doug Goldstein 2013-11-19 10:36:42 -06:00
  • f13a882e00 virConnectListAll* APIs appeared in 0.10.2 Doug Goldstein 2013-11-19 10:26:25 -06:00
  • a7651a3284 virDomainQemuAgentCommand appeared in 0.10.0 Daniel P. Berrange 2013-11-22 14:12:50 +00:00
  • 6a050c8f43 virDomainPinEmulator and virDomainGetEmulatorPinInfo APIs appeared in 0.10.0 Doug Goldstein 2013-11-19 10:47:48 -06:00
  • bebe13660f VIR_DOMAIN_EVENT_ID_BALLOON_CHANGED appeared in 0.10.0 Daniel P. Berrange 2013-11-21 16:39:43 +00:00
  • cfe670927e virConnect{Unr,R}egisterCloseCallback API appeared in 0.10.0 Doug Goldstein 2013-11-19 10:44:47 -06:00
  • 23e65b47e1 virDomainSnapshotListAllChildren API appeared in 0.9.13 Doug Goldstein 2013-11-19 11:11:31 -06:00
  • 0ee14795fd virConnectListAllDomains API appeared in 0.9.13 Doug Goldstein 2013-11-19 11:05:15 -06:00
  • 31d815b24b virDomainListAllSnapshots API appeared in 0.9.13 Doug Goldstein 2013-11-19 11:06:18 -06:00
  • 75666e2d3a Don't build LXC module when building less than 1.0.2 Doug Goldstein 2013-11-18 16:21:23 -06:00
  • 766f7433f0 Create array of modules to be built Doug Goldstein 2013-11-18 16:20:08 -06:00
  • 3878fbd548 Break generator.py to be called per module Doug Goldstein 2013-11-18 16:16:23 -06:00
  • 41562e063e Setup distutils build system Daniel P. Berrange 2013-11-12 18:21:57 +00:00
  • e878523679 Add execute permission for sanitytest.py Daniel P. Berrange 2013-11-12 18:21:56 +00:00
  • be7d0bccb4 Add build/ to python module path for sanitytest.py Daniel P. Berrange 2013-11-12 18:21:55 +00:00
  • 4d083fbf60 Import some virTypedParams* APIs from libvirt Doug Goldstein 2013-11-18 17:02:49 -05:00
  • ac89e8177d Import LIBVIR_CHECK_VERSION macro from libvirt Doug Goldstein 2013-11-13 14:37:22 -06:00
  • 68bbab625a Import VIR_FORCE_CLOSE macro from libvirt Daniel P. Berrange 2013-11-12 18:21:54 +00:00
  • 218dbee6c6 Remove use of virStrcpyStatic Daniel P. Berrange 2013-11-12 18:21:53 +00:00
  • 4f1ea70fd1 Import VIR_ALLOC / VIR_ALLOC_N / VIR_REALLOC_N functions Daniel P. Berrange 2013-11-12 18:21:52 +00:00
  • ca48db168f Import code annotation macros from libvirt Daniel P. Berrange 2013-11-12 18:21:51 +00:00
  • 834ee782d8 Import gnulib's ignore_value macro Daniel P. Berrange 2013-11-12 18:21:50 +00:00
  • c856b7c623 Import gnulib's xalloc_oversized macro Daniel P. Berrange 2013-11-12 18:21:49 +00:00
  • 5b5437349a Add decl of MIN macro Daniel P. Berrange 2013-11-12 18:21:48 +00:00
  • e169d3d8cf Import STREQ macro from libvirt Daniel P. Berrange 2013-11-12 18:21:47 +00:00
  • 3bfb20266b Update header file includes Daniel P. Berrange 2013-11-12 18:21:46 +00:00
  • 19453b7836 Update generator for new code layout Daniel P. Berrange 2013-11-12 18:21:45 +00:00
  • 3f61b08d5b Remove obsolete Makefile.am Daniel P. Berrange 2013-11-12 18:21:44 +00:00
  • 34aa32ba8a Move python example programs into python/examples/ subdirectory Daniel P. Berrange 2013-11-22 15:55:39 +00:00
  • 70b8c9a2a3 Mostly revert "python: remove virConnectGetCPUModelNames from globals" Daniel P. Berrange 2013-11-22 14:32:23 +00:00
  • 45ac117cf6 python: remove virConnectGetCPUModelNames from globals Doug Goldstein 2013-11-21 08:47:08 -06:00