| Commit message (Expand) | Author | Age |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 |
* | Bug #1266283: lexists() is not exported from os.path | Georg Brandl | 2005-08-22 |
* | Bug #1213894: os.path.realpath didn't resolve symlinks that were the first | Georg Brandl | 2005-06-03 |
* | Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i... | Johannes Gijsbers | 2004-08-30 |
* | Whitespace normalization. | Tim Peters | 2004-08-20 |
* | bug #990669: os.path.realpath() will resolve symlinks before normalizing the | Johannes Gijsbers | 2004-08-14 |
* | Use isabs() in conditional, not abspath | Andrew M. Kuchling | 2004-08-02 |
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 |
* | Remove tabs introduced in last commit. | Brett Cannon | 2004-07-11 |
* | posixpath.realpath() now detects symlink loops and returns the path just before | Brett Cannon | 2004-07-10 |
* | Feature request #935915: Add os.path.devnull. | Martin v. Löwis | 2004-06-08 |
* | fix various descriptions of "ctime" | Fred Drake | 2004-05-12 |
* | SF Patch 681780: Faster commonprefix (OS independent) | Raymond Hettinger | 2003-12-31 |
* | SF patch #834015: Remove imports of unused modules | Raymond Hettinger | 2003-11-02 |
* | back out the darwin supports_unicode_filenames patch; it causes deep problems... | Just van Rossum | 2003-07-17 |
* | [ 767645 ] correctly set the os.path.supports_unicode_filenames flag for OSX | Just van Rossum | 2003-07-11 |
* | Use find() instead of looping over the string in expanduser(). | Walter Dörwald | 2003-06-19 |
* | Modernize Lib/posixpath.py: Use startswith(), endswith(), rstrip(), | Walter Dörwald | 2003-06-17 |
* | Migrate definitions of several platform-dependent path-related variables | Skip Montanaro | 2003-02-14 |
* | Fix SF #659228, 'realpath' function missing from os.path | Neal Norwitz | 2003-01-03 |
* | Patch #658927: Add getctime to os.path. | Martin v. Löwis | 2002-12-31 |
* | Patch #536661: Improve performance of splitext. Add test_macpath. | Martin v. Löwis | 2002-12-12 |
* | Whitespace normalization. | Tim Peters | 2002-11-09 |
* | Add os.path.supports_unicode_filenames for all platforms, | Mark Hammond | 2002-10-08 |
* | SF # 555779, import user doesn't work with CGIs | Neal Norwitz | 2002-09-05 |
* | Remove another reference to stat.ST_MODE | Neal Norwitz | 2002-06-06 |
* | Replaced obsolete stat module constants with equivalent attributes | Raymond Hettinger | 2002-06-01 |
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 |
* | Partial introduction of bools where appropriate. | Guido van Rossum | 2002-04-07 |
* | Convert a pile of obvious "yes/no" functions to return bool. | Tim Peters | 2002-04-04 |
* | SF bug [#469732] os.path.walk docstring inconsistent. | Tim Peters | 2001-10-10 |
* | Whitespace normalization. | Tim Peters | 2001-09-18 |
* | SF patch #461781 by Chris Lawrence: os.path.realpath - Resolve symlinks: | Guido van Rossum | 2001-09-17 |
* | In walk(), don't die when os.lstat() raises os.error, e.g. because a | Guido van Rossum | 2001-04-16 |
* | __all__ for several more modules | Skip Montanaro | 2001-02-12 |
* | Whitespace normalization. | Tim Peters | 2001-02-09 |
* | Fixed posixpath.normpath() to respect two leading slashes, but | Marc-André Lemburg | 2001-01-29 |
* | Whitespace normalization. | Tim Peters | 2001-01-15 |
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 |
* | Minor style nits. | Fred Drake | 2000-09-28 |
* | Remove imports of string when string methods will do. | Fred Drake | 2000-09-28 |
* | revert semantics of commonprefix to work character-by-character | Skip Montanaro | 2000-08-22 |
* | added rewritten normpath from Moshe Zadka that does the right thing with | Skip Montanaro | 2000-07-19 |
* | split and join on "/" in commonprefix | Skip Montanaro | 2000-07-16 |
* | fixed semantics of commonprefix to work by path elements instead of | Skip Montanaro | 2000-07-12 |
* | typos fixed by Rob Hooft | Jeremy Hylton | 2000-06-28 |
* | Remove some redundant logic from walk() -- there's no need to check | Guido van Rossum | 2000-02-29 |
* | Patch by Gerrit Holl to avoid doing two stat() calls in a row in walk(). | Guido van Rossum | 2000-02-28 |
* | Mark Favas discovered this: getatime() accidentally returned the MTIME! | Guido van Rossum | 2000-02-24 |