summaryrefslogtreecommitdiffstats
path: root/Lib/posixpath.py
Commit message (Collapse)AuthorAgeFilesLines
* Added emacs.py (for misc/py-connect.el).Guido van Rossum1992-08-091-0/+26
| | | | posixpath.py: added undocumented expanndvars() (expands $VAR in string).
* fix a typo in samestat() (ST_DEV, not STD_DEV);Guido van Rossum1992-05-061-27/+16
| | | | rewrite ismount() to compare stats of path and path/..
* Renamed to posixpath; changed def'n of split().Guido van Rossum1992-03-311-9/+13
|
* Make nicer comments.Guido van Rossum1992-01-141-34/+98
| | | | Added expanduser() and normcase() and isabs() and isfile().
* New == syntaxGuido van Rossum1992-01-011-9/+9
|
* Use AttributeError.Guido van Rossum1991-12-261-1/+1
|
* Added samefile() function.Guido van Rossum1991-11-121-0/+28
|
* path.cat --> joinGuido van Rossum1991-08-161-5/+27
| | | | Added splitext
* Use 'stat' module instead of hardcoding information from <sys/stat.h>.Guido van Rossum1990-10-211-2/+3
|
* Initial revisionGuido van Rossum1990-10-131-0/+124