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