aboutsummaryrefslogtreecommitdiff
path: root/platform_utils.py
AgeCommit message (Expand)Author
2020-03-13Reland "Port _FileDescriptorStreamsNonBlocking to use poll()"Theodore Dubois
2020-02-18platform_utils: have Windows select stream return "" at EOFMike Frysinger
2020-02-12Fix blank line issues reported by flake8David Pursehouse
2020-02-03Revert "Port _FileDescriptorStreamsNonBlocking to use poll()"v1.13.9.1Mike Frysinger
2020-01-25Fix method signature of platform_utils.FileDescriptorStreams._create_stream()Rostislav Krasny
2019-12-18Port _FileDescriptorStreamsNonBlocking to use poll()Theodore Dubois
2019-11-12sync: make .git init more robustMike Frysinger
2019-06-13set default file encoding to utf-8Mike Frysinger
2018-11-06platform_utils: Fix exception handling in _walk_windows_implDavid Pursehouse
2018-10-22Add support for long pathsRenaud Paquay
2018-07-24fix some sync error while using python3Dylan Deng
2017-08-31Replace all os.remove callsRenaud Paquay
2017-08-31Implement islink, readlink and realpath using Win32 apiRenaud Paquay
2017-05-29Port os.rename calls to work on WindowsRenaud Paquay
2017-05-29Workaround shutil.rmtree limitation on WindowsRenaud Paquay
2017-05-29Add support for creating symbolic links on WindowsRenaud Paquay
2017-05-29Make "git command" and "forall" work on WindowsRenaud Paquay