开源镜像站
帮助
下载
动态
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.py
Age
Commit message (
Expand
)
Author
2026-05-12
linkfile: Handle directory-to-symlink transitions safely
Carlos Fernandez
2025-04-02
Fix EROFS error when root fs is mounted read-only
Egor Duda
2024-03-27
Remove platform_utils.realpath
Kaiyi Li
2024-03-27
Fix drive mounted directory on Windows
Kaiyi Li
2023-10-31
cleanup: Update codebase to expect Python 3.6
Jason R. Coombs
2023-10-20
cleanup: leverage yield from in more places
Jason R. Coombs
2023-03-22
Format codebase with black and check formatting in CQ
Gavin Mak
2021-09-28
make file removal a bit more robust
Mike Frysinger
2021-09-24
platform_utils: os.rename exception when src and des on different file system
wenchiching
2021-02-24
platform_utils: delete unused FileDescriptorStreams APIs
Mike Frysinger
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-03-13
Reland "Port _FileDescriptorStreamsNonBlocking to use poll()"
Theodore Dubois
2020-02-18
platform_utils: have Windows select stream return "" at EOF
Mike Frysinger
2020-02-12
Fix blank line issues reported by flake8
David Pursehouse
2020-02-03
Revert "Port _FileDescriptorStreamsNonBlocking to use poll()"
v1.13.9.1
Mike Frysinger
2020-01-25
Fix method signature of platform_utils.FileDescriptorStreams._create_stream()
Rostislav Krasny
2019-12-18
Port _FileDescriptorStreamsNonBlocking to use poll()
Theodore Dubois
2019-11-12
sync: make .git init more robust
Mike Frysinger
2019-06-13
set default file encoding to utf-8
Mike Frysinger
2018-11-06
platform_utils: Fix exception handling in _walk_windows_impl
David Pursehouse
2018-10-22
Add support for long paths
Renaud Paquay
2018-07-24
fix some sync error while using python3
Dylan Deng
2017-08-31
Replace all os.remove calls
Renaud Paquay
2017-08-31
Implement islink, readlink and realpath using Win32 api
Renaud Paquay
2017-05-29
Port os.rename calls to work on Windows
Renaud Paquay
2017-05-29
Workaround shutil.rmtree limitation on Windows
Renaud Paquay
2017-05-29
Add support for creating symbolic links on Windows
Renaud Paquay
2017-05-29
Make "git command" and "forall" work on Windows
Renaud Paquay