summaryrefslogtreecommitdiffstats
path: root/platform_utils_win32.py
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Update codebase to expect Python 3.6Jason R. Coombs2023-10-311-7/+5
* isort: format codebasev2.36Mike Frysinger2023-08-221-4/+20
* Format codebase with black and check formatting in CQGavin Mak2023-03-221-112/+133
* drop pyversion & is_python3 checkingMike Frysinger2021-01-061-23/+4
* strip python2-only coding:utf-8 & print_function settingsMike Frysinger2021-01-061-2/+0
* 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