Age | Commit message (Expand) | Author | Files | Lines |
2023-05-18 | mkvenv: use pip's vendored distlib as a fallback | John Snow | 2 | -3/+40 |
2023-05-18 | mkvenv: add console script entry point generation | John Snow | 2 | -0/+117 |
2023-05-18 | mkvenv: add --diagnose option to explain "ensure" failures | John Snow | 1 | -1/+169 |
2023-05-18 | mkvenv: add ensure subcommand | John Snow | 3 | -3/+145 |
2023-05-18 | mkvenv: add nested venv workaround | John Snow | 1 | -5/+86 |
2023-05-18 | mkvenv: add better error message for broken or missing ensurepip | John Snow | 1 | -0/+37 |
2023-05-18 | python: add mkvenv.py | John Snow | 6 | -0/+260 |
2023-05-18 | python: update pylint configuration | John Snow | 1 | -0/+1 |
2023-05-18 | python: shut up "pip install" during "make check-minreqs" | Paolo Bonzini | 1 | -3/+6 |
2023-02-22 | python: drop pipenv | John Snow | 7 | -385/+84 |
2023-02-22 | python: support pylint 2.16 | John Snow | 3 | -5/+5 |
2023-01-24 | python/qemu/machine: use socketpair() for QMP by default | Marc-André Lureau | 1 | -8/+17 |
2023-01-24 | python/qmp/legacy: make QEMUMonitorProtocol accept a socket | Marc-André Lureau | 1 | -3/+15 |
2023-01-24 | python/qmp/protocol: add open_with_socket() | Marc-André Lureau | 1 | -5/+20 |
2023-01-24 | python/qmp: increase read buffer size | Maksim Davydov | 1 | -2/+2 |
2023-01-24 | python/machine: Fix AF_UNIX path too long on macOS | Peter Delevoryas | 1 | -3/+3 |
2023-01-24 | python: QEMUMachine: enable qmp accept timeout by default | Vladimir Sementsov-Ogievskiy | 1 | -1/+1 |
2023-01-24 | Fix some typos | Dongdong Zhang | 4 | -6/+6 |
2023-01-04 | python: add 3.11 to supported list | John Snow | 1 | -1/+2 |
2023-01-04 | Python: fix flake8 config | John Snow | 1 | -1/+2 |
2023-01-04 | python/machine: Handle termination cases without QMP | John Snow | 1 | -0/+6 |
2023-01-04 | python/machine: Add debug logging to key state changes | John Snow | 1 | -0/+25 |
2022-08-01 | misc: fix commonly doubled up words | Daniel P. Berrangé | 2 | -2/+2 |
2022-07-18 | python/qemu/qmp/legacy: Replace 'returns-whitelist' with the correct type | Thomas Huth | 1 | -1/+1 |
2022-06-08 | Fix 'writeable' typos | Peter Maydell | 1 | -1/+1 |
2022-06-06 | python: update for mypy 0.950 | John Snow | 2 | -1/+4 |
2022-04-21 | python/qmp: remove pylint workaround from legacy.py | John Snow | 1 | -2/+0 |
2022-04-21 | python: rename 'aqmp-tui' to 'qmp-tui' | John Snow | 2 | -9/+9 |
2022-04-21 | python: rename qemu.aqmp to qemu.qmp | John Snow | 22 | -60/+60 |
2022-04-21 | python: re-enable pylint duplicate-code warnings | John Snow | 1 | -1/+0 |
2022-04-21 | python: remove the old QMP package | John Snow | 6 | -410/+4 |
2022-04-21 | python/aqmp: copy qmp docstrings to qemu.aqmp.legacy | John Snow | 1 | -8/+90 |
2022-04-21 | python/aqmp: fully separate from qmp.QEMUMonitorProtocol | John Snow | 1 | -6/+31 |
2022-04-21 | python/aqmp: take QMPBadPortError and parse_address from qemu.qmp | John Snow | 3 | -32/+27 |
2022-04-21 | python: temporarily silence pylint duplicate-code warnings | John Snow | 1 | -0/+1 |
2022-04-21 | python/aqmp-tui: relicense as LGPLv2+ | John Snow | 1 | -1/+1 |
2022-04-21 | python/qmp-shell: relicense as LGPLv2+ | John Snow | 1 | -3/+4 |
2022-04-21 | python/aqmp: relicense as LGPLv2+ | John Snow | 1 | -3/+3 |
2022-04-21 | python/aqmp: add explicit GPLv2 license to legacy.py | John Snow | 1 | -0/+11 |
2022-04-21 | python/machine: permanently switch to AQMP | John Snow | 2 | -12/+8 |
2022-03-22 | python/utils: add VerboseProcessError | John Snow | 1 | -0/+39 |
2022-03-22 | python/utils: add add_visual_margin() text decoration utility | John Snow | 1 | -0/+78 |
2022-03-07 | python/aqmp: drop _bind_hack() | John Snow | 2 | -39/+4 |
2022-03-07 | python/aqmp: fix race condition in legacy.py | John Snow | 1 | -5/+2 |
2022-03-07 | python/aqmp: add start_server() and accept() methods | John Snow | 2 | -5/+69 |
2022-03-07 | python/aqmp: stop the server during disconnect() | John Snow | 1 | -1/+5 |
2022-03-07 | python/aqmp: refactor _do_accept() into two distinct steps | John Snow | 2 | -7/+26 |
2022-03-07 | python/aqmp: squelch pylint warning for too many lines | John Snow | 1 | -0/+3 |
2022-03-07 | python/aqmp: split _client_connected_cb() out as _incoming() | John Snow | 1 | -25/+58 |
2022-03-07 | python/aqmp: remove _new_session and _establish_connection | John Snow | 2 | -74/+53 |