aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2023-02-22python: drop pipenvJohn Snow
2023-02-22python: support pylint 2.16John Snow
2023-01-24python/qemu/machine: use socketpair() for QMP by defaultMarc-André Lureau
2023-01-24python/qmp/legacy: make QEMUMonitorProtocol accept a socketMarc-André Lureau
2023-01-24python/qmp/protocol: add open_with_socket()Marc-André Lureau
2023-01-24python/qmp: increase read buffer sizeMaksim Davydov
2023-01-24python/machine: Fix AF_UNIX path too long on macOSPeter Delevoryas
2023-01-24python: QEMUMachine: enable qmp accept timeout by defaultVladimir Sementsov-Ogievskiy
2023-01-24Fix some typosDongdong Zhang
2023-01-04python: add 3.11 to supported listJohn Snow
2023-01-04Python: fix flake8 configJohn Snow
2023-01-04python/machine: Handle termination cases without QMPJohn Snow
2023-01-04python/machine: Add debug logging to key state changesJohn Snow
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé
2022-07-18python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct typeThomas Huth
2022-06-08Fix 'writeable' typosPeter Maydell
2022-06-06python: update for mypy 0.950John Snow
2022-04-21python/qmp: remove pylint workaround from legacy.pyJohn Snow
2022-04-21python: rename 'aqmp-tui' to 'qmp-tui'John Snow
2022-04-21python: rename qemu.aqmp to qemu.qmpJohn Snow
2022-04-21python: re-enable pylint duplicate-code warningsJohn Snow
2022-04-21python: remove the old QMP packageJohn Snow
2022-04-21python/aqmp: copy qmp docstrings to qemu.aqmp.legacyJohn Snow
2022-04-21python/aqmp: fully separate from qmp.QEMUMonitorProtocolJohn Snow
2022-04-21python/aqmp: take QMPBadPortError and parse_address from qemu.qmpJohn Snow
2022-04-21python: temporarily silence pylint duplicate-code warningsJohn Snow
2022-04-21python/aqmp-tui: relicense as LGPLv2+John Snow
2022-04-21python/qmp-shell: relicense as LGPLv2+John Snow
2022-04-21python/aqmp: relicense as LGPLv2+John Snow
2022-04-21python/aqmp: add explicit GPLv2 license to legacy.pyJohn Snow
2022-04-21python/machine: permanently switch to AQMPJohn Snow
2022-03-22python/utils: add VerboseProcessErrorJohn Snow
2022-03-22python/utils: add add_visual_margin() text decoration utilityJohn Snow
2022-03-07python/aqmp: drop _bind_hack()John Snow
2022-03-07python/aqmp: fix race condition in legacy.pyJohn Snow
2022-03-07python/aqmp: add start_server() and accept() methodsJohn Snow
2022-03-07python/aqmp: stop the server during disconnect()John Snow
2022-03-07python/aqmp: refactor _do_accept() into two distinct stepsJohn Snow
2022-03-07python/aqmp: squelch pylint warning for too many linesJohn Snow
2022-03-07python/aqmp: split _client_connected_cb() out as _incoming()John Snow
2022-03-07python/aqmp: remove _new_session and _establish_connectionJohn Snow
2022-03-07python/aqmp: rename 'accept()' to 'start_server_and_accept()'John Snow
2022-03-07python/aqmp: add _session_guard()John Snow
2022-02-23Revert "python: pin setuptools below v60.0.0"John Snow
2022-02-23Python: add setuptools v60.0 workaroundJohn Snow
2022-02-23Python: discourage direct setup.py installJohn Snow
2022-02-23python: support recording QMP session to a fileDaniel P. Berrangé
2022-02-23python: introduce qmp-shell-wrap convenience toolDaniel P. Berrangé
2022-02-02python/aqmp: add socket bind step to legacy.pyJohn Snow
2022-02-02python: upgrade mypy to 0.780John Snow