summaryrefslogtreecommitdiff
path: root/configobj.py
Commit message (Expand)AuthorAgeFilesLines
* Fix to avoid writing invalid newlines on Windows.fuzzyman2010-02-271-0/+6
* Values refering missing interpolation options can now be repr'd. Issue 9.fuzzyman2010-02-271-2/+12
* Test and fix for interpolation matching a section name.fuzzyman2010-02-271-2/+2
* Fix for 2.3 compatibility and version number bump.fuzzyman2010-02-271-14/+11
* New tests for bugs in 4.7.1fuzzyman2010-02-271-1/+3
* Handle the case where the deprecated options keyword is used along with *othe...fuzzyman2010-02-081-0/+3
* Proper options handling.fuzzyman2010-02-071-8/+5
* More 4.7.1 release fixes.fuzzyman2010-02-071-13/+16
* Fix bug in options deprecation warning added in 4.7.0fuzzyman2010-02-061-2/+2
* ConfigObj setup.py modified.fuzzyman2010-01-091-2/+1
* Minor change to get_extra_values functionfuzzyman2010-01-091-3/+6
* Creating a ConfigObj from another ConfigObj instance preserves order.fuzzyman2009-12-131-3/+10
* Docstring addition.fuzzyman2009-11-221-67/+6
* Addition of get_extra_values function and test.fuzzyman2009-11-221-3/+24
* Test additions.fuzzyman2009-11-221-5/+28
* Additional comments.fuzzyman2009-11-221-0/+4
* Implementation of any for Python 2.4fuzzyman2009-11-221-0/+11
* 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 changestrunkfuzzyman2009-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