# Generated by ./pkg/gen-authors.sh, 2018-06-22 19:12:54 Author -------- Satoru SATOH Contributors (order in the commit logs) ----------------------------------------- # Yujun Zhang Add parameter description for custom filters # Yujun Zhang Add support for custom filter Closes #91 # Yujun Zhang Catch expected exception from `container()` When it fails to convert, `ValueError` will be raised, not `TypeError` ``` >>> dict('1') Traceback (most recent call last): File "", line 1, in ValueError: dictionary update sequence element #0 has length 1; 2 is required ``` # Yujun Zhang Fix typo in deprecation warning # Yujun Zhang Catch expected exception from `container()` When it fails to convert, `ValueError` will be raised, not `TypeError` ``` >>> dict('1') Traceback (most recent call last): File "", line 1, in ValueError: dictionary update sequence element #0 has length 1; 2 is required ``` # Ivan Danov Enable anyconfig to handle yaml merge syntax properly # Yujun Zhang Fix typo # Michael Overmeyer Fixed the badges manually to use shields.io # Sam Boling added test for custom merge strategy function # Sam Boling allow ac_merge to be a function for user-defined merge strategies # Jiri Kuncar enhancement: add support for exported shellvars Signed-off-by: Jiri Kuncar # dhutty Update README.rst various suggestions for improved diction and grammar. # ajays20078 updated test cases for properties file to reflect changes in PR #50 # ajays20078 Fix for properties backend which was rstripping valid values after comment markers # Steve Schwarz Corrected .container to .to_container in usage doc # Wouter Bolsterlee Make logging behave This PR removes all custom logging magic, and changes the behaviour to the standard way of logging for Python libraries. In short, instead of magic global loggers and setting global configuration (so that applications experience problems), all logging calls are simply emitted on module-level loggers. It's up to the application to route these messages somewhere useful by configuring handlers and setting levels. Fixes #11. # Florian Ludwig beautify README.rst # Kamil Chmielewski Python 2.6 compatible assertRaises # Kamil Chmielewski It's better to show ini file structure erros than pass silently with empty config. Saves some debugging when you get empty config ;) # Jonathan Eunice Update README.rst Added missing "i" in `anyconfig`