summaryrefslogtreecommitdiffstats
path: root/platform_utils.py
Commit message (Expand)AuthorAgeFilesLines
* 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