summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | update changelogAdrien Di Mascio2009-01-201-0/+3
| * | disable auto-colorizing (useless and even bad in most cases)Adrien Di Mascio2009-01-202-40/+63
| * | add a __unittest variable to testlib (unittest.py uses it)Adrien Di Mascio2009-01-201-3/+4
| * | add a new colorize_source function in debugger.py (based on ipython)Adrien Di Mascio2009-01-201-1/+13
| |/
* | merged packaging changes from Sandro Tosi and uploaded 0.37.2 to DebianAlexandre Fayolle2009-01-209-68/+77
|/
* typoJulien Jehannet2009-01-191-1/+1
* (merge)Julien Jehannet2009-01-195-7/+25
|\
| * typosylvain thenault2009-01-192-1/+17
| * snipet -> snippetsylvain thenault2009-01-192-6/+6
| * mergesylvain thenault2009-01-161-0/+2
| |\
| | * new intersect_all_support attributesylvain thenault2009-01-161-0/+2
* | | improve acquire_lock() methodJulien Jehannet2009-01-193-19/+74
|/ /
* | [testlib] skip test clases whose names start with '_'Adrien Di Mascio2009-01-152-12/+21
|/
* section's case insensitivity test & fixsylvain thenault2009-01-142-14/+41
* fix case sensitivity pb w/ config file sectionssylvain thenault2009-01-121-1/+5
* 0.37.2Sylvain Thenault2009-01-083-8/+24
* update copyrightSylvain Thenault2009-01-081-2/+2
* update changelogSylvain Thenault2009-01-081-0/+5
* configuration file generation encoding handlingSylvain Thenault2009-01-081-11/+32
* [logging] the lldebug threshold level was an implementation detail of cubicwe...Adrien Di Mascio2009-01-061-1/+1
* fix Datetime type map for mysql as suggested by 2web, avoiding timestamp auto...Sylvain Thenault2009-01-052-0/+36
* Added tag logilab-common-debian-version-0_37_1-1 for changeset 1de40b46abf6Adrien Di Mascio2008-12-230-0/+0
* Added tag logilab-common-version-0_37_1 for changeset b9d324c81cc6logilab-common-debian-version-0_37_1-1Adrien Di Mascio2008-12-230-0/+0
* version 0.37.1logilab-common-version-0_37_1Adrien Di Mascio2008-12-233-1/+11
* implement contexts.py so that it's syntax-compatible with python version < 2.5Adrien Di Mascio2008-12-111-17/+24
* close 0.37.0 ChangeLogAdrien Di Mascio2008-12-101-2/+3
* Added tag logilab-common-debian-version-0_37_0-1 for changeset 20c97a493802Adrien Di Mascio2008-12-090-0/+0
* Added tag logilab-common-version-0_37_0 for changeset aa19eddfbf14logilab-common-debian-version-0_37_0-1Adrien Di Mascio2008-12-090-0/+0
* prepare 0.37.0logilab-common-version-0_37_0Adrien Di Mascio2008-12-092-1/+7
* shouldn't force threshold in debug modeSylvain Thenault2008-12-051-1/+0
* backport init_log/set_log_methodsSylvain Thenault2008-12-042-1/+71
* fix iter: Values is not iterable, use its __dict__Sylvain Thenault2008-12-041-1/+1
* self.options is None when test are run using python instead of pytestSylvain Thenault2008-12-021-2/+2
* clenaupSylvain Thenault2008-12-021-3/+1
* may iter on a Configuration objectSylvain Thenault2008-12-021-0/+3
* update change logSylvain Thenault2008-12-011-0/+8
* new process information / resource control moduleSylvain Thenault2008-12-011-0/+253
* new module containing a class to handle prioritized tasks queueSylvain Thenault2008-12-012-0/+128
* complete helpSylvain Thenault2008-12-011-1/+17
* new time/bytes option types, using textutils conversion functionSylvain Thenault2008-12-011-1/+12
* new module for context managers, keeping py <2.4 syntax compat for distributionSylvain Thenault2008-12-011-0/+20
* should define SUPPRESS_HELP when optparse isn't availableSylvain Thenault2008-12-011-0/+5
* Python2.5 subprocess added functions and exceptions (call() + check_call())Julien Jehannet2008-11-211-0/+48
* rename assertFloatEquals in assertFloatAlmostEqualsStephanie Marcu2008-11-181-1/+1
* add a method to test equality between two floatsStephanie Marcu2008-11-181-0/+7
* adapt to lgp and use DISTRIBUTION in changelogNicolas Chauvat2008-11-141-1/+1
* package 0.36.1Nicolas Chauvat2008-11-142-1/+7
* Added tag logilab-common-version-0_36_1 for changeset 84bd97f310e2Nicolas Chauvat2008-11-140-0/+0
* mergelogilab-common-version-0_36_1Nicolas Chauvat2008-11-1411-15/+83
|\
| * introduce shellutils.globfind as an alternative to find that accepts glob pat...Adrien Di Mascio2008-11-132-7/+47