index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
ntpath.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use win32api.GetFullPathName(path) if it exists to implement abspath().
Guido van Rossum
1999-01-29
1
-3/+7
*
Add abspath()
Guido van Rossum
1999-01-29
1
-0/+7
*
Added getsize(), getmtime(), getatime()
Guido van Rossum
1998-07-24
1
-0/+18
*
REMOVE samefile(), sameopenfile(), samestat() -- these cannot be made
Guido van Rossum
1998-05-02
1
-30/+0
*
(1) Change normpath() to *not* also call normcase().
Guido van Rossum
1998-02-18
1
-7/+7
*
Fix to ismount(). Can't remember who told me this.
Guido van Rossum
1998-01-19
1
-2/+3
*
Added doc strings and reindented according to new standard, without tabs.
Guido van Rossum
1997-12-05
1
-189/+223
*
Rewrite normcase() using string.translate...
Guido van Rossum
1997-08-12
1
-14/+6
*
Support $HOME in expanduser().
Guido van Rossum
1997-06-02
1
-6/+12
*
join(): Wax the incorrect leading comment
Barry Warsaw
1997-02-18
1
-4/+0
*
join(): join one or more path components
Barry Warsaw
1997-02-18
1
-7/+12
*
Fix splitext() to go up to the last dot, not the first.
Guido van Rossum
1997-01-22
1
-3/+8
*
Don't do truncation to 8+3 format -- this is used on NT file systems!
Guido van Rossum
1996-08-26
1
-9/+2
*
Don't use 'false'; use '0'.
Guido van Rossum
1996-08-08
1
-1/+1
*
same thing as for dospath, plus HOMEDRIVE/HOMEPATH support
Guido van Rossum
1995-08-10
1
-12/+11
*
Added ntpath.py (for os.py when used with Windows NT)
Guido van Rossum
1994-02-24
1
-0/+348
[prev]