summaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
* python/aqmp: fix docstring typoJohn Snow2022-01-211-1/+1
* python: use avocado's "new" runnerJohn Snow2022-01-211-1/+1
* python: pin setuptools below v60.0.0John Snow2022-01-212-0/+3
* python: update type hints for mypy 0.930John Snow2022-01-111-5/+1Star
* Python/aqmp: fix type definitions for mypy 0.920John Snow2022-01-111-2/+3
* python/aqmp: use absolute import statementJohn Snow2022-01-111-1/+2
* python/aqmp: fix send_fd_scm for python 3.6.xJohn Snow2021-11-231-3/+6
* python/machine: handle "fast" QEMU terminationsJohn Snow2021-11-231-7/+12
* python/machine: move more variable initializations to _pre_launchJohn Snow2021-11-231-8/+8
* python/machine: add instance disambiguator to default nicknameJohn Snow2021-11-231-1/+1
* python/machine: remove _remove_monitor_sockfile propertyJohn Snow2021-11-231-4/+1Star
* python/machine: add @sock_dir propertyJohn Snow2021-11-231-4/+13
* python/aqmp: fix ConnectError string methodJohn Snow2021-11-161-1/+5
* python/aqmp: Fix disconnect during capabilities negotiationJohn Snow2021-11-161-5/+13
* tests/acceptance: rename tests acceptance to tests avocadoWillian Rampazzo2021-11-083-3/+3
* python, iotests: replace qmp with aqmpJohn Snow2021-11-011-1/+6
* python/aqmp: Create sync QMP wrapper for iotestsJohn Snow2021-11-011-0/+138
* python/aqmp: Remove scary messageJohn Snow2021-11-011-12/+0Star
* python/machine: Handle QMP errors on close more meticulouslyJohn Snow2021-11-011-6/+42
* python/machine: remove has_quit argumentJohn Snow2021-11-011-15/+19
* python: Add iotest linters to test suiteJohn Snow2021-11-012-0/+8
* python, iotests: remove socket_scm_helperJohn Snow2021-10-122-5/+0Star
* python/qmp: add send_fd_scm directly to QEMUMonitorProtocolJohn Snow2021-10-122-47/+18Star
* python/qmp: clear events on get_events() callJohn Snow2021-10-123-4/+4
* python/aqmp: Disable logging messages by defaultJohn Snow2021-10-121-0/+4
* python/aqmp: Reduce severity of EOFError-caused loop terminationsJohn Snow2021-10-121-2/+5
* python/aqmp: Add dict conversion method to Greeting objectJohn Snow2021-10-121-0/+13
* python/aqmp: add send_fd_scmJohn Snow2021-10-121-0/+22
* python/aqmp: Return cleared events from EventListener.clear()John Snow2021-10-121-2/+7
* python/aqmp: add .empty() method to EventListenerJohn Snow2021-10-121-0/+6
* python/aqmp: add greeting property to QMPClientJohn Snow2021-10-121-0/+5
* python/aqmp-tui: Add syntax highlightingG S Niteesh Babu2021-09-271-2/+34
* python: add optional pygments dependencyG S Niteesh Babu2021-09-272-0/+13
* python: Add entry point for aqmp-tuiG S Niteesh Babu2021-09-271-0/+1
* python/aqmp-tui: Add AQMP TUIG S Niteesh Babu2021-09-272-1/+632
* python: Add dependencies for AQMP TUIG S Niteesh Babu2021-09-272-0/+20
* python/aqmp: Add Coverage.py supportJohn Snow2021-09-274-0/+27
* python/aqmp: add LineProtocol testsJohn Snow2021-09-271-0/+48
* python/aqmp: add AsyncProtocol unit testsJohn Snow2021-09-271-0/+535
* python: bump avocado to v90.0John Snow2021-09-272-5/+5
* python/aqmp: add scary messageJohn Snow2021-09-271-0/+14
* python/aqmp: add asyncio_run compatibility wrapperJohn Snow2021-09-271-0/+19
* python/aqmp: add _raw() execution interfaceJohn Snow2021-09-271-0/+51
* python/aqmp: add execute() interfacesJohn Snow2021-09-272-8/+198
* python/aqmp: Add message routing to QMP protocolJohn Snow2021-09-271-2/+120
* python/pylint: disable no-member checkJohn Snow2021-09-271-0/+1
* python/aqmp: add QMP protocol supportJohn Snow2021-09-272-0/+266
* python/pylint: disable too-many-function-argsJohn Snow2021-09-271-0/+1
* python/aqmp: add QMP event supportJohn Snow2021-09-272-0/+708
* python/aqmp: add well-known QMP object modelsJohn Snow2021-09-271-0/+133