| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | One more test, unicode path elements | Jeroen van Rijn | 10 hours | 1 | -5/+14 |
| | | |||||
| * | Fix #6279 | Jeroen van Rijn | 10 hours | 1 | -0/+11 |
| | | | | | | | | | If the replacement rune was multi-byte, `os.replace_path_separators` would silently fail to replace anything. Now it properly handles non-ASCII separator. Additionally added a fast path for when all runes in the input path as well as the replacement separator are simple ASCII. Test added. | ||||
| * | core:os -> core:os/old && core:os/os2 -> core:os | Jeroen van Rijn | 6 days | 1 | -0/+562 |