Show patches with: Submitter = John Snow       |    State = Action Required       |    Archived = No       |   265 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[01/14] qapi/doc.py: stash long temporary locals in named locals qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[01/20] python/qemu: use isort to lay out imports python/qemu: strictly typed mypy conversion, pt2 --- 2020-10-06 John Snow New
[01/25] qapi/schema: add Visitable mixin qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[01/26] qapi/parser.py: refactor parsing routine into method qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[01/37] python: Require 3.6+ qapi: static typing conversion, pt1 --- 2020-09-15 John Snow New
[02/14] qapi/doc.py: avoid unnecessary keyword arguments qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[02/15] python/qmp: add qom script entry points python: absorb scripts/qmp/qom-* tooling --- 2020-10-21 John Snow New
[02/16] qapi/expr.py: Check for dict instead of OrderedDict qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[02/25] qapi/schema.py: Move meta-type into class instances qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[02/26] qapi/parser.py: group variable declarations in __init__ qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[02/37,DO-NOT-MERGE] qapi: add debugging tools qapi: static typing conversion, pt1 --- 2020-09-15 John Snow New
[03/14] qapi/doc.py: Add assertion on section.member qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[03/16] qapi/expr.py: constrain incoming expression types qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[03/20] python/machine.py: reorder __init__ python/qemu: strictly typed mypy conversion, pt2 --- 2020-10-06 John Snow New
[03/25] qapi/schema.py: add assert in stub methods qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[03/26] qapi/parser.py: use 'with' statement for opening files qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[03/37] qapi-gen: Separate arg-parsing from generation qapi: static typing conversion, pt1 --- 2020-09-15 John Snow New
[04/14] qapi/doc.py: assert correct types in member_func callbacks qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[04/16] qapi/expr.py: Add assertion for union type 'check_dict' qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[04/20] python/machine.py: Don't modify state in _base_args() python/qemu: strictly typed mypy conversion, pt2 --- 2020-10-06 John Snow New
[04/25] qapi/schema.py: constrain QAPISchemaObjectType base type qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[04/26] qapi/source.py: Add default arguments to QAPISourceInfo qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[04/37] qapi: move generator entrypoint into module qapi: static typing conversion, pt1 --- 2020-09-15 John Snow New
[05/14] qapi/doc.py: Assert no suffix given for enum members qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[05/20] python/machine.py: Handle None events in events_wait python/qemu: strictly typed mypy conversion, pt2 --- 2020-10-06 John Snow New
[05/26] qapi/parser.py: start source info at line 0 qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[05/37] qapi: Remove wildcard includes qapi: static typing conversion, pt1 --- 2020-09-15 John Snow New
[06/14] qapi/doc.py: Add type hint annotations qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[06/16] qapi/expr.py: Check type of 'data' member qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[06/25] qapi/schema.py: constrain QAPISchemaEvent arg_type type qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[06/26] qapi/parser.py: raise QAPIParseError during file opening qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[07/14] qapi/doc.py: enable mypy checks qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[07/16] qapi/expr.py: Add casts in a few select cases qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[07/20] python/machine.py: Add _qmp access shim python/qemu: strictly typed mypy conversion, pt2 --- 2020-10-06 John Snow New
[07/25] qapi/schema.py: constrain tag_member type qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[07/26] qapi/parser.py: fully remove 'null' constant qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[07/37] qapi: add pylintrc qapi: static typing conversion, pt1 --- 2020-09-15 John Snow New
[08/14] qapi/doc.py: Add generic texi_member callback qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[08/16] qapi/expr.py: add type hint annotations qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[08/20] python/machine.py: fix _popen access python/qemu: strictly typed mypy conversion, pt2 --- 2020-10-06 John Snow New
[08/25] qapi/schema.py: Allow alternate_type to assert qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[08/26] qapi/parser.py: Assert lexer value is a string qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[09/14] qapi/doc.py: Remove one-letter variables qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[09/16] qapi/expr.py: rewrite check_if qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[09/20] python/qemu: make 'args' style arguments immutable python/qemu: strictly typed mypy conversion, pt2 --- 2020-10-06 John Snow New
[09/25] qapi/schema.py: remove superfluous assert qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[09/26] qapi/parser.py: assert get_expr returns object in outer loop qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[09/37] qapi/common.py: Add indent manager qapi: static typing conversion, pt1 --- 2020-09-15 John Snow New
[10/14] qapi/gen.py: Add __bool__ dunder method to QAPIGen qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[10/20] iotests.py: Adjust HMP kwargs typing python/qemu: strictly typed mypy conversion, pt2 --- 2020-10-06 John Snow New
[10/25] qapi/schema.py: Add assertion to ifcond property qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[10/26] qapi/parser.py: assert object keys are strings qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[11/14] qapi/doc.py: Don't use private attributes of QAPIGen property qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[11/16] qapi/expr.py: enable pylint checks qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[11/20] python/qemu: Add mypy type annotations python/qemu: strictly typed mypy conversion, pt2 --- 2020-10-06 John Snow New
[11/25] qapi/schema.py: Constrain type of QAPISchemaObjectType members field qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[11/26] qapi/parser.py: Convert several methods to @classmethod qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[11/37] qapi/common.py: Replace one-letter 'c' variable qapi: static typing conversion, pt1 --- 2020-09-15 John Snow New
[1/1] MAINTAINERS: Add Python library stanza [1/1] MAINTAINERS: Add Python library stanza --- 2020-07-10 John Snow New
[1/1] python: add check-python target [1/1] python: add check-python target --- 2020-07-14 John Snow New
[12/14] qapi/doc.py: Assert tag member is Enum type qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[12/20] python/qemu/console_socket.py: Correct type of recv() python/qemu: strictly typed mypy conversion, pt2 --- 2020-10-06 John Snow New
[12/25] qapi/schema.py: remove 'and' from non-bool rvalue expressions qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[12/26] qapi/parser.py: add casts to pragma checks qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[12/37] qapi/common.py: check with pylint qapi: static typing conversion, pt1 --- 2020-09-15 John Snow New
[1/2] block/rbd: remove runtime_opts [1/2] block/rbd: remove runtime_opts --- 2020-08-06 John Snow New
[13/14] qapi/doc.py: Assert type of object variant qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[13/16] qapi/expr.py: Modify check_keys to accept any Iterable qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[13/20] python/qemu/console_socket.py: fix typing of settimeout python/qemu: strictly typed mypy conversion, pt2 --- 2020-10-06 John Snow New
[13/25] qapi/schema.py: Test type of self.ret_type instead of local temp qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[13/26] qapi/parser.py: add type hint annotations qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[1/3] iotests: log messages from notrun() [1/3] iotests: log messages from notrun() --- 2020-05-14 John Snow New
[14/14] qapi/doc.py: enable pylint checks qapi: static typing conversion, pt3 --- 2020-09-22 John Snow New
[14/16] qapi/expr.py: Use tuples instead of lists for static data qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[14/20] python/qemu/console_socket.py: Clarify type of drain_thread python/qemu: strictly typed mypy conversion, pt2 --- 2020-10-06 John Snow New
[14/25] qapi/schema.py: Assert variants of an object are also objects qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[14/26] qapi/parser.py: add docstrings qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[14/37] qapi/common.py: Move comments into docstrings qapi: static typing conversion, pt1 --- 2020-09-15 John Snow New
[1/4] scripts/qmp: Fix shebang and imports python: pylint and flake8 support --- 2020-05-28 John Snow New
[15/20] python/qemu/console_socket.py: Add type hint annotations python/qemu: strictly typed mypy conversion, pt2 --- 2020-10-06 John Snow New
[15/25] qapi/schema.py: add type hint annotations qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[15/26] qapi/parser.py: add ParsedExpression type qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[15/37] qapi/common.py: split build_params into new file qapi: static typing conversion, pt1 --- 2020-09-15 John Snow New
[1/5] python: add pytest and tests python: add linters to gitlab CI --- 2020-10-27 John Snow New
[16/16] qapi/expr.py: Use an expression checker dispatch table qapi: static typing conversion, pt2 --- 2020-09-22 John Snow New
[16/20] python/console_socket: avoid encoding to/from string python/qemu: strictly typed mypy conversion, pt2 --- 2020-10-06 John Snow New
[16/25] qapi/schema.py: enable checking qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[16/26] qapi/pragma.py: Move QAPISchemaPragma into its own module qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[1/6] qapi/error.py: refactor error classes qapi: static typing conversion, pt4 --- 2020-09-22 John Snow New
[17/20] python/qemu/qmp.py: Preserve error context on re-raise python/qemu: strictly typed mypy conversion, pt2 --- 2020-10-06 John Snow New
[17/25] qapi: Disable similarity checks in pylint entirely qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[17/26] qapi/pragma.py: Move pragma parsing out of parser.py qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[1/7] python/qemu: create qemu.lib module [1/7] python/qemu: create qemu.lib module --- 2020-06-03 John Snow New
[18/20] python/qemu/qmp.py: re-raise OSError when encountered python/qemu: strictly typed mypy conversion, pt2 --- 2020-10-06 John Snow New
[18/25] qapi/schema.py: Add pylint warning suppressions qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[18/26] qapi/parser.py: Modify _include() to use parser state qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[19/20] python/qemu/qmp.py: Straighten out exception hierarchy python/qemu: strictly typed mypy conversion, pt2 --- 2020-10-06 John Snow New
[19/25] qapi/schema.py: Convert several methods to classmethods qapi: static typing conversion, pt6 --- 2020-09-22 John Snow New
[19/26] qapi/parser.py: add parent argument qapi: static typing conversion, pt5 --- 2020-09-22 John Snow New
[20/20] python: add mypy config python/qemu: strictly typed mypy conversion, pt2 --- 2020-10-06 John Snow New
« 1 2 3 »