Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |