summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-21Release version 0.9.version_0_9Lars Wirzenius3-1/+12
2011-03-21Refactor how settings are processed internally to fix boolean options.Lars Wirzenius1-124/+169
2011-03-20Merge release 0.8 changes.version_0_8Lars Wirzenius3-1/+17
2011-03-20Bump version number.Lars Wirzenius1-1/+1
2011-03-20Updated for release 0.8.Lars Wirzenius2-0/+16
2011-03-19Fix test coverage and silence logging to stderr.Lars Wirzenius2-10/+23
2011-03-19Add cliapp.AppException base class and fix user error messages.Lars Wirzenius3-2/+26
2011-03-19Log exceptions to log file.Lars Wirzenius1-3/+4
2011-03-19Fix duplicate option names in --help output.Lars Wirzenius1-1/+1
2011-03-12Merge release of 0.7.version_0_7Lars Wirzenius3-1/+21
2011-03-12Update NEWS for release 0.7.Lars Wirzenius1-0/+14
2011-03-12Update debian/changelog for new release.Lars Wirzenius1-0/+6
2011-03-12Bump version number.Lars Wirzenius1-1/+1
2011-03-12Merge config file support.Lars Wirzenius6-327/+606
2011-03-12Update example to use new settings API.Lars Wirzenius1-3/+6
2011-03-12Add --dump-configs option.Lars Wirzenius1-2/+11
2011-03-12Load configs at the opportune moment.Lars Wirzenius1-0/+1
2011-03-12Add Settings.load_configs.Lars Wirzenius2-0/+36
2011-03-12Add Settings.config_files attribute.Lars Wirzenius2-0/+22
2011-03-12Sort things in byte order.Lars Wirzenius1-1/+1
2011-03-12Make Settings.listconfs sort the filenames.Lars Wirzenius2-2/+11
2011-03-12Add per-user config files to default_config_files.Lars Wirzenius1-1/+3
2011-03-12Add Settings.listconfs and Settings.default_config_files.Lars Wirzenius2-0/+50
2011-03-11Fix boolean options.Lars Wirzenius2-1/+23
2011-03-11Add test for choice options with bad values.Lars Wirzenius2-2/+12
2011-03-11Add tests for get/setitem and KeyError, and fix getitem to raise it.Lars Wirzenius2-1/+7
2011-03-11Refactor by moving _[gs]et_setting into __[gs]etitem.Lars Wirzenius1-21/+15
2011-03-11Simplify code a bit by storing canonical name in self._aliases.Lars Wirzenius1-5/+5
2011-03-11Refactor Settings to use ConfigParser to store values.Lars Wirzenius3-146/+136
2011-03-11Remove unused imports.Lars Wirzenius1-2/+0
2011-03-11Remove unused imports.Lars Wirzenius1-2/+0
2011-03-11Test for default settings the right way.Lars Wirzenius1-4/+4
2011-03-11Remove Application.version and .progname.Lars Wirzenius2-20/+4
2011-03-11Add Settings.version and Settings.progname.Lars Wirzenius2-0/+25
2011-03-11Make 'settingname in settings' work.Lars Wirzenius2-0/+19
2011-03-11Remove wrappers for Settings.add_* from Application.Lars Wirzenius2-171/+13
2011-03-11Use Settings in Application.Lars Wirzenius4-175/+39
2011-03-11Create a new Settings class to hold settings.Lars Wirzenius3-0/+375
2011-03-11Use self.progname instead of sysargv[0] for environment variable for profiling.Lars Wirzenius1-1/+1
2011-03-11Set option parser's program name from sys.argv[0].Lars Wirzenius2-0/+2
2011-03-11Set OptionParser's prog if progname is set in init.Lars Wirzenius2-1/+3
2011-03-11Set app.progname from sys.argv[0] if not set manually.Lars Wirzenius2-2/+12
2011-03-11Add app.progname attribute.Lars Wirzenius2-2/+8
2011-02-19Release version 0.6.version_0_6Lars Wirzenius3-1/+17
2011-02-19Implement add_bytesize_setting in terms of add_callback_settign.Lars Wirzenius1-12/+5
2011-02-19Add --dump-setting-names.Lars Wirzenius1-0/+35
2011-02-19Improve docstring and example.Lars Wirzenius2-2/+33
2011-02-19Improve Application docstring.Lars Wirzenius1-8/+22
2011-02-19Add profiling support.Lars Wirzenius1-1/+10
2011-02-19Add method to create environment variable name from program name.Lars Wirzenius2-0/+26