index
:
delta/python-packages/logilab-common.git
1.6
1.7
master
py3k
stable
hg.logilab.org: review/logilab/common
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configuration.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
configuration: we should not set option to the default value in input_option ...
Sylvain Th?nault
2011-03-28
1
-1
/
+0
*
[packaging] prepare 0.55.1
logilab-common-version-0.55.1
Nicolas Chauvat
2011-03-28
1
-1
/
+1
*
cleanup: remove deprecated compat imports
Emile Anclin
2010-11-22
1
-2
/
+1
*
2to3 has some more usable fixers
Emile Anclin
2010-11-15
1
-2
/
+2
*
2to3: fix a lot of white space after comma
Emile Anclin
2010-11-15
1
-4
/
+4
*
configuration: fix error message
Sylvain Th?nault
2010-11-02
1
-1
/
+1
*
backport stable
Sylvain Th?nault
2010-10-11
1
-2
/
+9
|
\
|
*
make OptionError available through the module
Sylvain Th?nault
2010-10-11
1
-2
/
+9
*
|
ensure option name not given has unicode, cause error on optparse + python 2.5
Sylvain Th?nault
2010-10-11
1
-1
/
+1
|
/
*
backport stable into default
Sylvain Th?nault
2010-09-24
1
-7
/
+4
|
\
|
*
[py3k] can't compare None to int with python3
Emile Anclin
2010-09-21
1
-1
/
+1
|
*
[py3k] compat: add str_to_bytes and str_encode
Emile Anclin
2010-09-21
1
-5
/
+1
|
*
[py3k] define raw_input for py3.x
Emile Anclin
2010-09-21
1
-1
/
+2
|
*
[py3k] add callable to compat.py
Emile Anclin
2010-09-13
1
-1
/
+1
*
|
py2.3 compat : import compat.set, remove deprecated stuff
Sylvain Th?nault
2010-09-24
1
-3
/
+0
*
|
remove old bw compat code
Sylvain Th?nault
2010-09-21
1
-12
/
+0
|
/
*
cleanups
Sylvain Th?nault
2010-08-24
1
-5
/
+0
*
[configuration] include lgc version in deprecation message
Nicolas Chauvat
2010-07-05
1
-2
/
+2
*
skip option with no type, avoid pb with generated option such as long-help
Sylvain Th?nault
2010-05-26
1
-1
/
+1
*
[configuration] handle level for man page generation
Sylvain Th?nault
2010-05-25
1
-1
/
+2
*
configuration: nicer deprecation message
Sylvain Th?nault
2010-05-20
1
-2
/
+2
*
fix stack level in warning message
Sylvain Th?nault
2010-05-11
1
-1
/
+1
*
missing replacement in disclaimer; include COPYING.LESSER in manifest; kill D...
Sylvain Th?nault
2010-04-28
1
-1
/
+1
*
propre licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Th?nault
2010-04-28
1
-3
/
+20
*
configuration: rename parser attributes in public scope of Configuration class
Julien Jehannet
2010-04-23
1
-17
/
+29
*
skip option without 'type' entry while input a config
Sylvain Th?nault
2010-04-22
1
-0
/
+3
*
self.name may be None, in such case don't return the option
Sylvain Th?nault
2010-04-20
1
-0
/
+2
*
[configuration] take care, don't readd --long-help if already in there
Sylvain Th?nault
2010-04-19
1
-0
/
+2
*
[configuration] nicer text formatting of bytes and time option types
Sylvain Th?nault
2010-04-19
1
-2
/
+34
*
fix rest_format_section to work as expected when there are multiple providers...
Sylvain Th?nault
2010-04-19
1
-14
/
+23
*
configuration: allow multiple providers with the same name
Sylvain Th?nault
2010-04-16
1
-14
/
+10
*
optik_ext / configuruation improvment
Sylvain Th?nault
2010-04-16
1
-134
/
+159
*
update license, logilab-common is licensed under LGPLv2
Adrien Di Mascio
2010-04-13
1
-2
/
+2
*
fix shadowing of the opt module
Aurelien Campeas
2010-02-08
1
-3
/
+3
*
[fix] Remove isinstance call for bytes units
Pierre-Yves David
2010-01-18
1
-2
/
+2
*
include Dotan Barak spell fixes patch
Sylvain Th?nault
2009-11-23
1
-3
/
+3
*
dont hack help if choices provided
Sylvain Th?nault
2009-10-07
1
-2
/
+0
*
restore bw compat (for pylint)
Sylvain Th?nault
2009-10-01
1
-0
/
+3
*
more fixes for time/bytes handling
Sylvain Th?nault
2009-09-30
1
-0
/
+4
*
add support for bytes and time to lgc.configuration
Sylvain Th?nault
2009-09-30
1
-32
/
+39
*
make Method usable as option's callback
Sylvain Th?nault
2009-09-24
1
-2
/
+4
*
[configuration] in help, display the different choices of an option if "choic...
Stephanie Marcu
2009-09-04
1
-0
/
+2
*
fix #8849: Using plugins, options and .pylintrc crashes PyLint
Sylvain Th?nault
2009-08-27
1
-2
/
+12
*
fix config.__setitem__, should take an option (not attribute) name as key
Sylvain Th?nault
2009-07-24
1
-1
/
+1
*
d-t-w
Sylvain Th?nault
2009-06-10
1
-55
/
+55
*
don't print default for store_true / store_false option / option with None as...
sylvain thenault
2009-04-16
1
-2
/
+4
*
callback option support in set_option
sylvain thenault
2009-01-21
1
-0
/
+2
*
section's case insensitivity test & fix
sylvain thenault
2009-01-14
1
-5
/
+7
*
fix case sensitivity pb w/ config file sections
sylvain thenault
2009-01-12
1
-1
/
+5
*
configuration file generation encoding handling
Sylvain Thenault
2009-01-08
1
-11
/
+32
[next]