| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2020-10-10 | qapi/types.py: remove one-letter variables | John Snow | 2 | -15/+15 |
| 2020-10-10 | qapi/types.py: add type hint annotations | John Snow | 2 | -27/+64 |
| 2020-10-10 | qapi/gen.py: delint with pylint | John Snow | 2 | -2/+5 |
| 2020-10-10 | qapi/gen.py: update write() to be more idiomatic | John Snow | 1 | -14/+11 |
| 2020-10-10 | qapi/gen.py: Remove unused parameter | John Snow | 1 | -2/+2 |
| 2020-10-10 | qapi/gen.py: add type hint annotations | John Snow | 2 | -52/+57 |
| 2020-10-10 | qapi/gen: Make _is_user_module() return bool | John Snow | 1 | -1/+1 |
| 2020-10-10 | qapi/source.py: delint with pylint | John Snow | 2 | -1/+3 |
| 2020-10-10 | qapi/source.py: add type hint annotations | John Snow | 2 | -18/+19 |
| 2020-10-10 | qapi/commands.py: add type hint annotations | John Snow | 2 | -23/+56 |
| 2020-10-10 | qapi/commands.py: Don't re-bind to variable of different type | John Snow | 1 | -3/+1 |
| 2020-10-10 | qapi/events.py: Move comments into docstrings | John Snow | 1 | -1/+5 |
| 2020-10-10 | < |