summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.58.1logilab-common-version-0.58.1Sylvain Th?nault2012-07-173-3/+12
* Adapt testlib.py in order to be compatible with Jython which doesn't have a _...Sylvain Th?nault2012-07-172-7/+9
* Generalise usage of disutils.sysconfig.get_python_version so eg. is_standard_...Sylvain Th?nault2012-07-173-26/+30
* default is now stableSylvain Th?nault2012-07-178-5/+1212
|\
| * [registry] make pylint happy! (closes #92191)Nicolas Chauvat2012-04-171-12/+27
| * Added tag logilab-common-debian-version-0.58.0-1 for changeset 68ed11cda15bDavid Douard2012-04-120-0/+0
| * Added tag logilab-common-version-0.58.0 for changeset 58f7337cf0c5logilab-common-debian-version-0.58.0-1David Douard2012-04-120-0/+0
| * [packaging] fix wrong debian versionlogilab-common-version-0.58.0David Douard2012-04-121-1/+1
| * 0.58.0David Douard2012-04-123-2/+12
| * backport stableDavid Douard2012-04-123-2/+21
| |\ | |/ |/|
* | Added tag logilab-common-debian-version-0.57.2-1 for changeset 5d3587d04220David Douard2012-03-260-0/+0
* | Added tag logilab-common-version-0.57.2 for changeset 0470ea65c8c5logilab-common-debian-version-0.57.2-1David Douard2012-03-260-0/+0
* | 0.57.2logilab-common-version-0.57.2David Douard2012-03-222-1/+7
* | testlib: ensure DocTest does not alter __builtins__Pierre-Yves David2012-03-152-2/+22
| * [deprecated]?new DeprecatedProxy convenience class. Closes #88942Sylvain Th?nault2012-03-152-0/+19
| * backport stableSylvain Th?nault2012-03-1510-15/+36
| |\ | |/ |/|
* | [daemon] don't call putenv directlyJulien Cristau2012-03-151-1/+1
* | Fix "its" vs "it's" confusion in docstringsJulien Cristau2012-03-151-2/+2
* | fix 2b1382b96eb4 by enabling DeprecationWarning onlyPierre-Yves David2012-03-152-1/+5
* | Fix bug in textutils.apply_units, raise an Exception if string does not match...Damien Garaud2012-02-203-7/+17
* | add trove classifiers (tell about python 3 support for pypi), fix wrong licen...Sylvain Th?nault2012-01-312-1/+8
* | fix license in READMESylvain Th?nault2012-01-181-1/+1
* | replace sys.exit with raise ImportError (closes: #84159)Alexandre Fayolle2011-12-081-1/+1
| * [shellutil] add argument to ``ProgressBar.update`` to tune cursor progression...Alain Leufroy2012-03-153-3/+41
| * testlib: ensure DocTest does not alter __builtins__Pierre-Yves David2012-03-152-2/+9
| * backported cubicweb's registry. Closes #84654Sylvain Th?nault2012-01-123-0/+1125
| * backport stableSylvain Th?nault2011-10-286-10/+40
| |\ | |/ |/|
* | Added tag logilab-common-debian-version-0.57.1-1 for changeset fc3825ab0ba4Sylvain Th?nault2011-10-280-0/+0
* | Added tag logilab-common-version-0.57.1 for changeset eac434b712b7logilab-common-debian-version-0.57.1-1Sylvain Th?nault2011-10-280-0/+0
* | 0.57.1logilab-common-version-0.57.1Sylvain Th?nault2011-10-283-2/+13
* | [compat] use instance of the class to have a real instance method (closes: #7...Sylvain Th?nault2011-10-253-2/+6
* | [daemon] set $HOME when dropping privileges (closes #81297)Julien Cristau2011-10-252-1/+5
* | Added tag logilab-common-debian-version-0.57.0-1 for changeset 3381e3bf500bAurelien Campeas2011-10-120-0/+0
* | Added tag logilab-common-version-0.57.0 for changeset 1cf650031681logilab-common-debian-version-0.57.0-1Aurelien Campeas2011-10-120-0/+0
* | 0.57.0logilab-common-version-0.57.0Aurelien Campeas2011-10-123-8/+19
* | default is stableAurelien Campeas2011-10-120-0/+0
|\ \ | |/ |/|
* | [decorators] provide a @cachedproperty decoratorAdrien Di Mascio2011-10-103-1/+77
* | backport stableAurelien Campeas2011-10-107-17/+41
|\ \ | |/
| * fix typoSylvain Th?nault2011-09-261-2/+2
| * fix py3k compat (closes #75290)Aurelien Campeas2011-09-213-11/+26
| * mergeDavid Douard2011-09-212-2/+9
| |\
| | * Added tag logilab-common-debian-version-0.56.2-2 for changeset 0d31b28f08beDavid Douard2011-09-210-0/+0
| | * [debian] fix debian/control: we now depend on python >= 2.5logilab-common-debian-version-0.56.2-2David Douard2011-09-212-2/+9
| * | pkginfo: only install unittest2 when python version < 2.7 (closes: #76068)Sylvain Th?nault2011-09-151-1/+4
| * | daemon: make pidfile world-readable (closes #75968)Julien Cristau2011-09-151-0/+1
* | | backport stableSylvain Th?nault2011-09-133-104/+5
|\ \ \ | |/ / |/| |
| * | backport stableSylvain Th?nault2011-09-083-104/+5
| |\ \ | | |/ | |/|
| | * backport stableSylvain Th?nault2011-09-063-105/+6
| | |\
| | | * pytest should have default warning policySylvain Th?nault2011-09-061-1/+1
| | | * daemon: kill DaemonMixinJulien Cristau2011-09-062-106/+5