| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #1445901: os.path.realpath() is available on Win/Mac too. | Georg Brandl | 2006-03-08 | 1 | -2/+2 |
|
|
* | bug [ 1274828 ] splitunc not documented | Georg Brandl | 2005-09-14 | 1 | -0/+9 |
|
|
* | bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME | Georg Brandl | 2005-08-24 | 1 | -8/+16 |
|
|
* | Remove outdated comments about expanduser and expandvars for Macintosh that | Brett Cannon | 2004-12-22 | 1 | -3/+1 |
|
|
* | Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i... | Johannes Gijsbers | 2004-08-30 | 1 | -0/+9 |
|
|
* | bug 990669: os.path.normpath may alter the meaning of a path if it contains | Johannes Gijsbers | 2004-08-14 | 1 | -1/+2 |
|
|
* | SF bug #827902: ctime is not creation time | Raymond Hettinger | 2003-10-29 | 1 | -2/+3 |
|
|
* | SF bug #827902: ctime is not creation time | Raymond Hettinger | 2003-10-27 | 1 | -1/+2 |
|
|
* | Use a simpler \note instead of a "See also" section to refer to the | Fred Drake | 2003-04-25 | 1 | -5/+2 |
|
|
* | Fix markup | Neal Norwitz | 2003-04-25 | 1 | -1/+1 |
|
|
* | New generator os.walk() does a bit more than os.path.walk() does, and | Tim Peters | 2003-04-25 | 1 | -0/+6 |
|
|
* | supports_unicode_filenames was not in the right location. | Fred Drake | 2003-02-04 | 1 | -7/+8 |
|
|
* | Use the name (path) specified in the parameter list | Neal Norwitz | 2002-12-31 | 1 | -4/+4 |
|
|
* | Patch #658927: Add getctime to os.path. | Martin v. Löwis | 2002-12-31 | 1 | -2/+12 |
|
|
* | Patch #651006: Better explain what component might be empty. | Martin v. Löwis | 2002-12-11 | 1 | -1/+1 |
|
|
* | Add os.path.supports_unicode_filenames for all platforms, | Mark Hammond | 2002-10-08 | 1 | -0/+7 |
|
|
* | Minor revision to the "\\" patch, including updating the docs a little to | Fred Drake | 2002-09-12 | 1 | -5/+6 |
|
|
* | add note about os.path.join and drive letters on Windows. | Skip Montanaro | 2002-09-12 | 1 | -1/+4 |
|
|
* | Change the markup a bit more; the parameter was not marked as \var in the | Fred Drake | 2002-08-07 | 1 | -4/+8 |
|
|
* | Fix markup errors. | Steve Holden | 2002-08-07 | 1 | -3/+3 |
|
|
* | Add comment about os.path.walk()'s behavior with symbolic links. | Steve Holden | 2002-08-06 | 1 | -0/+5 |
|
|
* | Update doc to reflect Tim's changes to bool. | Neal Norwitz | 2002-04-05 | 1 | -10/+10 |
|
|
* | Clean up some markup cruft. A number of the macros that take no | Fred Drake | 2001-11-28 | 1 | -5/+5 |
|
|
* | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 1 | -2/+2 |
|
|
* | Added note about non-support of UNC paths on Windows. | Fred Drake | 2001-09-28 | 1 | -0/+4 |
|
|
* | SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: | Guido van Rossum | 2001-09-17 | 1 | -0/+7 |
|
|
* | Add a version annotation for splitdrive(); old, but as long as I managed | Fred Drake | 2001-05-25 | 1 | -0/+1 |
|
|
* | Explained that os.path.basename() may return something different from the | Fred Drake | 2000-10-26 | 1 | -1/+5 |
|
|
* | update commonprefix doc to make sure user is aware it works | Skip Montanaro | 2000-08-23 | 1 | -2/+4 |
|
|
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -2/+2 |
|
|
* | Fixed typo in explanation of abspath(); noticed by Paul Prescod | Fred Drake | 1999-10-18 | 1 | -1/+1 |
|
|
* | Note that abspath() was added in 1.5.2. | Fred Drake | 1999-03-17 | 1 | -0/+1 |
|
|
* | Fix an amazing number of typos & malformed sentences reported by Detlef | Fred Drake | 1999-02-19 | 1 | -8/+8 |
|
|
* | Added availability notes for samefile(), sameopenfile(), samestat() | Fred Drake | 1999-02-15 | 1 | -0/+3 |
|
|
* | Document sameopenfile(), samestat(). | Fred Drake | 1999-02-03 | 1 | -3/+17 |
|
|
* | Document splitdrive(). | Fred Drake | 1999-02-03 | 1 | -2/+10 |
|
|
* | Change this to be os.path. | Fred Drake | 1999-02-02 | 1 | -66/+67 |
|
|
* | Make the text generic, and call it os.path instead of posixpath. | Fred Drake | 1999-02-01 | 1 | -27/+24 |
|
|
* | Document abspath() (implementation is forthcoming). | Guido van Rossum | 1999-01-29 | 1 | -0/+6 |
|
|
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -1/+2 |
|
|
* | Markup nit. | Fred Drake | 1998-08-06 | 1 | -5/+4 |
|
|
* | Mark the new & changed items. | Fred Drake | 1998-07-27 | 1 | -0/+3 |
|
|
* | Document getsize(), getmtime(), getatime(). | Guido van Rossum | 1998-07-24 | 1 | -0/+19 |
|
|
* | Move files around to get the names to match the module names except for | Fred Drake | 1998-07-24 | 1 | -0/+147 |
|
|