Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DepreciationWarning] deprecated has been renamed to callable_deprecated | Laurent Peuch | 2020-05-06 | 1 | -3/+3 |
| | |||||
* | Please the flake8 god | Laurent Peuch | 2020-03-19 | 1 | -1/+0 |
| | |||||
* | [fix] bad variable name | Laurent Peuch | 2020-03-18 | 1 | -1/+1 |
| | |||||
* | Black the whole code base | Laurent Peuch | 2020-04-01 | 1 | -18/+31 |
| | |||||
* | [types] clean type annotations generation from pyannotation | Laurent Peuch | 2020-03-20 | 1 | -13/+17 |
| | |||||
* | Use a context manager for io.open() | Denis Laxalde | 2017-07-04 | 1 | -4/+2 |
| | |||||
* | Use io.open() to avoid deprecation warning about 'U' mode | Denis Laxalde | 2017-07-04 | 1 | -1/+2 |
| | | | | | | Use io.open() which has a consistent interface between Python 2 and Python 3. In particular, `newline` parameter is meant to control "universal new lines" and it is None by default so we don't need to specify it. | ||||
* | [testlib] Deprecate doctest things in favour of stdlib module | Denis Laxalde | 2016-01-19 | 1 | -7/+1 |
| | | | | | | And adjust all tests accordingly. Drop docstring example from fileutils.abspath_listdir since I could not have it skipped. | ||||
* | [layout] change the source directory layout | David Douard | 2015-03-13 | 1 | -0/+404 |
The logilab.common package now lives in a logilab/common directory to make it pip compliant. Related to #294479. |