aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/_pathlib.py
AgeCommit message (Collapse)AuthorFilesLines
2021-06-29pathlib: Patch pathlib to work around some bugs (fixes #7295)Daniel Mensinger1-0/+73
2020-11-20use real pathlib moduleDylan Baker1-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
2020-10-04pathlib: Fix resolve() by overriding it in Python 3.5Daniel Mensinger1-0/+49