summaryrefslogtreecommitdiff
path: root/configuration.py
Commit message (Expand)AuthorAgeFilesLines
* py2.3 compat : import compat.set, remove deprecated stuffSylvain Th?nault2010-09-241-3/+0
* remove old bw compat codeSylvain Th?nault2010-09-211-12/+0
* cleanupsSylvain Th?nault2010-08-241-5/+0
* [configuration] include lgc version in deprecation messageNicolas Chauvat2010-07-051-2/+2
* skip option with no type, avoid pb with generated option such as long-helpSylvain Th?nault2010-05-261-1/+1
* [configuration] handle level for man page generationSylvain Th?nault2010-05-251-1/+2
* configuration: nicer deprecation messageSylvain Th?nault2010-05-201-2/+2
* fix stack level in warning messageSylvain Th?nault2010-05-111-1/+1
* missing replacement in disclaimer; include COPYING.LESSER in manifest; kill D...Sylvain Th?nault2010-04-281-1/+1
* propre licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-3/+20
* configuration: rename parser attributes in public scope of Configuration classJulien Jehannet2010-04-231-17/+29
* skip option without 'type' entry while input a configSylvain Th?nault2010-04-221-0/+3
* self.name may be None, in such case don't return the optionSylvain Th?nault2010-04-201-0/+2
* [configuration] take care, don't readd --long-help if already in thereSylvain Th?nault2010-04-191-0/+2
* [configuration] nicer text formatting of bytes and time option typesSylvain Th?nault2010-04-191-2/+34
* fix rest_format_section to work as expected when there are multiple providers...Sylvain Th?nault2010-04-191-14/+23
* configuration: allow multiple providers with the same nameSylvain Th?nault2010-04-161-14/+10
* optik_ext / configuruation improvmentSylvain Th?nault2010-04-161-134/+159
* update license, logilab-common is licensed under LGPLv2Adrien Di Mascio2010-04-131-2/+2
* fix shadowing of the opt moduleAurelien Campeas2010-02-081-3/+3
* [fix] Remove isinstance call for bytes unitsPierre-Yves David2010-01-181-2/+2
* 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 "choic...Stephanie Marcu2009-09-041-0/+2
* 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 as...sylvain thenault2009-04-161-2/+4
* 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
* | | 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
|/
* 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