summaryrefslogtreecommitdiffstats
path: root/scripts/qapi/parser.py
Commit message (Expand)AuthorAgeFilesLines
* qapi: Fix parse errors for removal of null from schema languageMarkus Armbruster2021-03-051-4/+4
* qapi: enforce import order/styling with isortJohn Snow2020-10-101-1/+1
* qapi: Prefer explicit relative importsJohn Snow2020-10-101-2/+2
* scripts/qapi/parser.py: improve doc comment indent handlingPeter Maydell2020-09-291-19/+74
* scripts/qapi: Move doc-comment whitespace stripping to doc.pyPeter Maydell2020-09-291-8/+4Star
* qapi: Make section headings start a new doc comment blockMarkus Armbruster2020-09-071-8/+13
* qapi: Reject section markup in definition documentationMarkus Armbruster2020-09-071-0/+5
* qapi: Brush off some (py)lintMarkus Armbruster2020-03-051-4/+2Star
* qapi: Use super() now we have Python 3Markus Armbruster2020-03-051-1/+1
* qapi: Drop conditionals for Python 2Markus Armbruster2020-03-051-5/+1Star
* qapi: Inheriting from object is pointless with Python 3, dropMarkus Armbruster2020-03-051-3/+3
* qapi: Check feature documentation against the schemaMarkus Armbruster2019-10-291-9/+22
* qapi: Polish reporting of bogus member documentationMarkus Armbruster2019-10-291-2/+4
* qapi: Split up scripts/qapi/common.pyMarkus Armbruster2019-10-221-0/+570