Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Instead of 'import mac', use 'import os' -- this way, the path syntax | Guido van Rossum | 1998-03-03 | 1 | -9/+9 |
| | | | | | manipulation routines can be used on non-Mac platforms (e.g. to manipulate pathnames in a Mac specific archive). | ||||
* | 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 |
| | | | | | | | | | | | * 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.py | Guido van Rossum | 1992-11-05 | 1 | -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 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 |