summaryrefslogtreecommitdiff
path: root/configobj.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed problem with missing sections and preserve_errors with validation.fuzzyman2009-11-221-14/+16
* Test for validate with preserve_errorsfuzzyman2009-11-211-0/+1
* Test for validate with preserve_errorsfuzzyman2009-11-211-1/+5
* Change in behavior for missing values / sections in ConfigObj.validate when p...fuzzyman2009-10-261-17/+12
* Empty values in lists are now a syntax error.fuzzyman2009-10-261-15/+13
* Doc changes.fuzzyman2009-10-251-1/+1
* clear() and reset() handles defaults, default_values and extra_values correctly.fuzzyman2009-10-251-0/+2
* Addition of 'extra_values' section member.fuzzyman2009-10-251-0/+6
* String interpolation now works in list values.fuzzyman2009-10-251-2/+9
* Fixing bugs.fuzzyman2009-10-251-41/+11
* Removing __revision__ and __docformat__fuzzyman2009-09-131-4/+0
* Update to CHANGELOG and version.fuzzyman2009-09-131-1/+1
* Applied ConfigObj speedup patch from Christian Heimesfuzzyman2009-09-131-7/+14
* doc changesfuzzyman2009-04-161-1/+1
* addition of force_list validation option plus as_list ConfigObj method.fuzzyman2009-04-131-1/+1
* Various minor doc, test and code changesfuzzyman2009-04-131-84/+28
* Addition of wing project file and copyright date changes.fuzzyman2009-04-131-26/+23
* Initial checkinfuzzyman2009-04-131-0/+2514