summaryrefslogtreecommitdiff
path: root/giscanner/sectionparser.py
Commit message (Expand)AuthorAgeFilesLines
* Add the notion of standalone doc sections.Mathieu Duponchelle2020-07-121-0/+2
* Drop all Python 2 compat codeChristoph Reiter2018-12-081-5/+0
* giscanner: Use unicode literals in all Python filesSimon Feltman2015-09-291-0/+1
* 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/+2
* giscanner: Use items() instead of iteritems()Simon Feltman2015-09-291-1/+1
* giscanner: Fix PEP-8 issueRico Tzschichholz2013-06-191-0/+2
* giscanner: Add a simple automatic sections file generatorJasper St. Pierre2013-06-161-0/+59
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-0/+4
* sectionparser: Ignore other directives to gtk-docJasper St. Pierre2013-05-071-0/+4
* sectionparser: Remove the main subsectionJasper St. Pierre2013-05-071-2/+2
* sectionparser: Add support for <INCLUDE>Jasper St. Pierre2013-05-071-0/+6
* sectionparser: RenameJasper St. Pierre2013-05-071-2/+2
* sectionparser: Allow subsections with no nameJasper St. Pierre2013-05-071-2/+2
* sectionparser: Fix subsection regexJasper St. Pierre2013-05-071-1/+1
* sectionparser: Fix regex matchingJasper St. Pierre2013-05-071-3/+3
* sectionparser: Construct Subsections, not SectionsJasper St. Pierre2013-05-071-1/+1
* giscanner: remove unused variables and importsDieter Verfaillie2013-04-091-1/+0
* giscanner: Add a new quick hack module for scanning section filesJasper St. Pierre2013-02-011-0/+78