summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update tagsHEADmasterbaserock/morphconvert-repo2010-10-090-0/+0
|
* Doc changes.fuzzyman2010-03-012-90/+128
|
* Doc changes.fuzzyman2010-03-012-1/+32
|
* Adding trove classifiers to setup.pyfuzzyman2010-03-011-0/+5
|
* Reverting version number in validatefuzzyman2010-03-011-1/+1
|
* Doc updatesfuzzyman2010-03-012-70/+88
|
* Fix to avoid writing invalid newlines on Windows.fuzzyman2010-02-273-12/+24
|
* Removing 2.2 compatibility code, a validate test that doesn't pass and using ↵fuzzyman2010-02-273-21/+16
| | | | unittest2 where available.
* Values refering missing interpolation options can now be repr'd. Issue 9.fuzzyman2010-02-272-4/+17
|
* Test for repr interpolation bugfuzzyman2010-02-272-0/+8
|
* Document the bug fix.fuzzyman2010-02-271-1/+2
|
* Test and fix for interpolation matching a section name.fuzzyman2010-02-272-2/+20
|
* Fix for 2.3 compatibility and version number bump.fuzzyman2010-02-273-14/+31
|
* New tests for bugs in 4.7.1fuzzyman2010-02-272-2/+18
|
* Handle the case where the deprecated options keyword is used along with ↵fuzzyman2010-02-081-0/+3
| | | | *other* keywords.
* Proper options handling.fuzzyman2010-02-071-8/+5
|
* More 4.7.1 release fixes.fuzzyman2010-02-072-15/+20
|
* Minor documentation update.fuzzyman2010-02-071-1/+2
|
* Updating docs for 4.7.1fuzzyman2010-02-072-69/+76
|
* Added future import of with statement for Python 2.5 compatibility.fuzzyman2010-02-061-0/+3
|
* Fix bug in options deprecation warning added in 4.7.0fuzzyman2010-02-063-3/+18
|
* Documentation update.fuzzyman2010-01-091-3/+2
|
* Documentation update.fuzzyman2010-01-092-4/+4
|
* css file renamefuzzyman2010-01-094-4/+4
|
* Addition of setup script for validate.fuzzyman2010-01-092-5/+64
|
* ConfigObj setup.py modified.fuzzyman2010-01-094-19/+63
|
* Docs update.fuzzyman2010-01-091-2/+2
|
* Adding more files for building docs.fuzzyman2010-01-097-9/+3700
|
* Adding files for building documentation.fuzzyman2010-01-092-0/+63
|
* Removing use of custom macros from documentation - so they can be built with ↵fuzzyman2010-01-092-13/+9
| | | | standard docutils.
* validate doc updates for new release.fuzzyman2010-01-091-50/+21
|
* (no commit message)fuzzyman2010-01-091-6/+6
|
* Documentation update for 4.7.0 release.fuzzyman2010-01-091-1/+48
|
* Minor change to get_extra_values functionfuzzyman2010-01-093-10/+59
|
* Docs update.fuzzyman2010-01-081-15/+27
|
* Docs update.fuzzyman2010-01-081-34/+45
|
* Changelog update.fuzzyman2009-12-131-1/+3
|
* Creating a ConfigObj from another ConfigObj instance preserves order.fuzzyman2009-12-132-4/+14
|
* Adding failing test.fuzzyman2009-12-131-0/+26
|
* Minor doc tweak.fuzzyman2009-11-241-2/+2
|
* Docstring addition.fuzzyman2009-11-221-67/+6
|
* Addition of get_extra_values function and test.fuzzyman2009-11-223-4/+40
|
* Minor doc change.fuzzyman2009-11-221-1/+2
|
* Test additions.fuzzyman2009-11-226-11/+111
|
* 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-222-27/+30
|
* Test for validate with preserve_errorsfuzzyman2009-11-211-0/+1
|
* Test for validate with preserve_errorsfuzzyman2009-11-213-6/+14
|
* Change in behavior for missing values / sections in ConfigObj.validate when ↵fuzzyman2009-10-261-0/+3
| | | | preserve_errors is True.