summaryrefslogtreecommitdiff
path: root/iniherit
Commit message (Expand)AuthorAgeFilesLines
* added support for recursive evaluation of "ENV" expansionsgrabner2017-05-202-1/+55
* added override of SafeConfigParser during global_installgrabner2017-05-201-2/+3
* fixed interpolated "%inherit" values for python pre-2.7.12grabner2017-05-201-13/+27
* added interpolation support for "%inherit" targetsgrabner2017-05-192-0/+67
* more thorough implementation of PY3 compatibility (follow-up from issue #6)grabner2016-12-194-37/+110
* fixed issue #6grabner2016-12-191-1/+1
* added "%(SUPER)s" expansion supportgrabner2016-12-145-56/+200
* added "%(ENV)s" interpolation supportgrabner2016-12-142-0/+61
* small formatting improvementsgrabner2016-12-141-81/+84
* moved Loader class definition below global variablesgrabner2016-12-143-5/+57
* switched to OrderedDict (where available) during inherited section applicatio...grabner2015-03-202-11/+42
* added workaround for py3 issue #21265grabner2014-04-162-1/+22
* corrected python 3 compatibilitygrabner2014-04-161-4/+8
* corrected export listgrabner2014-04-161-0/+1
* added python 3 compatibilitygrabner2014-04-154-24/+26
* fix for issue #2grabner2014-04-152-0/+34
* moved to monkey-patching existing ConfigParser (instead of replacing)grabner2013-09-193-21/+79
* cleaned up input/output specgrabner2013-08-261-9/+14
* implemented "iniherit" command-line INI file flattenergrabner2013-08-261-0/+161
* fixed ConfigParser name collision in mixingrabner2013-08-211-12/+15
* fixed issue of ini files containing invalid interpolation sequencesgrabner2013-08-213-29/+40
* initial versiongrabner2013-08-214-0/+350