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