summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.52logilab-common-version-0.52.0Sylvain Th?nault2010-09-283-2/+13
* set maxDiff to None so we see diffs anywaySylvain Th?nault2010-09-271-1/+1
* cleanup: _deprecate doesn't have to be an inner functionSylvain Th?nault2010-09-271-10/+9
* (cleaning)Julien Jehannet2010-09-241-6/+2
* [unittest2] make standard import under py3.x (skip unittest2 support from here)Julien Jehannet2010-09-2221-521/+532
* update ChangeLogSylvain Th?nault2010-09-241-0/+9
* py2.3 compat : import compat.set, remove deprecated stuffSylvain Th?nault2010-09-246-16/+10
* fix testSylvain Th?nault2010-09-241-5/+0
* fix deprecation message: meaning of deprecated without arguments has changedSylvain Th?nault2010-09-241-1/+1
* remove spurious warning: we don't rely that much on mx datetime anymoreSylvain Th?nault2010-09-241-7/+1
* [textutils] use NFKD decomposition in unormalize()Julien Jehannet2010-09-232-3/+17
* [logging]?dont attempt to use color formatter unless asked for debug modeSylvain Th?nault2010-09-231-1/+4
* import locally so graph is still importable with 2.3Sylvain Th?nault2010-09-211-1/+1
* remove old bw compat codeSylvain Th?nault2010-09-212-16/+0
* [optparse] avoid empty section when displaying usageSylvain Th?nault2010-09-161-6/+11
* Added tag logilab-common-debian-version-0.51.1-1 for changeset a677cbdee43aSylvain Th?nault2010-09-130-0/+0
* Added tag logilab-common-version-0.51.1 for changeset 4bb75ac36087logilab-common-debian-version-0.51.1-1Sylvain Th?nault2010-09-130-0/+0
* 0.51.1logilab-common-version-0.51.1Sylvain Th?nault2010-09-103-1/+17
* should have been done in stableSylvain Th?nault2010-09-093-12/+15
|\
| * merge default headsSylvain Th?nault2010-09-090-0/+0
| |\
| | * backport stableSylvain Th?nault2010-08-254-1/+113
| | |\
| * | | cleanupsSylvain Th?nault2010-09-071-4/+1
| * | | more log threshold controlSylvain Th?nault2010-09-071-4/+9
| * | | [logging_ext] fix typo leading to bad log threshold set when not explicitly s...Sylvain Th?nault2010-09-061-1/+1
| * | | [clcommands] nicer that way + fix indent error in help messageSylvain Th?nault2010-09-061-5/+4
| * | | [clcommands] add empty line after usageSylvain Th?nault2010-09-061-0/+2
| * | | backport stableSylvain Th?nault2010-09-060-0/+0
| |\ \ \ |/ / / /
| * | | backport stableSylvain Th?nault2010-08-2614-204/+276
| |\ \ \ | | |/ / | |/| |
* | | | fix stupid name errorSylvain Th?nault2010-09-061-1/+1
* | | | [deprecation] change the default message for deprecated decoratorStephanie Marcu2010-09-021-1/+1
* | | | fix some pylint detected errorsSylvain Th?nault2010-08-278-20/+17
* | | | [clcommands] documentation + fix logging handling, killing cl.init_logSylvain Th?nault2010-08-271-10/+40
* | | | [clcommands] api: kill run_command in favor of get_command+cmd.main_run and c...Sylvain Th?nault2010-08-271-15/+25
* | | | [logging] split init_log into smaller chuncks, usable for other logger initia...Sylvain Th?nault2010-08-271-33/+43
| |/ / |/| |
* | | Added tag logilab-common-debian-version-0.51.0-1 for changeset 0006c8bc7e91Sylvain Th?nault2010-08-260-0/+0
* | | Added tag logilab-common-version-0.51.0 for changeset 883da44269f9logilab-common-debian-version-0.51.0-1Sylvain Th?nault2010-08-260-0/+0
* | | 0.51logilab-common-version-0.51.0Sylvain Th?nault2010-08-263-9/+15
* | | more README fixesSylvain Th?nault2010-08-261-13/+19
* | | update README: categorized modules list, add missing / remove no more existan...Sylvain Th?nault2010-08-261-105/+81
* | | deprecates some modulesSylvain Th?nault2010-08-265-27/+9
* | | move contexts.py context managers into shellutils.py and deprecate this moduleSylvain Th?nault2010-08-262-53/+29
* | | update changelogSylvain Th?nault2010-08-261-3/+17
| |/ |/|
* | deprecate optparser moduleSylvain Th?nault2010-08-251-0/+4
* | licensing informationSylvain Th?nault2010-08-251-0/+21
* | start new hg module containing some misc mercurial utility functionSylvain Th?nault2010-08-251-0/+77
* | catch exception raised by check_ergs properlySylvain Th?nault2010-08-251-1/+1
* | new split_url_or_path function into textutilsSylvain Th?nault2010-08-251-0/+10
* | should have been done hereSylvain Th?nault2010-08-250-0/+0
|\ \ | |/ |/|
* | add some doc, new run_command method, init_log pass arbitrary kw args to lgc....Sylvain Th?nault2010-08-251-7/+21
* | init_log now takes optional handlerSylvain Th?nault2010-08-251-27/+28