summaryrefslogtreecommitdiff
path: root/configobj.py
Commit message (Expand)AuthorAgeFilesLines
* Fix unhelpful error message when nesting invalid.Markus Unterwaditzer2014-08-251-0/+1
* Handle %-chars in invalid lines correctlyMarkus Unterwaditzer2014-08-141-13/+13
* fixes #55Rob Dennis2014-04-251-10/+14
* fixes #44, for real this timeRob Dennis2014-04-091-1/+1
* issue #20, #46 - refactored version numbers and bumped to 5.0.3Rob Dennis2014-04-041-0/+1
* fixes #42 - recursing over nested Sections was inappropriately checking for d...Rob Dennis2014-03-171-1/+1
* #34, #14 - corrected and moved over doctests effected by writing out in binar...Rob Dennis2014-03-091-4/+4
* Fix \r\r\n and ignoring 'newlines' on win32Michael Hipp2014-03-011-1/+1
* removing the checked-in six.py in favor of listing it as a dependencyRob Dennis2014-02-191-4/+0
* fixes #18 - correctly handling unicode conversion where appropriateRob Dennis2014-02-181-54/+64
* fixes #15 - incorrect homepage URL in setup.py will make it to pypi.python.or...Rob Dennis2014-02-151-1/+1
* fixes #6 - copyright lines changedRob Dennis2014-02-081-17/+12
* #5 - modified classifiers, version number, authors, summary changelogRob Dennis2014-02-011-1/+1
* #3 -functional tests pass on python 2Rob Dennis2014-01-241-17/+19
* changes to make tests run on python3Eli Courtwright2014-01-241-61/+67
* 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 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