summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added tag logilab-common-version-0.62.1,, ↵stableDavid Douard2014-07-300-0/+0
| | | | logilab-common-debian-version-0.62.1-1,, logilab-common-centos-version-0.62.1-1 for changeset 85482ecfad89
* [pkg] debian: use dh_python2 and update debian/controllogilab-common-version-0.62.1,logilab-common-version-0.62.1logilab-common-debian-version-0.62.1-1,logilab-common-debian-version-0.62.1-1logilab-common-centos-version-0.62.1-1David Douard2014-07-303-6/+19
|
* prepare 0.62.1Sylvain Thénault2014-07-304-15/+28
|
* default was stableSylvain Thénault2014-07-3019-54/+101
|\
| * Remove unused importsRémi Cardona2014-07-163-4/+1
| |
| * Remove CVS file IDsRémi Cardona2014-07-286-6/+0
| |
| * [testlib] Handle skip methods as in unittestDenis Laxalde2014-06-052-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | Just copied this piece of code from unittest.TestCase.run which: * makes it possible to skip whole TestCase (using class decorator), * handle conditional skip (skipIf). As an aside, with this, setUp() is not executed anymore when a test is skipped. Closes #252838.
| * [configuration] closes #185648 : load options in config file orderLaura Médioni2014-07-253-10/+60
| | | | | | | | | | | | Option should be processed in file order, not declaration order. related to issue #87 on pylint : https://bitbucket.org/logilab/pylint/issue/87
| * [pytest] drop coverage option, broken for a whileSylvain Thénault2014-04-042-26/+2
| |
| * graph: ensure we get predictable orderingJulien Cristau2014-07-271-1/+1
| |
| * [shellutils] don't use class decorator, we still need py 2.5 compat for some ↵Sylvain Thénault2014-07-252-2/+7
| | | | | | | | time. Closes #258060
| * Added tag logilab-common-version-0.62.0, ↵Aurelien Campeas2014-07-030-0/+0
| | | | | | | | logilab-common-debian-version-0.62.0-1, logilab-common-centos-version-0.62.0-1 for changeset 4797b86b800e
| * [pkg] missing version bumplogilab-common-version-0.62.0logilab-common-debian-version-0.62.0-1logilab-common-centos-version-0.62.0-1Aurelien Campeas2014-07-031-2/+2
| |
| * [pkg] prepare 0.62.0Aurelien Campeas2014-07-033-2/+12
| |
| * [modutils] return list of cleaned modulesAurelien Campeas2014-05-271-0/+3
| | | | | | | | Closes #255526.
| * [configuration] fix docstringDavid Douard2014-03-261-1/+1
| |
* | [merge] 0.61 is stableAurelien Campeas2014-04-010-0/+0
|\ \ | |/ |/|
* | Added tag logilab-common-version-0.61.0, ↵Julien Cristau2014-02-110-0/+0
| | | | | | | | logilab-common-debian-version-0.61.0-1, logilab-common-centos-version-0.61.0-1 for changeset 56b1d20168f8
* | prepare 0.61.0logilab-common-version-0.61.0logilab-common-debian-version-0.61.0-1logilab-common-centos-version-0.61.0-1Julien Cristau2014-02-114-3/+9
| |
* | shellutils: fix tempfile issue in Execute, and deprecate itJulien Cristau2014-02-032-8/+10
| | | | | | | | | | Addresses CVE-2014-1839. Closes #207562
* | Remove pdf_ext module (closes #207561)Julien Cristau2014-02-033-113/+2
| | | | | | | | Addresses CVE-2014-1838.
* | Use 'env' to run the interpreter.Christophe de Vienne2013-11-132-2/+4
| | | | | | | | The drawback is that we cannot use the unbuffered outputs (-u) but I am not so sure it is an issue.
* | [test] Fix broken unittest_configuration.py:ConfigurationTC.test_round_tripAnthony Truchet2013-10-251-8/+13
| |
* | [graph] sort dot node/edge attribute for predictabilities. Closes #202314Sylvain Th?nault2013-12-202-7/+11
| |
* | [py3k] kill future warning on __eq__ vs __hash__Aurelien Campeas2013-09-112-0/+4
| |
* | forgotten to close changelogSylvain Th?nault2014-01-151-12/+15
| |
* | Added tag logilab-common-debian-version-0.60.1-1 for changeset 368d5403b82bSylvain Th?nault2013-12-160-0/+0
| |
* | Added tag logilab-common-version-0.60.1 for changeset f52d0719609clogilab-common-debian-version-0.60.1-1Sylvain Th?nault2013-12-160-0/+0
| |
* | prepare 0.60.1logilab-common-version-0.60.1Sylvain Th?nault2013-12-162-1/+7
| |
* | [date] Fixed: wrong incrementation of month in date_range function (closes ↵Damien Garaud2013-10-312-1/+8
| | | | | | | | | | | | #186698). Add a unit test.
* | [testlib] handle skips in setUp and tearDownJulien Cristau2013-11-221-0/+3
| | | | | | | | Don't turn them into errors. Closes #190806.
* | [modutils] fix support for extend_path based namespace package when module ↵Sylvain Th?nault2013-10-072-3/+5
| | | | | | | | is nested in a sub-package. Closes #177651
* | [modutils] ensure file is closed, may cause pb depending on the interpreter ↵Sylvain Th?nault2013-10-032-3/+9
| | | | | | | | (eg pypy). Closes #180876
* | Backport fix done by Benedikt Morbach on pylint for python3 install on win32 ↵Sylvain Th?nault2013-10-032-3/+7
| | | | | | | | platforms / cross compilation. Closes #180836
* | merge default headsJulien Cristau2013-10-253-7/+18
|\ \
| * | fix assertIsNotNone py< 2.7 implementationSylvain Th?nault2013-10-041-1/+1
| | |
| * | [modutils] don't propagate IOError when package's __init__.py file doesn't ↵Sylvain Th?nault2013-09-032-7/+15
| | | | | | | | | | | | exist. Closes #174606
| * | testlib: assertIsNotNone missing for python 2.6Sylvain Th?nault2013-08-211-0/+3
| | |
* | | [deprecation] stacklevel tweaksSylvain Th?nault2013-05-071-3/+3
|/ /
* | Added tag logilab-common-debian-version-0.60.0-1 for changeset 5723c613242eSylvain Th?nault2013-07-260-0/+0
| |
* | Added tag logilab-common-version-0.60.0 for changeset 1ad9bfc058cflogilab-common-debian-version-0.60.0-1Sylvain Th?nault2013-07-260-0/+0
| |
* | [packaging] fix regression introduced by aefd37dbb754 leading to crash when ↵logilab-common-version-0.60.0Sylvain Th?nault2013-07-261-1/+1
| | | | | | | | installing python3 version of the lib on a linux platform
* | 0.60Sylvain Th?nault2013-07-263-17/+26
| |
* | backport stable branchSylvain Th?nault2013-07-269-30/+82
|\ \ | |/
| * update ChangelogSylvain Th?nault2013-07-261-0/+5
| |
| * graph: use codecs.open. Closes #155138Julien Cristau2013-06-201-3/+3
| | | | | | | | | | Makes python3 happier (can't write utf8 data to a file opened without an encoding)
| * testlib: fix for python 3.3Julien Cristau2013-07-222-11/+14
| | | | | | | | | | | | unittest.TestCase no longer has a assertSameElements method. Use assertCountEqual instead of assertSameElements/assertItemsEqual. Closes #144526
| * Fixed: Install fails on Windows with Python 3.3. Calling subprocess withMike Mueller2013-06-281-2/+4
| | | | | | | | `shell=True` works.
| * Update version number in spec fileR?mi Cardona2013-06-101-1/+1
| |
| * [modutils] add pkgutil.extend_path support. Closes #8796Sylvain Th?nault2013-06-171-2/+12
| |