summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* 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
| |
| * [modutils]?setuptools pkg_resources support. Closes #8796Sylvain Th?nault2013-06-171-0/+11
| | | | | | | | | | | | NO I won't write a test. Setup is to painful to reproduce for automatic test (require virtualenv, setuptools, python setup.py develop, etc). See description on the ticket.
| * [modutils]?fix python3.3 crash on file_from_modpath. Closes #137244Sylvain Th?nault2013-05-072-3/+17
| |
| * [modutils test] enhance some test namesSylvain Th?nault2013-05-071-6/+8
| |
| * [registry] type.__new__ first arg is the metaclass, not the classSylvain Th?nault2013-04-291-2/+2
| |
| * [modutils] fix typo causing name error in python3 / bad message in python2. ↵Sylvain Th?nault2013-04-292-2/+7
| | | | | | | | Closes #136037
* | remove obsolete lenny packagingJulien Cristau2013-06-171-23/+0
| |
* | [configuration] stop pretending optik_ext is named optparseNicolas Chauvat2013-05-241-30/+30
| |
* | [configuration] make it clear there are constants used in the testsNicolas Chauvat2013-05-241-3/+3
| | | | | | | | rename options to OPTIONS
* | [configuration] add comments to improve documentationNicolas Chauvat2013-06-201-1/+15
| |
* | drop compatibility with python < 2.4Nicolas Chauvat2013-05-242-10/+4
| |
* | [configuration] add test case for merge_options()Nicolas Chauvat2013-05-211-1/+21
| |
* | [configuration] rename convert() to _validate()Nicolas Chauvat2013-05-241-2/+3
| | | | | | | | | | | | this isn't a perfect move as validate doesn't feel like some type conversion is done, though this is at least coherent with other related stuff
* | [configuration] rename option_name to option_attrname (closes #140667)Nicolas Chauvat2013-05-072-14/+16
| |