Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0f51fff57effdc6240e51e5ab26117d899eff48e
/
Lib
/
ntpath.py
16a0bc2
(1) Change normpath() to *not* also call normcase().
by Guido van Rossum
· 27 years ago
ca99c2c
Fix to ismount(). Can't remember who told me this.
by Guido van Rossum
· 27 years ago
15e22e1
Added doc strings and reindented according to new standard, without tabs.
by Guido van Rossum
· 27 years ago
e2ad88c
Rewrite normcase() using string.translate...
by Guido van Rossum
· 27 years ago
77e1db3
Support $HOME in expanduser().
by Guido van Rossum
· 27 years ago
19302de
join(): Wax the incorrect leading comment
by Barry Warsaw
· 28 years ago
384d249
join(): join one or more path components
by Barry Warsaw
· 28 years ago
73e122f
Fix splitext() to go up to the last dot, not the first.
by Guido van Rossum
· 28 years ago
3df7b5a
Don't do truncation to 8+3 format -- this is used on NT file systems!
by Guido van Rossum
· 28 years ago
0523d63
Don't use 'false'; use '0'.
by Guido van Rossum
· 28 years ago
99bf06b
same thing as for dospath, plus HOMEDRIVE/HOMEPATH support
by Guido van Rossum
· 29 years ago
555915a
Added ntpath.py (for os.py when used with Windows NT)
by Guido van Rossum
· 31 years ago