| Commit message (Expand) | Author | Age |
* | Withdraw the UNC support from splitdrive(). Instead, a new function | Guido van Rossum | 1999-04-06 |
* | New code for split() by Tim Peters, behaves more like posixpath.split(). | Guido van Rossum | 1999-03-19 |
* | New splitdrive() that knows about UNC paths (e.g., network paths like | Guido van Rossum | 1999-02-03 |
* | Use win32api.GetFullPathName(path) if it exists to implement abspath(). | Guido van Rossum | 1999-01-29 |
* | Add abspath() | Guido van Rossum | 1999-01-29 |
* | Added getsize(), getmtime(), getatime() | Guido van Rossum | 1998-07-24 |
* | REMOVE samefile(), sameopenfile(), samestat() -- these cannot be made | Guido van Rossum | 1998-05-02 |
* | (1) Change normpath() to *not* also call normcase(). | Guido van Rossum | 1998-02-18 |
* | Fix to ismount(). Can't remember who told me this. | Guido van Rossum | 1998-01-19 |
* | Added doc strings and reindented according to new standard, without tabs. | Guido van Rossum | 1997-12-05 |
* | Rewrite normcase() using string.translate... | Guido van Rossum | 1997-08-12 |
* | Support $HOME in expanduser(). | Guido van Rossum | 1997-06-02 |
* | join(): Wax the incorrect leading comment | Barry Warsaw | 1997-02-18 |
* | join(): join one or more path components | Barry Warsaw | 1997-02-18 |
* | Fix splitext() to go up to the last dot, not the first. | Guido van Rossum | 1997-01-22 |
* | Don't do truncation to 8+3 format -- this is used on NT file systems! | Guido van Rossum | 1996-08-26 |
* | Don't use 'false'; use '0'. | Guido van Rossum | 1996-08-08 |
* | same thing as for dospath, plus HOMEDRIVE/HOMEPATH support | Guido van Rossum | 1995-08-10 |
* | Added ntpath.py (for os.py when used with Windows NT) | Guido van Rossum | 1994-02-24 |