index
:
tools/git-repo.git
main
maint
master
repo-1
stable
Mirror of gerrit.googlesource.com/git-repo
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform_utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix EROFS error when root fs is mounted read-only
Egor Duda
2025-04-02
1
-0
/
+6
*
Remove platform_utils.realpath
Kaiyi Li
2024-03-27
1
-9
/
+0
*
Fix drive mounted directory on Windows
Kaiyi Li
2024-03-27
1
-21
/
+1
*
cleanup: Update codebase to expect Python 3.6
Jason R. Coombs
2023-10-31
1
-2
/
+2
*
cleanup: leverage yield from in more places
Jason R. Coombs
2023-10-20
1
-3
/
+2
*
Format codebase with black and check formatting in CQ
Gavin Mak
2023-03-22
1
-185
/
+203
*
make file removal a bit more robust
Mike Frysinger
2021-09-28
1
-16
/
+15
*
platform_utils: os.rename exception when src and des on different file system
wenchiching
2021-09-24
1
-1
/
+1
*
platform_utils: delete unused FileDescriptorStreams APIs
Mike Frysinger
2021-02-24
1
-158
/
+0
*
drop pyversion & is_python3 checking
Mike Frysinger
2021-01-06
1
-7
/
+1
*
strip python2-only coding:utf-8 & print_function settings
Mike Frysinger
2021-01-06
1
-2
/
+0
*
Reland "Port _FileDescriptorStreamsNonBlocking to use poll()"
Theodore Dubois
2020-03-13
1
-3
/
+15
*
platform_utils: have Windows select stream return "" at EOF
Mike Frysinger
2020-02-18
1
-1
/
+1
*
Fix blank line issues reported by flake8
David Pursehouse
2020-02-12
1
-0
/
+4
*
Revert "Port _FileDescriptorStreamsNonBlocking to use poll()"
v1.13.9.1
Mike Frysinger
2020-02-03
1
-15
/
+3
*
Fix method signature of platform_utils.FileDescriptorStreams._create_stream()
Rostislav Krasny
2020-01-25
1
-1
/
+1
*
Port _FileDescriptorStreamsNonBlocking to use poll()
Theodore Dubois
2019-12-18
1
-3
/
+15
*
sync: make .git init more robust
Mike Frysinger
2019-11-12
1
-4
/
+5
*
set default file encoding to utf-8
Mike Frysinger
2019-06-13
1
-0
/
+1
*
platform_utils: Fix exception handling in _walk_windows_impl
David Pursehouse
2018-11-06
1
-1
/
+1
*
Add support for long paths
Renaud Paquay
2018-10-22
1
-16
/
+110
*
fix some sync error while using python3
Dylan Deng
2018-07-24
1
-1
/
+6
*
Replace all os.remove calls
Renaud Paquay
2017-08-31
1
-0
/
+17
*
Implement islink, readlink and realpath using Win32 api
Renaud Paquay
2017-08-31
1
-0
/
+54
*
Port os.rename calls to work on Windows
Renaud Paquay
2017-05-29
1
-0
/
+17
*
Workaround shutil.rmtree limitation on Windows
Renaud Paquay
2017-05-29
1
-0
/
+15
*
Add support for creating symbolic links on Windows
Renaud Paquay
2017-05-29
1
-0
/
+43
*
Make "git command" and "forall" work on Windows
Renaud Paquay
2017-05-29
1
-0
/
+169