summaryrefslogtreecommitdiff
path: root/giscanner/xmlwriter.py
Commit message (Expand)AuthorAgeFilesLines
* Clean shebangs out of non-executable scripts and drop exec perm from xmlwrite...Dominique Leuenberger2019-01-091-0/+0
* Drop all Python 2 compat codeChristoph Reiter2018-12-081-15/+2
* tests: depend on flake8 instead of including pep8/pyflakesChristoph Reiter2018-08-151-1/+0
* xmlwriter: move collect_attributes() back to a Python implementationChristoph Reiter2018-07-271-7/+37
* tests: run xmlwriter tests during make checkChristoph Reiter2018-07-271-24/+0
* giscanner: Use StringIO instead of cStringIO in Python 2Simon Feltman2015-09-291-6/+21
* giscanner: Use unicode literals in all Python filesSimon Feltman2015-09-291-13/+14
* giscanner: Use print as a function for Python 3 compatibilitySimon Feltman2015-09-291-0/+1
* giscanner: Enable "true division" for all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Use absolute_import for all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: remove Python xml attribute formatterDieter Verfaillie2013-10-091-44/+5
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-10/+8
* giscanner: remove unneeded encode('utf-8').decode('utf-8') roundtripDieter Verfaillie2013-05-071-1/+1
* mallardwriter: Use xmlwriter for xrefsJasper St. Pierre2013-02-011-15/+19
* giscanner/mallardwriter: Adding experimental Mallard output to g-ir-doc-toolShaun McCance2011-08-151-1/+1
* scanner: More XML unicode fixesColin Walters2010-12-021-9/+13
* Add proper unicode support to the source scannerJohan Dahlin2010-12-021-1/+1
* Switch to nonrecursive make for core (i.e. not tests/)Colin Walters2010-11-091-1/+6
* Add ability to write unindented lines via xmlwriterZachary Goldberg2010-08-171-3/+20
* [scanner] Make it compatible with python 2.yJohan Dahlin2010-07-221-1/+1
* Move doc to toplevel element, write <any> for unknown containersColin Walters2010-07-081-2/+2
* Bug 571548 - Generic attributesColin Walters2009-03-031-0/+2
* Send in an empty list instead of None.Johan Dahlin2009-02-201-0/+2
* Add generated file warning commentColin Walters2009-01-141-0/+3
* Bug 563794 - Redo annotation parsing & applyingJohan Dahlin2009-01-121-0/+2
* Fix inconsistencies with PEP8Jürg Billeter2009-01-031-2/+0
* Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin2008-11-041-11/+11
* Write a C version of the xml namespace formatter. Saves 15% of the time itJohan Dahlin2008-10-301-4/+12
* Abstract attribute formatting to a function external to the XMLWriterJohan Dahlin2008-10-301-41/+49
* Bug 554854: The --typelib-xml and --inject options should reuse giscannerLucas Rocha2008-10-111-5/+11
* Pass through recursive types. Avoid overwriting errors. Always write theColin Walters2008-08-221-0/+1
* PEP8ifyJohan Dahlin2008-08-091-5/+6
* Improve line wrapping when > 79 charatersJohan Dahlin2008-06-071-7/+31
* Improve error reporting when trying to quote None. Do not print warningsJohan Dahlin2008-05-311-1/+6
* Write record/structs to gir file too. Add a couple of tests, fix an off byJohan Dahlin2008-04-291-1/+1
* Calculate the line length properly, include the provided extra indentationJohan Dahlin2008-04-281-6/+6
* Check explicitly for None, so we can write FalseJohan Dahlin2008-04-281-1/+1
* Line wrap license headerJohan Dahlin2008-04-281-1/+2
* Include indentation in line length calculationJohan Dahlin2008-04-281-3/+5
* Refactor pretty attribute indentation to be more generic and always use itJohan Dahlin2008-04-281-39/+30
* Wrap attributes for lines which are wider than 79 charactersJohan Dahlin2008-04-281-0/+17
* Simplify & Remove a bit of unused codeJohan Dahlin2008-04-281-11/+22
* Add LGPLv2 license header and install all python filesJohan Dahlin2008-04-261-0/+19
* Add a simple api for writing tags which can be used with the new 'withJohan Dahlin2008-04-211-0/+11
* Add a simplistic gidl writer, which can't do too much.Johan Dahlin2008-04-181-0/+55