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
*
[layout] change the source directory layout
David Douard
2015-03-13
1
-1105
/
+0
*
[configuration] fix print calls
Adam Sampson
2014-11-25
1
-8
/
+7
*
Use six.moves.input instead of lgc.compat.raw_input
Julien Cristau
2014-09-23
1
-4
/
+4
*
[py3k] explicitly build a list around dict methods
Julien Cristau
2014-07-27
1
-1
/
+1
*
[py3k] Import configparser from six.moves
Rémi Cardona
2014-07-16
1
-3
/
+2
*
Consistently use the generator version of range
Rémi Cardona
2014-09-22
1
-0
/
+1
*
[py3k] Replace basestring with six.string_types
Rémi Cardona
2014-07-17
1
-1
/
+3
*
[py3k] print function
Rémi Cardona
2014-09-17
1
-15
/
+18
*
[compat] Remove callable (related to #264017)
Rémi Cardona
2014-09-18
1
-1
/
+1
*
Use "except as" syntax (related to #264017)
Rémi Cardona
2014-07-16
1
-1
/
+1
*
[configuration] Remove unused imports
Rémi Cardona
2014-08-25
1
-1
/
+1
*
Remove unused imports
Rémi Cardona
2014-07-16
1
-2
/
+1
*
[configuration] closes #185648 : load options in config file order
Laura Médioni
2014-07-25
1
-8
/
+16
*
[configuration] fix docstring
David Douard
2014-03-26
1
-1
/
+1
*
[configuration] stop pretending optik_ext is named optparse
Nicolas Chauvat
2013-05-24
1
-30
/
+30
*
[configuration] add comments to improve documentation
Nicolas Chauvat
2013-06-20
1
-1
/
+15
*
drop compatibility with python < 2.4
Nicolas Chauvat
2013-05-24
1
-3
/
+3
*
[configuration] rename convert() to _validate()
Nicolas Chauvat
2013-05-24
1
-2
/
+3
*
[configuration] rename option_name to option_attrname (closes #140667)
Nicolas Chauvat
2013-05-07
1
-14
/
+15
*
[configuration] option own_group is True/False
Nicolas Chauvat
2013-05-21
1
-1
/
+1
*
[configuration] enhance merge_options function: copy option dictionaries and ...
Sylvain Th?nault
2012-12-13
1
-3
/
+12
*
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
[next]