1. 46819a7 Remove platform_utils.realpath by Kaiyi Li · 12 months ago
  2. 159389f Fix drive mounted directory on Windows by Kaiyi Li · 12 months ago
  3. b32ccbb cleanup: Update codebase to expect Python 3.6 by Jason R. Coombs · 1 year, 6 months ago
  4. 8dd8521 cleanup: leverage yield from in more places by Jason R. Coombs · 1 year, 5 months ago
  5. ea2e330 Format codebase with black and check formatting in CQ by Gavin Mak · 2 years ago
  6. 9d96f58 make file removal a bit more robust by Mike Frysinger · 3 years, 6 months ago
  7. 3668249 platform_utils: os.rename exception when src and des on different file system by wenchiching · 3 years, 7 months ago
  8. f0925c4 platform_utils: delete unused FileDescriptorStreams APIs by Mike Frysinger · 4 years, 1 month ago
  9. acf63b2 drop pyversion & is_python3 checking by Mike Frysinger · 6 years ago
  10. 784ccfc strip python2-only coding:utf-8 & print_function settings by Mike Frysinger · 4 years, 2 months ago
  11. 23d7daf Reland "Port _FileDescriptorStreamsNonBlocking to use poll()" by Theodore Dubois · 5 years ago
  12. 8f9bf48 platform_utils: have Windows select stream return "" at EOF by Mike Frysinger · 5 years ago
  13. 819827a Fix blank line issues reported by flake8 by David Pursehouse · 5 years ago
  14. 91d9587 Revert "Port _FileDescriptorStreamsNonBlocking to use poll()" by Mike Frysinger · 5 years ago v1.13.9.1
  15. ec0ba27 Fix method signature of platform_utils.FileDescriptorStreams._create_stream() by Rostislav Krasny · 5 years ago
  16. 1e01a74 Port _FileDescriptorStreamsNonBlocking to use poll() by Theodore Dubois · 5 years ago
  17. f454512 sync: make .git init more robust by Mike Frysinger · 5 years ago
  18. f601376 set default file encoding to utf-8 by Mike Frysinger · 6 years ago
  19. d26146d platform_utils: Fix exception handling in _walk_windows_impl by David Pursehouse · 6 years ago
  20. bed8b62 Add support for long paths by Renaud Paquay · 6 years ago
  21. e469a0c fix some sync error while using python3 by Dylan Deng · 7 years ago
  22. 010fed7 Replace all os.remove calls by Renaud Paquay · 8 years ago
  23. 227ad2e Implement islink, readlink and realpath using Win32 api by Renaud Paquay · 8 years ago
  24. ad1abcb Port os.rename calls to work on Windows by Renaud Paquay · 8 years ago
  25. a65adf7 Workaround shutil.rmtree limitation on Windows by Renaud Paquay · 8 years ago
  26. d5cec5e Add support for creating symbolic links on Windows by Renaud Paquay · 8 years ago
  27. 2e70291 Make "git command" and "forall" work on Windows by Renaud Paquay · 8 years ago