0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update the copyright header
ssato
as Satoru SATOH
More... over 10 years ago
add an experimental code health check badge by landscape.io
ssato
as Satoru SATOH
More... over 10 years ago
compare w/ collections.Mapping instead of a simple dict class
ssato
as Satoru SATOH
More... over 10 years ago
bring back the instruction of 'easy_install ..' as it works now. close #2
ssato
as Satoru SATOH
More... over 10 years ago
0.0.4 release
ssato
as Satoru SATOH
More... over 10 years ago
Change the versioning scheme and bump up the version to fix #3
ssato
as Satoru SATOH
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
ssato
as Satoru SATOH
More... over 10 years ago
enable parallel tests only if NOSE_PROCESSES is not set or 0 or WITH_COVERAGE is not set
ssato
as Satoru SATOH
More... over 10 years ago
add coverage related options
ssato
as Satoru SATOH
More... over 10 years ago
add a cli test case for --set option
ssato
as Satoru SATOH
More... over 10 years ago
add --set option to allow overriding a part of data from command line on demand
ssato
as Satoru SATOH
More... over 10 years ago
import anyconfig.mergeabledict.set_ and anyconfig.parser.PATH_SEPS into anyconfig.api to allow refer to them from others
ssato
as Satoru SATOH
More... over 10 years ago
fix the title for the tests step in the build process in wercker.yml
ssato
as Satoru SATOH
More... over 10 years ago
add confiuration file for wercker - wercker.com
ssato
as Satoru SATOH
More... over 10 years ago
make parallel testing enabled dynamically if multiple processors found in /proc/cpuinfo
ssato
as Satoru SATOH
More... over 10 years ago
add an experimental setter function for anyconfig.mergeabledict.MergeableDict
ssato
as Satoru SATOH
More... over 10 years ago
follow internal API changes in anyconfig.mergeabledict.get
ssato
as Satoru SATOH
More... over 10 years ago
fuse anyconfig.mergeabledict.{_get_reduce,get} into one and make error messages propagated from anyconfig.mergeabledict.get
ssato
as Satoru SATOH
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.
ssato
as Satoru SATOH
More... over 10 years ago
deprecated and removed anyconfig.getset
ssato
as Satoru SATOH
More... over 10 years ago
do not import anyconfig.getset which will be deprecated (its functions are moved into anyconfig.mergeabledict)
ssato
as Satoru SATOH
More... over 10 years ago
merge functions from anyconfig.getset to anyconfig.mergeabledict
ssato
as Satoru SATOH
More... over 10 years ago
add test cases for anyconfig.parser.parse_path
ssato
as Satoru SATOH
More... over 10 years ago
move and rename to parse_path in anyconfig.parser from anyconfig.getset.__parse_path_exp
ssato
as Satoru SATOH
More... over 10 years ago
sorted out test cases
ssato
as Satoru SATOH
More... over 10 years ago
add an utility function to make a nested dict shortly
ssato
as Satoru SATOH
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
ssato
as Satoru SATOH
More... over 10 years ago
introduce a module-local global, anyconfig.getset.SEPS, to refer path separators from other modules
ssato
as Satoru SATOH
More... over 10 years ago
add doctest cases for anyconfig.getset.get
ssato
as Satoru SATOH
More... over 10 years ago
re-order python versions in classifiers
ssato
as Satoru SATOH
More... over 10 years ago