summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Adrien Di Mascio2009-01-061-1/+1
| | | | cubicweb, there's no reason why it should be in lgc
* fix Datetime type map for mysql as suggested by 2web, avoiding timestamp ↵Sylvain Thenault2009-01-052-0/+36
| | | | auto update
* 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
| | | | | NOTE: the previous implementation wasn't syntactically correct with python2.4 (and prior) because yield can't be used in a try/finally block until python2.5
* 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 ↵Adrien Di Mascio2008-11-132-7/+47
| | | | | | | | patterns (easier to have separate function for backward compatibility reasons)
| * fix dot files' edge generationAdrien Di Mascio2008-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this patch, edges were defined using the following scheme : Node1 -> Node2 edge [attrs...] Node2 -> Node3 which `dot` understands as three instructions : Node1 -> Node2 ; edge [attr...]; Node2 -> Node3; which means that edge properties are applied to the Node2->Node3 edge rather than to the Node1->Node2 edge. The correct syntax is : Node1 -> Node2 [attr...]; Node2 -> Node3;
| * [#6568] avoid name clash by renaming .restart to .pytest.restartNicolas Chauvat2008-11-131-1/+1
| |
| * [#6529] fix date_validator check callAlexandre Fayolle2008-11-071-1/+1
| |
| * indentation fixAdrien Di Mascio2008-11-061-1/+1
| |
| * pytest option --restart : shortcut -r is now -R (conflict with another option)Fabrice Douchant2008-11-041-1/+1
| |
| * Added tag logilab-common-debian-version-0_36_0-1 for changeset ba5fac8b4356Fabrice Douchant2008-10-300-0/+0
| |
| * logilab-common-debian-version-0_36_0-1logilab-common-debian-version-0_36_0-1Fabrice Douchant2008-10-304-2/+23
| |
| * Added tag logilab-common-version-0_36_0 for changeset a34a6c51663bFabrice Douchant2008-10-300-0/+0
| |
| * mergelogilab-common-version-0_36_0Fabrice Douchant2008-10-303-8/+21
| |\
| | * [#4910,#6473] now option can have a new key in dictionary : 'hide':True/Fase.Fabrice Douchant2008-10-301-1/+7
| | | | | | | | | | | | | | | If hide exists and is set at True then the option will not be displayed in man or --help.
| * | configuration: don't add DEFAULT sectionpierre-yves david2008-10-271-1/+2
| | | | | | | | | | | | | | | python2.6 raise an error when trying to add the DEFAULT section. As this section already exist, we don't need to add it anyway. This work also in previous version.
* | | Backed out changeset 8c66ea05839d see #6509Nicolas Chauvat2008-11-143-14/+7
| |/ |/|
* | [#2446] changing yn option in common.configuration : does not take y/n value ↵Fabrice Douchant2008-10-293-7/+14
|/ | | | anymore in sys.args.
* restore python2.4 compatAurelien Campeas2008-10-241-11/+13
|
* debug testlib if pytest started with no restart or exitfirst optionFabrice Douchant2008-10-241-13/+13
|
* [#5555] add new pytest option restart that passes tests which succeeded (see ↵Fabrice Douchant2008-10-242-6/+90
| | | | pytest -h)