summaryrefslogtreecommitdiff
path: root/mesonbuild/_pathlib.py
Commit message (Collapse)AuthorAgeFilesLines
* pathlib: Patch pathlib to work around some bugs (fixes #7295)Daniel Mensinger2021-06-291-0/+73
|
* use real pathlib moduleDylan Baker2020-11-201-49/+0
| | | | | We added the _pathlib module to work around defeciencies in python 3.5's implementation, since we now rely on 3.6 lets drop this
* pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger2020-10-041-0/+49