summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added tag logilab-common-version-0.58.3 for changeset 52f861146bc8logilab-common-debian-version-0.58.3-1David Douard2012-11-140-0/+0
* 0.58.3logilab-common-version-0.58.3David Douard2012-11-143-2/+13
* [umessage] add a UMessage.__getitem__ method to be closer to email.Message APIDavid Douard2012-11-141-0/+3
* [registry] setdefault catch wrong exception. Closes #111010Sylvain Th?nault2012-11-132-1/+4
* [registry] enhance assertion error messageSylvain Th?nault2012-11-131-1/+2
* [decorators test] use assertIsInstance as expectedSylvain Th?nault2012-10-231-2/+2
* python3: fix code and test so most tests go green. Partially closes #104047Sylvain Th?nault2012-10-237-43/+74
* ustrftime: ask the system for the encoding instead of trying to guessJulien Cristau2012-11-132-7/+6
* [registry] add assertion useful if e.g. arguments are inversed by inadvertanceSylvain Th?nault2012-09-201-0/+2
* [shellutils] fix tests broken because progress bars now use '=' not '.'Nicolas Chauvat2012-10-091-3/+3
* [table] stop encoding to iso-8859-1, use unicode. Closes #105847Sylvain Th?nault2012-09-201-5/+5
* [shellutils] fill progress bars with '=' not '.'Nicolas Chauvat2012-09-191-1/+1
* setup: properly install additional files during build instead of install. Clo...Sylvain Th?nault2012-08-291-5/+14
* fix date.ustrftime for python3, closes #82161Sylvain Th?nault2012-08-292-22/+34
* don't test unittest2 itself...Sylvain Th?nault2012-08-291-31/+0
* silent unittest2 warningsSylvain Th?nault2012-08-2912-64/+67
* Added tag logilab-common-debian-version-0.58.2-1 for changeset 1adbd599b4d9David Douard2012-07-300-0/+0
* Added tag logilab-common-version-0.58.2 for changeset ae78d61c103flogilab-common-debian-version-0.58.2-1David Douard2012-07-300-0/+0
* [tests] remove useless skipped testlogilab-common-version-0.58.2David Douard2012-07-301-4/+0
* 0.58.2David Douard2012-07-303-1/+12
* [modutils] fix load_module_from_path (closes #100935)Aurelien Campeas2012-07-304-0/+21
* [modutils] Fix modutils.modpath_from_file (closes #100757)David Douard2012-07-301-3/+1
* fix debian revSylvain Th?nault2012-07-171-1/+1
* Added tag logilab-common-debian-version-0.58.1-0 for changeset c8e7ffae2ac5Sylvain Th?nault2012-07-170-0/+0
* Added tag logilab-common-version-0.58.1 for changeset 8e76e81b594clogilab-common-debian-version-0.58.1-0Sylvain Th?nault2012-07-170-0/+0
* 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