| move some functions to keep compatibility to anyconfig.compat from anyconfig.backend.backends and anyconfig.utils |
|
More...
|
over 11 years ago
|
| just remove an extra empty line |
|
More...
|
over 11 years ago
|
| implement unit test cases for ConfigParser.{load_impl,dumps_impl,set_container} and mk_dump_dir_if_not_exist in anyconfig.backend.base to improve test coverage |
|
More...
|
over 11 years ago
|
| implement test cases of MaskedImportLoader and related functions |
|
More...
|
over 11 years ago
|
| correct behavior of dummy functions if yaml module is not available |
|
More...
|
over 11 years ago
|
| do not call '+' in logging messages |
|
More...
|
over 11 years ago
|
| add an workaround to run tests for tox's cache of python modules |
|
More...
|
over 11 years ago
|
| add working dir setting as a comment right now |
|
More...
|
over 11 years ago
|
| do not refer anyconfig.VERSION in setup.py, copy that value instead in it |
|
More...
|
over 11 years ago
|
| some cleanups and fixes like py3k ver. up, whitelisting of test command, found during tox tests in Fedora 21+ |
|
More...
|
over 11 years ago
|
| add a missing description of 'ignore_missing' parameter in anyconfig.api.load() |
|
More...
|
over 11 years ago
|
| beautify README.rst a little bit more; thanks for the PR from FlorianLudwig let me aware of it |
|
More...
|
over 11 years ago
|
| pylint in python 2.6 environment looks broken; disabled CI tests for python 2.6 until its fix for a while |
|
More...
|
over 11 years ago
|
| fix the condition to install requirements for testing |
|
More...
|
over 11 years ago
|
| Merge pull request #10 from FlorianLudwig/master |
|
More...
|
over 11 years ago
|
| beautify README.rst |
|
More...
|
over 11 years ago
|
| add tox configuration file for local testing use |
|
More...
|
almost 12 years ago
|
| rename aux/ contains packaging and dist stuff to pkg/ for windows compatibility, suggested by photuris in issue #9 |
|
More...
|
almost 12 years ago
|
| remove python 3.2 from the supported python runtime as python 3.2 looks having problem in logilab.common.textutils causing CI errors |
|
More...
|
almost 12 years ago
|
| add a note to show usage example of combination of anyconfig and other modules (pyxdg, appdirs), related to issue #5 |
|
More...
|
almost 12 years ago
|
| Merge pull request #8 from kamilchm/bugfix/throw-errors-when-ini-parser-fails |
|
More...
|
almost 12 years ago
|
| Python 2.6 compatible assertRaises |
|
More...
|
almost 12 years ago
|
| It's better to show ini file structure erros than pass silently with empty config. Saves some debugging when you get empty config ;) |
|
More...
|
almost 12 years ago
|
| make not empty strings hold in node.text in XML backend |
|
More...
|
almost 12 years ago
|
| fix a bug that xml backend cannot process XML elements lack text on load |
|
More...
|
almost 12 years ago
|
| add missing parameter desc |
|
More...
|
almost 12 years ago
|
| 0.0.5-rc1 |
|
More...
|
almost 12 years ago
|
| make logging messages not formatted, fixes pylint: w1201 warns |
|
More...
|
almost 12 years ago
|
| silence pylint to warn that cmp is overridden (cmp is not avaiable in py3k so that this should be false positive) |
|
More...
|
almost 12 years ago
|
| revert 21fcc50ce0cf268978aebd255cbc1bb5a4719270 causing error in python3 |
|
More...
|
almost 12 years ago
|