summaryrefslogtreecommitdiffstats
path: root/platform_utils_win32.py
Commit message (Expand)AuthorAgeFilesLines
* 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