summaryrefslogtreecommitdiff
path: root/configuration.py
Commit message (Collapse)AuthorAgeFilesLines
* include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-3/+3
|
* dont hack help if choices providedSylvain Th?nault2009-10-071-2/+0
|
* restore bw compat (for pylint)Sylvain Th?nault2009-10-011-0/+3
|
* more fixes for time/bytes handlingSylvain Th?nault2009-09-301-0/+4
|
* add support for bytes and time to lgc.configurationSylvain Th?nault2009-09-301-32/+39
|
* make Method usable as option's callbackSylvain Th?nault2009-09-241-2/+4
|
* [configuration] in help, display the different choices of an option if ↵Stephanie Marcu2009-09-041-0/+2
| | | | "choices" in opt_dict
* fix #8849: Using plugins, options and .pylintrc crashes PyLintSylvain Th?nault2009-08-271-2/+12
|
* fix config.__setitem__, should take an option (not attribute) name as keySylvain Th?nault2009-07-241-1/+1
|
* d-t-wSylvain Th?nault2009-06-101-55/+55
|
* don't print default for store_true / store_false option / option with None ↵sylvain thenault2009-04-161-2/+4
| | | | as default
* callback option support in set_optionsylvain thenault2009-01-211-0/+2
|
* section's case insensitivity test & fixsylvain thenault2009-01-141-5/+7
|
* fix case sensitivity pb w/ config file sectionssylvain thenault2009-01-121-1/+5
|
* configuration file generation encoding handlingSylvain Thenault2009-01-081-11/+32
|
* fix iter: Values is not iterable, use its __dict__Sylvain Thenault2008-12-041-1/+1
|
* may iter on a Configuration objectSylvain Thenault2008-12-021-0/+3
|
* mergelogilab-common-version-0_36_1Nicolas Chauvat2008-11-141-2/+3
|\
| * [#6529] fix date_validator check callAlexandre Fayolle2008-11-071-1/+1
| |
| * indentation fixAdrien Di Mascio2008-11-061-1/+1
| |
| * mergelogilab-common-version-0_36_0Fabrice Douchant2008-10-301-0/+7
| |\
| * | configuration: don't add DEFAULT sectionpierre-yves david2008-10-271-1/+2
| | | | | | | | | | | | | | | python2.6 raise an error when trying to add the DEFAULT section. As this section already exist, we don't need to add it anyway. This work also in previous version.
* | | Backed out changeset 8c66ea05839d see #6509Nicolas Chauvat2008-11-141-7/+0
| |/ |/|
* | [#2446] changing yn option in common.configuration : does not take y/n value ↵Fabrice Douchant2008-10-291-0/+7
|/ | | | anymore in sys.args.
* bugfixNicolas Chauvat2008-10-231-1/+2
|
* import Pierre-Yves David's fixesAdrien Di Mascio2008-10-221-2/+1
|\
| * let expanduser decide if there is something worth expandingAlexandre Fayolle2008-10-181-2/+1
| |
* | replace all has_key call with "element in dict" statement (3.x compat)pierre-yves david2008-10-191-4/+4
|/
* configuration now handles paths like ~/mydirNicolas Chauvat2008-10-171-1/+3
|
* fix man page generation as well, drop no more necessary functionSylvain Thenault2008-09-191-15/+6
|
* better implementation using existing expand_default monkey patchSylvain Thenault2008-09-191-23/+32
|
* add a commentSylvain Thenault2008-09-191-0/+4
|
* finalize fix to get option's default in generated help without breaking ↵Sylvain Thenault2008-09-191-23/+17
| | | | other stuff...
* [work in progress] add a test reproducing bug #6011 (bug in ↵Adrien Di Mascio2008-09-191-7/+24
| | | | lgc.configuration / default values)
* fix default values in helpEmile Anclin2008-08-251-2/+3
|
* improve doc for better epydoc generation (again).Nicolas Chauvat2008-07-141-47/+77
|
* improve doc for better epydoc generation.Nicolas Chauvat2008-07-131-16/+5
|
* escape rest when printing for default valuePierre-Yves David2008-06-241-1/+3
|
* new style class consistencySylvain Thenault2008-03-211-5/+4
|
* cleanupSylvain2008-02-151-1/+1
|
* don't give option's keywords not recognized by optparseSylvain2008-02-131-0/+4
|
* configuration: fix merge_optionsSylvain2008-02-071-4/+3
|
* cleanupSylvain2008-01-221-3/+0
|
* copyrightSylvain2008-01-141-2/+2
|
* omit REQUIRED in defaultsSylvain2007-10-171-0/+2
|
* extract input_option methodSylvain2007-10-171-21/+24
|
* added new 'typechanged' action fo lgc's configurationsAdrien Di Mascio2007-06-221-6/+15
|
* no default when asking for a passwordSylvain2007-02-111-4/+6
|
* fix #3197Sylvain2006-12-051-2/+1
|
* apycot fixesSylvain2006-10-251-0/+1
|