summaryrefslogtreecommitdiff
path: root/logilab/common/fileutils.py
Commit message (Collapse)AuthorAgeFilesLines
* [DepreciationWarning] deprecated has been renamed to callable_deprecatedLaurent Peuch2020-05-061-3/+3
|
* Please the flake8 godLaurent Peuch2020-03-191-1/+0
|
* [fix] bad variable nameLaurent Peuch2020-03-181-1/+1
|
* Black the whole code baseLaurent Peuch2020-04-011-18/+31
|
* [types] clean type annotations generation from pyannotationLaurent Peuch2020-03-201-13/+17
|
* Use a context manager for io.open()Denis Laxalde2017-07-041-4/+2
|
* Use io.open() to avoid deprecation warning about 'U' modeDenis Laxalde2017-07-041-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 moduleDenis Laxalde2016-01-191-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 layoutDavid Douard2015-03-131-0/+404
The logilab.common package now lives in a logilab/common directory to make it pip compliant. Related to #294479.