Commit History

Author SHA1 Message Date
  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 693dcbedcd Fixed tests 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ý 5931ee14ac Fix failing tests for formatting help description 9 years ago
  Jakub Warmuz 57f46b036e Merge remote-tracking branch 'github/bw2/master' into python2.6 9 years ago
  bw2 2f6faceae0 Fix for #13 - copied SUPPRESS and other global constants from argparse to configargparse module namespace. 9 years ago
  Jakub Warmuz a58b35d75a Install and test OK in py2.6 (unittest2, __version__ fixes). 9 years ago
  Jakub Warmuz bf0e453804 Support for Python2.6 (without tests) 9 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 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
  zorro3 2d380ff1ee Fixed formatting, eliminated pypandoc import dependency for 'test' and 'coverage' setup.py commands 10 years ago
  zorro3 6ee1329a75 first commit 10 years ago