update the copyright header |
|
More...
|
over 10 years ago
|
add an experimental code health check badge by landscape.io |
|
More...
|
over 10 years ago
|
compare w/ collections.Mapping instead of a simple dict class |
|
More...
|
over 10 years ago
|
bring back the instruction of 'easy_install ..' as it works now. close #2 |
|
More...
|
over 10 years ago
|
0.0.4 release |
|
More...
|
over 10 years ago
|
Change the versioning scheme and bump up the version to fix #3 |
|
More...
|
over 10 years ago
|
remove the description of easy_install because it does not look work well as it is now w/o virtualenv, etc. see also: issue #2 |
|
More...
|
over 10 years ago
|
enable parallel tests only if NOSE_PROCESSES is not set or 0 or WITH_COVERAGE is not set |
|
More...
|
over 10 years ago
|
add coverage related options |
|
More...
|
over 10 years ago
|
add a cli test case for --set option |
|
More...
|
over 10 years ago
|
add --set option to allow overriding a part of data from command line on demand |
|
More...
|
over 10 years ago
|
import anyconfig.mergeabledict.set_ and anyconfig.parser.PATH_SEPS into anyconfig.api to allow refer to them from others |
|
More...
|
over 10 years ago
|
fix the title for the tests step in the build process in wercker.yml |
|
More...
|
over 10 years ago
|
add confiuration file for wercker - wercker.com |
|
More...
|
over 10 years ago
|
make parallel testing enabled dynamically if multiple processors found in /proc/cpuinfo |
|
More...
|
over 10 years ago
|
add an experimental setter function for anyconfig.mergeabledict.MergeableDict |
|
More...
|
over 10 years ago
|
follow internal API changes in anyconfig.mergeabledict.get |
|
More...
|
over 10 years ago
|
fuse anyconfig.mergeabledict.{_get_reduce,get} into one and make error messages propagated from anyconfig.mergeabledict.get |
|
More...
|
over 10 years ago
|
removed anyconfig.mergeabledict._get_recur, recursive version of item getter for nested dicts, because it's very slow compared to anyconfig.mergeabledict._get_reduce. |
|
More...
|
over 10 years ago
|
deprecated and removed anyconfig.getset |
|
More...
|
over 10 years ago
|
do not import anyconfig.getset which will be deprecated (its functions are moved into anyconfig.mergeabledict) |
|
More...
|
over 10 years ago
|
merge functions from anyconfig.getset to anyconfig.mergeabledict |
|
More...
|
over 10 years ago
|
add test cases for anyconfig.parser.parse_path |
|
More...
|
over 10 years ago
|
move and rename to parse_path in anyconfig.parser from anyconfig.getset.__parse_path_exp |
|
More...
|
over 10 years ago
|
sorted out test cases |
|
More...
|
over 10 years ago
|
add an utility function to make a nested dict shortly |
|
More...
|
over 10 years ago
|
fix a bug in anyconfig.cli.main not following an internal API changes in anyconfig.getset.get to multiple separators |
|
More...
|
over 10 years ago
|
introduce a module-local global, anyconfig.getset.SEPS, to refer path separators from other modules |
|
More...
|
over 10 years ago
|
add doctest cases for anyconfig.getset.get |
|
More...
|
over 10 years ago
|
re-order python versions in classifiers |
|
More...
|
over 10 years ago
|