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

Commit Graph

  • 9be847c7ce generator: Use SAX method names Philipp Hahn 2018-11-20 13:20:53 +01:00
  • 90e861ab4a generator: Remove unused SAX content handler methods Philipp Hahn 2018-11-20 13:19:29 +01:00
  • 06de635ed2 generator: Refactor parser creation Philipp Hahn 2018-11-20 12:07:44 +01:00
  • 4d06f2b2fb generator: Open file with context manager Philipp Hahn 2018-11-20 11:58:57 +01:00
  • 8f354ae738 generator: Use splitlines() Philipp Hahn 2018-11-20 11:42:58 +01:00
  • f36643acac generator: Just walk the dict Philipp Hahn 2018-11-20 11:32:54 +01:00
  • ada1554532 generator: Directly get dict length Philipp Hahn 2018-11-20 11:32:23 +01:00
  • 280b1d6640 generator: Walk only the values Philipp Hahn 2018-11-20 11:31:32 +01:00
  • 89c453db00 generator: Use dict.item() to walk keys and values Philipp Hahn 2018-11-20 11:30:48 +01:00
  • 659d0b4dfd generator: Check contained in hash Philipp Hahn 2018-11-20 11:29:12 +01:00
  • a0798b9bbc generator: Initialize function_classes directly Philipp Hahn 2018-11-20 11:14:46 +01:00
  • 94b30b7fb7 generator: Remove global declarations Philipp Hahn 2018-11-20 12:14:41 +01:00
  • f4aefad212 generator: Use string concatenation Philipp Hahn 2018-11-20 10:24:24 +01:00
  • 9e325358de generator: Use increment assignment Philipp Hahn 2018-11-20 10:23:43 +01:00
  • 03b558b32e generator: Use enumerate() Philipp Hahn 2018-11-20 10:22:49 +01:00
  • 4b798e3405 generator: Simplify string concatentaion Philipp Hahn 2018-11-20 10:16:20 +01:00
  • 879dae7483 generator: Use more string formatting Philipp Hahn 2020-04-19 15:55:12 +02:00
  • 928f5a22e6 generator: Merge now identical if-elif-else cases Philipp Hahn 2018-11-21 07:55:57 +01:00
  • 2679b06d9c generator: Fix return type on failure Philipp Hahn 2018-11-20 10:11:25 +01:00
  • 241e89b713 generator: Remove useless sort key Philipp Hahn 2020-04-26 20:03:47 +02:00
  • 0132c6d2a9 generator: Remove skipped_modules Philipp Hahn 2020-04-26 18:55:22 +02:00
  • 3b85ec54c9 generator: Remove dead variable assignments Philipp Hahn 2018-11-20 10:09:19 +01:00
  • 8b8b394555 generator: Use raw-string for regular expression Philipp Hahn 2020-07-26 06:12:29 +02:00
  • bc486beb0d generator: Convert to 'not in' and 'is not' Philipp Hahn 2018-11-20 10:08:51 +01:00
  • 443403e7fe generator: Change type of quiet to bool Philipp Hahn 2018-11-20 10:03:29 +01:00
  • ab1147f524 generator: Simplify exception handling Philipp Hahn 2018-11-20 08:59:35 +01:00
  • 38a1b70524 generator: Cleanup imports Philipp Hahn 2018-11-16 13:55:56 +01:00
  • e16eab444f generator: Do not use bare except Philipp Hahn 2020-04-27 10:29:24 +02:00
  • a1f2c432a8 Post-release version bump to 6.8.0 Jiri Denemark 2020-09-01 09:10:48 +02:00
  • 8c800b0adf Revert "libvirtaio: Drop object(*args, **kwargs)" v6.7.0 Philipp Hahn 2020-08-28 18:34:10 +02:00
  • d8d55b17e2 connect: Just clear all event handlers Philipp Hahn 2018-11-21 10:44:20 +01:00
  • bd1a2c9fff domain: Fix None comparison Philipp Hahn 2018-11-21 09:10:27 +01:00
  • fd7087fb72 stream: Return None from callback Philipp Hahn 2018-11-20 10:11:25 +01:00
  • 547965ecd9 stream: Convert type() to isinstance() Philipp Hahn 2018-11-21 09:50:39 +01:00
  • d144e70957 stream: no type change Philipp Hahn 2018-11-21 09:26:08 +01:00
  • 109b257fe5 stream: Simplify boolean condition Philipp Hahn 2018-11-21 09:08:32 +01:00
  • 06222739f7 stream: Fix exception traceback handling Philipp Hahn 2020-04-27 10:54:33 +02:00
  • 9074b50259 stream: Do not use bare except Philipp Hahn 2020-04-27 10:29:24 +02:00
  • 5777008197 override: Convert to list comprehension Philipp Hahn 2020-07-23 08:44:41 +02:00
  • d49e850807 override: Catch type error Philipp Hahn 2020-04-20 11:47:33 +02:00
  • 051a00c212 override: no type change Philipp Hahn 2018-11-21 09:26:08 +01:00
  • abbd47f4ea override: Add manual PEP 484 type annotations Philipp Hahn 2018-11-20 08:59:35 +01:00
  • 67af8b910b override: Simplify exception handling Philipp Hahn 2018-11-20 08:59:35 +01:00
  • ec76ba3507 Include libvirt-qemu-override.py in sdist Vincent Vanlaer 2020-08-18 00:17:38 +02:00
  • 026a47928a libvirtaio: Add manual PEP 484 type annotations Philipp Hahn 2018-11-20 08:59:35 +01:00
  • 6b97281730 libvirtaio: assert callback type Philipp Hahn 2020-04-20 11:58:17 +02:00
  • 12d631d11a libvirtaio: Fix return type Philipp Hahn 2020-04-20 11:51:48 +02:00
  • f4be03b330 libvirtaio: Drop object(*args, **kwargs) Philipp Hahn 2020-04-20 10:30:52 +02:00
  • 429973c836 libvirtaio: Cleanup imports Philipp Hahn 2018-11-16 13:55:56 +01:00
  • bd238713ef sanitytest: no type change Philipp Hahn 2018-11-21 09:26:08 +01:00
  • 22f2ba37ae sanitytest: Use str.startswith() instead of str[0] Philipp Hahn 2020-04-20 09:54:52 +02:00
  • b6ad44257e sanitytest: Use set for tracking used functions Philipp Hahn 2020-04-20 09:08:30 +02:00
  • ddf73e40a9 sanitytest: Use 3-tuple for finalklassmap Philipp Hahn 2020-04-20 08:55:34 +02:00
  • 809b963134 sanitytest: Use 3-tuple for basicklassmap Philipp Hahn 2020-04-20 08:55:34 +02:00
  • 94c24929e4 sanitytest: Add PEP 484 type annotations Philipp Hahn 2020-04-20 08:53:55 +02:00
  • fd8b7733dc sanitytest: Drop Python 2 compatibility Philipp Hahn 2020-04-20 08:48:18 +02:00
  • ff9575a727 sanitytest: Drop else:pass Philipp Hahn 2020-04-20 08:47:12 +02:00
  • 6279dbefc2 sanitytest: Do not re-declare set Philipp Hahn 2020-04-20 08:45:25 +02:00
  • 39ffa7f838 sanitytest: Convert type() to isinstance() Philipp Hahn 2018-11-21 09:50:39 +01:00
  • 8a81fc6f2b sanitytest: Skip type annotations Philipp Hahn 2018-11-20 08:59:35 +01:00
  • b5f7beb931 sanitytest: Remove unused import Philipp Hahn 2018-11-16 13:55:56 +01:00
  • ee5c856af7 Remove legacy libvirtError arguments Philipp Hahn 2018-11-21 07:55:57 +01:00
  • 0ca8dc6340 Normalize white space Philipp Hahn 2018-11-20 08:34:48 +01:00
  • 7c93891420 examples/event-test: Fix remove return type Philipp Hahn 2020-08-06 08:49:23 +02:00
  • 74a78fa42c examples: Fix white space Philipp Hahn 2018-11-20 08:34:48 +01:00
  • b801ff31fa examples: Replace sys.exit() with exit() Philipp Hahn 2020-07-28 07:15:55 +02:00
  • f496dc55ee examples: Cleanup imports Philipp Hahn 2018-11-16 13:55:56 +01:00
  • 4e22f4de6f examples: Do not use bare except Philipp Hahn 2020-04-27 10:29:24 +02:00
  • 06aba185a8 examples: Convert to ArgumentParser Philipp Hahn 2020-07-28 07:05:19 +02:00
  • 9cf539a2a8 examples: Add/fix PEP 484 type annotation Philipp Hahn 2020-04-27 11:10:13 +02:00
  • 5434ed53ff examples: Add missing return values Philipp Hahn 2020-04-27 14:17:07 +02:00
  • c588ba982e examples/nodestat: Fix None comparison Philipp Hahn 2018-11-21 09:10:27 +01:00
  • 900676d3c4 examples/consolecallback: Fix assorted errors Philipp Hahn 2020-04-27 14:32:09 +02:00
  • 55415a4870 examples/consolecallback: Add var to save callback Philipp Hahn 2020-04-27 11:03:55 +02:00
  • 77f57cd5ec examples/esxlist: Fix Python 2 raw_input() Philipp Hahn 2020-04-27 10:23:54 +02:00
  • cb8cceb0d8 examples/event-test: Use atexit for Python 3 Philipp Hahn 2020-04-27 14:57:04 +02:00
  • 59c2df2fa4 examples/event-test: Remove unneeded global statement Philipp Hahn 2018-09-26 16:43:31 +02:00
  • a19f086831 examples/dhcp*: Fix None comparison Philipp Hahn 2018-11-21 09:10:27 +01:00
  • 6aa02b3292 examples/*: Remove stray semicolon Philipp Hahn 2020-04-27 09:59:39 +02:00
  • dc1dc11efe ci: refresh dockerfiles for changed libvirt build system Daniel P. Berrangé 2020-08-04 12:23:26 +01:00
  • 2966ed6085 Post-release version bump to 6.7.0 Jiri Denemark 2020-08-03 00:23:16 +02:00
  • ca394b9f3c generator: Fix parent type v6.6.0 Philipp Hahn 2020-04-20 18:28:36 +02:00
  • a14161f01c debug: Fix bit-rot in debug output Philipp Hahn 2020-07-27 07:32:02 +02:00
  • cfcf988a98 libvirtaio: Fix return types of callback Philipp Hahn 2020-04-27 09:44:57 +02:00
  • b595e59b48 qemu-api: Fix return type Philipp Hahn 2020-04-27 09:14:58 +02:00
  • 932055e3cb generator: Fix domainCheckpoint.listAllChildren() Philipp Hahn 2020-04-20 18:28:36 +02:00
  • a65d230ded generator: Fix domainSnapshot.listAllChildren() Philipp Hahn 2020-04-20 18:28:36 +02:00
  • d2de75dd83 generator: Fix string formatting Philipp Hahn 2018-11-20 10:11:57 +01:00
  • c23bd95798 generator: Fix undefined variables file Philipp Hahn 2020-04-20 12:18:10 +02:00
  • bf049af8f9 Post-release version bump to 6.6.0 Jiri Denemark 2020-07-23 00:43:16 +02:00
  • d4b62ae615 generator: Fix typos Radostin Stoyanov 2020-07-17 09:28:39 +01:00
  • ed545f9fff examples: Refactor domipaddrs Radostin Stoyanov 2020-07-15 10:54:14 +01:00
  • c1b9384759 Fix PY_SSIZE_T_CLEAN deprecation warning Cole Robinson 2020-07-05 12:51:45 -04:00
  • cecaa15b64 generator: Fix SyntaxWarning Cole Robinson 2020-07-05 17:48:50 -04:00
  • d0ac75bb9c virStream: Use larger buffer for sendAll/recvAll methods Michal Privoznik 2020-07-03 12:30:00 +02:00
  • 11bb65bff3 MANIFEST: Distribute sparsestream.py example Michal Privoznik 2020-07-03 12:54:34 +02:00
  • 2ccc481c31 setup: post-release version bump to 6.5.0 v6.5.0 Daniel P. Berrangé 2020-06-08 16:43:39 +01:00
  • 8c5879b44d ci: Test installation v6.4.0 Andrea Bolognani 2020-05-22 18:35:19 +02:00
  • dc5edeb087 ci: Make job skips more flexible Andrea Bolognani 2020-05-22 18:29:08 +02:00
  • 68f5bd0bbc examples: remove docs about non-existent XML files Daniel P. Berrangé 2020-05-14 10:13:57 +01:00