Guido van Rossum
|
4732ccf642
|
Added emacs.py (for misc/py-connect.el).
posixpath.py: added undocumented expanndvars() (expands $VAR in string).
|
1992-08-09 13:54:50 +00:00 |
Guido van Rossum
|
509d24aac3
|
fix a typo in samestat() (ST_DEV, not STD_DEV);
rewrite ismount() to compare stats of path and path/..
|
1992-05-06 11:36:49 +00:00 |
Guido van Rossum
|
2684738d2f
|
Renamed to posixpath; changed def'n of split().
|
1992-03-31 18:54:35 +00:00 |
Guido van Rossum
|
7ac4878773
|
Make nicer comments.
Added expanduser() and normcase() and isabs() and isfile().
|
1992-01-14 18:29:32 +00:00 |
Guido van Rossum
|
bdfcfccbe5
|
New == syntax
|
1992-01-01 19:35:13 +00:00 |
Guido van Rossum
|
470e7617a9
|
Use AttributeError.
|
1991-12-26 13:05:43 +00:00 |
Guido van Rossum
|
d3778f9f60
|
Added samefile() function.
|
1991-11-12 15:37:40 +00:00 |
Guido van Rossum
|
4d0fdc34d1
|
path.cat --> join
Added splitext
|
1991-08-16 13:27:58 +00:00 |
Guido van Rossum
|
40d9304d66
|
Use 'stat' module instead of hardcoding information from <sys/stat.h>.
|
1990-10-21 16:17:34 +00:00 |
Guido van Rossum
|
c636014c43
|
Initial revision
|
1990-10-13 19:23:40 +00:00 |