summaryrefslogtreecommitdiff
path: root/scripts/qapi/parser.py
AgeCommit message (Expand)Author
2020-10-10qapi: enforce import order/styling with isortJohn Snow
2020-10-10qapi: Prefer explicit relative importsJohn Snow
2020-09-29scripts/qapi/parser.py: improve doc comment indent handlingPeter Maydell
2020-09-29scripts/qapi: Move doc-comment whitespace stripping to doc.pyPeter Maydell
2020-09-07qapi: Make section headings start a new doc comment blockMarkus Armbruster
2020-09-07qapi: Reject section markup in definition documentationMarkus Armbruster
2020-03-05qapi: Brush off some (py)lintMarkus Armbruster
2020-03-05qapi: Use super() now we have Python 3Markus Armbruster
2020-03-05qapi: Drop conditionals for Python 2Markus Armbruster
2020-03-05qapi: Inheriting from object is pointless with Python 3, dropMarkus Armbruster
2019-10-29qapi: Check feature documentation against the schemaMarkus Armbruster
2019-10-29qapi: Polish reporting of bogus member documentationMarkus Armbruster
2019-10-22qapi: Split up scripts/qapi/common.pyMarkus Armbruster