Commit History

Author SHA1 Message Date
  bw2 c9faee2397 Merge pull request #52 from dwfreed/fix-40 9 years ago
  Doug Freed 5ad25d1a39 YAMLConfigFileParser: use yaml.safe_load 9 years ago
  Doug Freed f7afaaf4f4 Fix config help when there are no config args 9 years ago
  Tim Zehta 9aa8f7b6de added additional test of arg 9 years ago
  Tim Zehta 449b116e62 updated following feedback 9 years ago
  Tim Zehta 0e30be469e Merge branch 'master' into fix_issue_36 9 years ago
  Tim Zehta fdf73c5144 removed unnecessary condition 9 years ago
  Tim Zehta 38b9a045e0 updated to preserve order of args 9 years ago
  Tim Zehta 21a57b573f made the Fixes bw2/ConfigArgParse#36 less naive 9 years ago
  Tim Zehta e0c35f9347 Split args on equals. Fixes bw2/ConfigArgParse#36. 9 years ago
  bw2 34e7804809 changed streams[::-1] to reversed(streams) based on @lahwaacz's code 9 years ago
  bw2 7abbf451fc Added ConfigArgParser tests, added PyYAML to setup.py as an optional dependency, 9 years ago
  bw2 5bc72707c0 Remove deprecated constructor arg 'allow_unknown_config_file_keys' 9 years ago
  bw2 381a165a09 Finished implementing yaml parser. 9 years ago
  bw2 42d5c7a6a1 Moved all syntax-related decisions to ConfigFileParser subclasses. Added YAMLConfigFileParser 9 years ago
  bw2 a939a6bcbf Added python v3.5 support 9 years ago
  bw2 f7fc069bf1 edited doc for auto_env_var_prefix 9 years ago
  helgi fc56df4d42 Ensure auto_env_var_prefix converts dash to underscore like ArgParse 9 years ago
  bw2 de246ae896 Merge pull request #28 from lahwaacz/master 9 years ago
  Jakub Klinkovský 6e5941749c Let the config file parser set the syntax description 9 years ago
  Jakub Klinkovský 556fa5bbae Refactor config file parsing 9 years ago
  Jakub Warmuz 57f46b036e Merge remote-tracking branch 'github/bw2/master' into python2.6 10 years ago
  bw2 2f6faceae0 Fix for #13 - copied SUPPRESS and other global constants from argparse to configargparse module namespace. 10 years ago
  Jakub Warmuz a58b35d75a Install and test OK in py2.6 (unittest2, __version__ fixes). 10 years ago
  Jakub Warmuz bf0e453804 Support for Python2.6 (without tests) 10 years ago
  zorro3 34f1b61254 Changed version to 0.9.3 10 years ago
  zorro3 57d856d3a8 Added all classes from argparse module's namespace, and also defined a new HelpFormatter: ArgumentDefaultsRawHelpFormatter [issue #8] 10 years ago
  zorro3 70591c82ed Added support for ~/ in config file paths. issue #7. 10 years ago
  zorro3 1c637cde53 Refactored config file handling to fix issue #6. Reworded and expanded a few parts of the README 10 years ago
  Paul Nelson 2cb03aab94 Move configargparse.py to root of project 10 years ago