开源镜像站
帮助
下载
动态
GitHub
index
:
git-repo
main
maint
master
repo-1
stable
A git multiple repo management tool built for AOSP
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform_utils_win32.py
Age
Commit message (
Expand
)
Author
2023-10-31
cleanup: Update codebase to expect Python 3.6
Jason R. Coombs
2023-08-22
isort: format codebase
v2.36
Mike Frysinger
2023-03-22
Format codebase with black and check formatting in CQ
Gavin Mak
2021-01-06
drop pyversion & is_python3 checking
Mike Frysinger
2021-01-06
strip python2-only coding:utf-8 & print_function settings
Mike Frysinger
2020-02-15
flake8: Suppress "F821 undefined name" inline for Python 2 names
David Pursehouse
2020-02-13
pyflakes: Fix remaining "E501 line too long" warnings
David Pursehouse
2020-02-06
[Win32] Make platform_utils compatible for Python3
Remy Böhmer
2020-01-25
Fix a typo
Rostislav Krasny
2020-01-24
Make _preserve_encoding in platform_utils_win32 compatible with Python 3
Rostislav Krasny
2019-06-13
set default file encoding to utf-8
Mike Frysinger
2019-03-21
platform_utils_win32: remove an unnecessary workaround
Роман Донченко
2018-10-03
Windows: Add support for creating symlinks as an unprivileged user
Renaud Paquay
2017-08-31
Implement islink, readlink and realpath using Win32 api
Renaud Paquay
2017-05-29
Add support for creating symbolic links on Windows
Renaud Paquay