log

age author description
Wed, 16 Mar 2016 12:41:57 +0100 Franz Glasner An extended `itemsx()` method for INI-style configuration files to get interpreted selected options from a section
Thu, 10 Mar 2016 17:33:23 +0100 Franz Glasner >>>>> Added tag v0.1 for changeset 1b8d5c9d294f
Thu, 10 Mar 2016 17:30:55 +0100 Franz Glasner +++++ v0.1 v0.1
Thu, 10 Mar 2016 16:24:45 +0100 Franz Glasner Handle "None" variable values when substituting
Thu, 10 Mar 2016 16:18:41 +0100 Franz Glasner FIX: Typo in comment
Thu, 10 Mar 2016 15:41:46 +0100 Franz Glasner FIX: Handle non-str types in variable substitutions properly
Thu, 10 Mar 2016 15:08:20 +0100 Franz Glasner A convenience function to load and merge a list of configuration files with different styles
Thu, 10 Mar 2016 13:28:09 +0100 Franz Glasner Better Py2/Py3 compatibility: mark some strings explicitly as Unicode
Thu, 10 Mar 2016 13:06:31 +0100 Franz Glasner A "load()" function for INI-style configuration files that extracts given sections into the resulting dictonary.
Thu, 10 Mar 2016 11:11:17 +0100 Franz Glasner Use ordered dictionaries (if available) when reading Python configuration files
Thu, 10 Mar 2016 10:45:09 +0100 Franz Glasner Doc
Thu, 10 Mar 2016 10:42:55 +0100 Franz Glasner Make the AttributeDict "private" (-> "_AttributeDict")
Thu, 10 Mar 2016 09:39:35 +0100 Franz Glasner Implemented the real configuration dictionary with attribute access or
Wed, 09 Mar 2016 15:35:46 +0100 Franz Glasner Variables: namespaces and filters
Wed, 09 Mar 2016 12:06:46 +0100 Franz Glasner Formatting
Wed, 09 Mar 2016 11:43:18 +0100 Franz Glasner Return the `default' argument when the given `user' argument is `None' and when it is the first call on merge
Wed, 09 Mar 2016 11:35:57 +0100 Franz Glasner FIX: Add .hgtags and .hgignore to the sdist manifest
Wed, 09 Mar 2016 11:32:08 +0100 Franz Glasner Deactivate the "dict_merge()" function from yconfig
Wed, 09 Mar 2016 11:19:20 +0100 Franz Glasner A "safe_merge" that makes (shallow) copies instead of directly manipulating given containers
Wed, 09 Mar 2016 11:09:33 +0100 Franz Glasner FIX: Style
Wed, 09 Mar 2016 09:05:41 +0100 Franz Glasner Two differend tree merge function implementations: not yet finished
Wed, 09 Mar 2016 00:52:32 +0100 Franz Glasner Module comment for ini.py
Wed, 09 Mar 2016 00:51:46 +0100 Franz Glasner Evaluating Python configuration files
Tue, 08 Mar 2016 20:11:17 +0100 Franz Glasner Renamed the project from "MixConfig" to "ConfigMix"
Tue, 08 Mar 2016 16:46:27 +0100 Franz Glasner Switch to the "New BSD License"
Tue, 08 Mar 2016 16:25:36 +0100 Franz Glasner Use a YAML constructor that automatically creates OrderedDict objects when an OrderedDict implementation is available
Tue, 08 Mar 2016 15:40:37 +0100 Franz Glasner An INI-style configuration file parser
Tue, 08 Mar 2016 13:11:58 +0100 Franz Glasner Provide a yaml wrapper that import with all-unicode strings on Python2 but does not path the Loader globally
Mon, 07 Mar 2016 09:03:18 +0100 Franz Glasner Begin a package to abstract some of the important configuration handling stuff.