summaryrefslogtreecommitdiff
path: root/platform_utils_win32.py
AgeCommit message (Expand)Author
2023-10-31cleanup: Update codebase to expect Python 3.6Jason R. Coombs
2023-08-22isort: format codebasev2.36Mike Frysinger
2023-03-22Format codebase with black and check formatting in CQGavin Mak
2021-01-06drop pyversion & is_python3 checkingMike Frysinger
2021-01-06strip python2-only coding:utf-8 & print_function settingsMike Frysinger
2020-02-15flake8: Suppress "F821 undefined name" inline for Python 2 namesDavid Pursehouse
2020-02-13pyflakes: Fix remaining "E501 line too long" warningsDavid Pursehouse
2020-02-06[Win32] Make platform_utils compatible for Python3Remy Böhmer
2020-01-25Fix a typoRostislav Krasny
2020-01-24Make _preserve_encoding in platform_utils_win32 compatible with Python 3Rostislav Krasny
2019-06-13set default file encoding to utf-8Mike Frysinger
2019-03-21platform_utils_win32: remove an unnecessary workaroundРоман Донченко
2018-10-03Windows: Add support for creating symlinks as an unprivileged userRenaud Paquay
2017-08-31Implement islink, readlink and realpath using Win32 apiRenaud Paquay
2017-05-29Add support for creating symbolic links on WindowsRenaud Paquay