Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct typo in walk.__doc__ reported by Francois Pinard. | Guido van Rossum | 1999-11-02 | 1 | -1/+1 |
| | |||||
* | Add abspath() | Guido van Rossum | 1999-01-29 | 1 | -0/+7 |
| | |||||
* | Patch suggested by Perry Stoll -- os.path.normpath(".//x") returned | Guido van Rossum | 1998-09-08 | 1 | -0/+2 |
| | | | | "/x", should return "x". | ||||
* | Added getsize(), getmtime(), getatime() | Guido van Rossum | 1998-07-24 | 1 | -0/+18 |
| | |||||
* | Added doc strings and reindented according to new standard, without tabs. | Guido van Rossum | 1997-12-05 | 1 | -162/+194 |
| | | | | (Like ntpath.py, this was contributed by "Charles G. Waldman" <cgw@pgt.com>) | ||||
* | Convert all remaining *simple* cases of regex usage to re usage. | Guido van Rossum | 1997-10-22 | 1 | -6/+6 |
| | |||||
* | join(): join one or more path components | Barry Warsaw | 1997-02-18 | 1 | -7/+12 |
| | |||||
* | Correct description of splitext(). | Guido van Rossum | 1996-08-20 | 1 | -1/+1 |
| | |||||
* | Renamed all occurrences of posix to os. | Guido van Rossum | 1996-07-23 | 1 | -28/+33 |
| | |||||
* | Subtlety: ~root/a should expand to /a, not //a. Everything else unchanged. | Guido van Rossum | 1996-04-02 | 1 | -0/+1 |
| | |||||
* | rationalized os.path.split() so split "/a/" yields "/a", "" | Guido van Rossum | 1995-09-01 | 1 | -13/+7 |
| | |||||
* | add splitdrive() | Guido van Rossum | 1995-08-07 | 1 | -0/+7 |
| | |||||
* | Let extensions start at the last period after the last slash in the | Sjoerd Mullender | 1994-12-14 | 1 | -1/+6 |
| | | | | name. | ||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -21/+27 |
| | |||||
* | * posixpath.py: Fix border cases in normpath ('/foo/..' should return '/') | Guido van Rossum | 1993-07-06 | 1 | -5/+7 |
| | | | | | * ftplib.py: made cwd() use 'CDUP' when dirname is '..' * FL.py: added new constant FL_PLACE_FULLSCREEN | ||||
* | * change default line numbers for 'list' in pdb.py | Guido van Rossum | 1992-11-05 | 1 | -0/+34 |
| | | | | | | | | | * 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. | ||||
* | Added emacs.py (for misc/py-connect.el). | Guido van Rossum | 1992-08-09 | 1 | -0/+26 |
| | | | | posixpath.py: added undocumented expanndvars() (expands $VAR in string). | ||||
* | fix a typo in samestat() (ST_DEV, not STD_DEV); | Guido van Rossum | 1992-05-06 | 1 | -27/+16 |
| | | | | rewrite ismount() to compare stats of path and path/.. | ||||
* | Renamed to posixpath; changed def'n of split(). | Guido van Rossum | 1992-03-31 | 1 | -9/+13 |
| | |||||
* | Make nicer comments. | Guido van Rossum | 1992-01-14 | 1 | -34/+98 |
| | | | | Added expanduser() and normcase() and isabs() and isfile(). | ||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -9/+9 |
| | |||||
* | Use AttributeError. | Guido van Rossum | 1991-12-26 | 1 | -1/+1 |
| | |||||
* | Added samefile() function. | Guido van Rossum | 1991-11-12 | 1 | -0/+28 |
| | |||||
* | path.cat --> join | Guido van Rossum | 1991-08-16 | 1 | -5/+27 |
| | | | | Added splitext | ||||
* | Use 'stat' module instead of hardcoding information from <sys/stat.h>. | Guido van Rossum | 1990-10-21 | 1 | -2/+3 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-13 | 1 | -0/+124 |