28 Commits (22219f51e5a15836657bc5553fe90dac2054caef)

Author SHA1 Message Date
Daniel Neuhäuser 06857c9ba5 Add Config.get_namespace to CHANGES 11 years ago
Daniel Neuhäuser ba80e1e33b Fix Python 3 compat issue in Config.get_namespace 11 years ago
Daniel Neuhäuser 97411295e3 Add Config.from_json to changelog 11 years ago
Matt Wright 90a50f8b51 Add `get_namespace` method on `Config` object for convenient access of namespaced config options. 11 years ago
Daniel Neuhäuser 52098e1e4f Happy New Year 2014 11 years ago
Matt Wright b290bf4079 Add ability to config from a JSON file 12 years ago
Thomas Waldmann 96b8ffbb29 always import from ._compat 12 years ago
Daniel Neuhäuser 43b6d0a6d0 Ensure that config file is closed immediately 12 years ago
Thomas Waldmann e1d356fb71 ported some more stuff to py 3.3 12 years ago
Thomas Waldmann b52b7b1f93 automated change using python-modernize: replace execfile 12 years ago
Thomas Waldmann 6caaa8a527 automated change using python-modernize: use 'as' in except 12 years ago
Dave Shawley 76773e1d0a Fixed silent keyword arg to config.from_envvar. 13 years ago
Armin Ronacher 8da8a21b69 Moved the conversion thing into the ConfigAttribute. 14 years ago
Armin Ronacher ee8417dac8 Late but 2010 -> 2011 in some files 14 years ago
Armin Ronacher 2866ccda1f Switch to explicit Werkzeug imports 14 years ago
Ron DuPlain ea77d5e12d Touch up docs according to user feedback. 14 years ago
Aaron Kavlie 67581795c4 Improved botched docstring wording for silent failure. 14 years ago
Aaron Kavlie 1a7f579ece Improved botched docstring wording for silent failure. 14 years ago
Armin Ronacher 235369fd61 Removed unnecessary import 14 years ago
Armin Ronacher 34a494713c Documented some changes in config handling. 14 years ago
Aaron Kavlie fa9817778c Test passes. 14 years ago
Aaron Kavlie 5cc40f4728 silent option added to 'from_pyfile' to mirror 'from_envvar'. 14 years ago
Jeff Weber 405c2992f8 Updated from_pyfile so its dynamic module creation uses the imp module instead of type. 15 years ago
Armin Ronacher 778e44e39e Improved error message for configuration files 15 years ago
Armin Ronacher b551f15b22 Restored 2.5 compatibility{ 15 years ago
Armin Ronacher 4f8ee8f129 Added missing comments, fixed setup.py and made tests pass 15 years ago
Justin Quick c4f64c1c47 working import layout for module 15 years ago
Justin Quick d0dc89ea80 in with the new. i have the bits in places where i think they should be, now i just need to work on the import scheme layout 15 years ago