summaryrefslogtreecommitdiffstats
path: root/Lib/macpath.py
Commit message (Collapse)AuthorAgeFilesLines
...
* added normpath() and splitdrive()Guido van Rossum1995-08-101-39/+45
|
* Added missing walk() functionJack Jansen1995-08-071-0/+19
|
* changes for the MacGuido van Rossum1995-01-271-0/+7
|
* * Lib/linecache.py: don't crash on empty filenameGuido van Rossum1994-08-231-1/+1
| | | | | | | | | | | * Lib/macpath.py: don't return trailing colon for dirname() (XXX won't do for volume names -- but otherwise glob(':*:*.py') loops forever) * Lib/traceback.py: print SyntaxError correctly * Lib/stat.py: moved to posixstat.py; added macstat.py which has the constants for the Mac; and created new stat.py which includes the right one * Lib/urllib.py: fix caching bug (by disabling the cache)
* * change default line numbers for 'list' in pdb.pyGuido van Rossum1992-11-051-0/+12
| | | | | | | | | * changed eval() into getattr() in cmd.py * added dirname(), basename() and (dummy) normath() to macpath.py * renamed nntp.py to nntplib.py * Made string.index() compatible with strop.index() * Make string.atoi('') raise string.atoi_error rather than ValueError * Added dirname() and normpath() to posixpath.
* 'cat' no longer existsGuido van Rossum1992-03-311-3/+1
|
* Added 'normcase' function.Guido van Rossum1992-01-141-1/+6
|
* New == syntaxGuido van Rossum1992-01-011-2/+2
|
* macpath.cat --> joinGuido van Rossum1991-08-161-3/+6
|
* Added explanatory comments.Guido van Rossum1991-01-011-6/+44
|
* Initial revisionGuido van Rossum1990-12-261-0/+70