summaryrefslogtreecommitdiffstats
path: root/platform_utils_win32.py
Commit message (Expand)AuthorAgeFilesLines
* flake8: Suppress "F821 undefined name" inline for Python 2 namesDavid Pursehouse2020-02-151-2/+2
* pyflakes: Fix remaining "E501 line too long" warningsDavid Pursehouse2020-02-131-1/+2
* [Win32] Make platform_utils compatible for Python3Remy Böhmer2020-02-061-4/+9
* Fix a typoRostislav Krasny2020-01-251-3/+3
* Make _preserve_encoding in platform_utils_win32 compatible with Python 3Rostislav Krasny2020-01-241-0/+5
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* platform_utils_win32: remove an unnecessary workaroundРоман Донченко2019-03-211-12/+5
* Windows: Add support for creating symlinks as an unprivileged userRenaud Paquay2018-10-031-7/+15
* Implement islink, readlink and realpath using Win32 apiRenaud Paquay2017-08-311-5/+159
* Add support for creating symbolic links on WindowsRenaud Paquay2017-05-291-0/+63