summaryrefslogtreecommitdiff
path: root/test_configobj.py
Commit message (Expand)AuthorAgeFilesLines
* fixes #18 - correctly handling unicode conversion where appropriateRob Dennis2014-02-181-386/+0
* fixes #6 - copyright lines changedRob Dennis2014-02-081-13/+10
* #3 - python versions from 26, 27, 32, 33 work with test_configobjRob Dennis2014-01-241-82/+85
* #3 - setting the results of the seek and write methods of file-like objects t...Rob Dennis2014-01-241-8/+4
* #3 -asserting types in doctests in a way that's compatible on 26,27 and 3Rob Dennis2014-01-241-44/+54
* #2 - tox and travis; change to test_configobj to actually fail tox if there a...Rob Dennis2014-01-241-1/+1
* changes to make tests run on python3Eli Courtwright2014-01-241-142/+139
* ConfigObj setup.py modified.fuzzyman2010-01-091-1/+1
* Fixed problem with missing sections and preserve_errors with validation.fuzzyman2009-11-221-13/+14
* Test for validate with preserve_errorsfuzzyman2009-11-211-0/+3
* Change in behavior for missing values / sections in ConfigObj.validate when p...fuzzyman2009-10-261-0/+3
* Change in behavior for missing values / sections in ConfigObj.validate when p...fuzzyman2009-10-261-10/+22
* Empty values in lists are now a syntax error.fuzzyman2009-10-261-0/+40
* clear() and reset() handles defaults, default_values and extra_values correctly.fuzzyman2009-10-251-0/+24
* Addition of 'extra_values' section member.fuzzyman2009-10-251-0/+17
* String interpolation now works in list values.fuzzyman2009-10-251-4/+10
* Fixing bugs.fuzzyman2009-10-251-1/+14
* Various minor doc, test and code changesfuzzyman2009-04-131-0/+17
* test fixfuzzyman2009-04-131-1/+1
* Addition of wing project file and copyright date changes.fuzzyman2009-04-131-1/+1
* Initial checkinfuzzyman2009-04-131-0/+2085