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
/
macpath.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF bug [#469732] os.path.walk docstring inconsistent.
Tim Peters
2001-10-10
1
-7/+13
*
SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks:
Guido van Rossum
2001-09-17
1
-0/+3
*
Typo fix (spelling mistake in error message).
Greg Ward
2001-08-08
1
-1/+1
*
a few more modules get __all__
Skip Montanaro
2001-01-24
1
-0/+4
*
Update the code to better reflect recommended style:
Fred Drake
2000-12-12
1
-3/+3
*
Avoid import of string module; it is only needed for expandvars().
Fred Drake
2000-09-28
1
-7/+7
*
Restored commonprefix() semantics.
Jack Jansen
2000-08-23
1
-23/+13
*
Rewrite of normpath() by Corran Webster, so trailing :s are removed
Jack Jansen
2000-08-06
1
-32/+23
*
fixed semantics of commonprefix to work by path elements instead of
Skip Montanaro
2000-07-12
1
-0/+23
*
getatime() returned the mtime instead of the atime.
Guido van Rossum
2000-07-01
1
-1/+1
*
More trivial comment -> docstring transformations by Ka-Ping Yee,
Guido van Rossum
2000-02-04
1
-147/+145
*
getsize(), getatime(), getmtime():
Fred Drake
1999-07-23
1
-3/+3
*
Add abspath()
Guido van Rossum
1999-01-29
1
-0/+7
*
Added getsize(), getmtime(), getatime()
Guido van Rossum
1998-07-24
1
-0/+18
*
Instead of 'import mac', use 'import os' -- this way, the path syntax
Guido van Rossum
1998-03-03
1
-9/+9
*
Fix for boundary case (Jack)
Guido van Rossum
1997-05-21
1
-1/+4
*
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
-12/+18
*
Added splitext()
Guido van Rossum
1996-07-23
1
-0/+22
*
Added (dummy) expanduser and expandvar methods
Jack Jansen
1995-12-15
1
-0/+11
*
added normpath() and splitdrive()
Guido van Rossum
1995-08-10
1
-39/+45
*
Added missing walk() function
Jack Jansen
1995-08-07
1
-0/+19
*
changes for the Mac
Guido van Rossum
1995-01-27
1
-0/+7
*
* Lib/linecache.py: don't crash on empty filename
Guido van Rossum
1994-08-23
1
-1/+1
*
* change default line numbers for 'list' in pdb.py
Guido van Rossum
1992-11-05
1
-0/+12
*
'cat' no longer exists
Guido van Rossum
1992-03-31
1
-3/+1
*
Added 'normcase' function.
Guido van Rossum
1992-01-14
1
-1/+6
*
New == syntax
Guido van Rossum
1992-01-01
1
-2/+2
*
macpath.cat --> join
Guido van Rossum
1991-08-16
1
-3/+6
*
Added explanatory comments.
Guido van Rossum
1991-01-01
1
-6/+44
*
Initial revision
Guido van Rossum
1990-12-26
1
-0/+70