summaryrefslogtreecommitdiffstats
path: root/platform_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Reland "Port _FileDescriptorStreamsNonBlocking to use poll()"Theodore Dubois2020-03-131-3/+15
* platform_utils: have Windows select stream return "" at EOFMike Frysinger2020-02-181-1/+1
* Fix blank line issues reported by flake8David Pursehouse2020-02-121-0/+4
* Revert "Port _FileDescriptorStreamsNonBlocking to use poll()"v1.13.9.1Mike Frysinger2020-02-031-15/+3
* Fix method signature of platform_utils.FileDescriptorStreams._create_stream()Rostislav Krasny2020-01-251-1/+1
* Port _FileDescriptorStreamsNonBlocking to use poll()Theodore Dubois2019-12-181-3/+15
* sync: make .git init more robustMike Frysinger2019-11-121-4/+5
* set default file encoding to utf-8Mike Frysinger2019-06-131-0/+1
* platform_utils: Fix exception handling in _walk_windows_implDavid Pursehouse2018-11-061-1/+1
* Add support for long pathsRenaud Paquay2018-10-221-16/+110
* fix some sync error while using python3Dylan Deng2018-07-241-1/+6
* Replace all os.remove callsRenaud Paquay2017-08-311-0/+17
* Implement islink, readlink and realpath using Win32 apiRenaud Paquay2017-08-311-0/+54
* Port os.rename calls to work on WindowsRenaud Paquay2017-05-291-0/+17
* Workaround shutil.rmtree limitation on WindowsRenaud Paquay2017-05-291-0/+15
* Add support for creating symbolic links on WindowsRenaud Paquay2017-05-291-0/+43
* Make "git command" and "forall" work on WindowsRenaud Paquay2017-05-291-0/+169