| Commit message (Expand) | Author | Age | Files | Lines |
* | Add in a comment that was removed in 240adc564539 (requested by Victor Stinner) | Brian Curtin | 2013-07-23 | 1 | -0/+1 |
|
|
* | Fix #18530. Remove extra stat call from posixpath.ismount | Brian Curtin | 2013-07-22 | 1 | -8/+14 |
|
|
* | Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). | Serhiy Storchaka | 2013-02-18 | 1 | -2/+4 |
|\ |
|
| * | Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). | Serhiy Storchaka | 2013-02-18 | 1 | -2/+4 |
| |\ |
|
| | * | Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). | Serhiy Storchaka | 2013-02-18 | 1 | -2/+4 |
|
|
* | | | Issue #6975: os.path.realpath() now correctly resolves multiple nested symlin... | Serhiy Storchaka | 2013-02-10 | 1 | -41/+49 |
|\ \ \
| |/ / |
|
| * | | Issue #6975: os.path.realpath() now correctly resolves multiple nested symlin... | Serhiy Storchaka | 2013-02-10 | 1 | -41/+49 |
| |\ \
| | |/ |
|
| | * | Issue #6975: os.path.realpath() now correctly resolves multiple nested symlin... | Serhiy Storchaka | 2013-02-10 | 1 | -41/+49 |
|
|
* | | | Fix #11939. Set st_dev attribute on Windows to simplify os.path.samefile. | Brian Curtin | 2012-12-26 | 1 | -28/+0 |
|
|
* | | | Issue #16706: get rid of os.error | Andrew Svetlov | 2012-12-18 | 1 | -3/+3 |
|/ / |
|
* | | Merge #15342: Add clarifying sentence to posixpath.join docstring. | R David Murray | 2012-07-21 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | #15342: Add clarifying sentence to posixpath.join docstring. | R David Murray | 2012-07-21 | 1 | -1/+2 |
|
|
* | | #15377: Make posixpath.join() more strict when checking for str/bytes mix | Hynek Schlawack | 2012-07-17 | 1 | -4/+5 |
|\ \
| |/ |
|
| * | #15377: Make posixpath.join() more strict when checking for str/bytes mix | Hynek Schlawack | 2012-07-17 | 1 | -4/+5 |
|
|
* | | #15180: Clarify posixpath.join() error message when mixing str & bytes | Hynek Schlawack | 2012-07-15 | 1 | -6/+14 |
|\ \
| |/ |
|
| * | #15180: Clarify posixpath.join() error message when mixing str & bytes | Hynek Schlawack | 2012-07-15 | 1 | -6/+13 |
|/ |
|
* | Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is... | Jesus Cea | 2012-05-10 | 1 | -2/+2 |
|
|
* | Issue #5117: Case normalization was needed on ntpath.relpath(). And | Hirokazu Yamamoto | 2010-10-18 | 1 | -2/+2 |
|
|
* | Use os.fsencode() to support surrogates | Victor Stinner | 2010-09-29 | 1 | -1/+1 |
|
|
* | Issue #767645: Set os.path.supports_unicode_filenames to True in posixpath | Victor Stinner | 2010-09-17 | 1 | -1/+1 |
|
|
* | #5551: symbolic links never can be mount points. Fixes the fix for #1713. | Georg Brandl | 2010-08-01 | 1 | -0/+3 |
|
|
* | #9018: os.path.normcase() now raises a TypeError if the argument is not str o... | Ezio Melotti | 2010-06-25 | 1 | -0/+3 |
|
|
* | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,... | Georg Brandl | 2010-03-14 | 1 | -1/+1 |
|
|
* | Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,... | Benjamin Peterson | 2009-04-11 | 1 | -1/+4 |
|
|
* | Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from | Benjamin Peterson | 2009-01-30 | 1 | -2/+2 |
|
|
* | Issue #3187: Better support for "undecodable" filenames. Code by Victor | Guido van Rossum | 2008-10-02 | 1 | -43/+128 |
|
|
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 | 1 | -1/+1 |
|
|
* | Remove os.path.walk | Benjamin Peterson | 2008-05-08 | 1 | -39/+1 |
|
|
* | Merged revisions 59703-59773 via svnmerge from | Christian Heimes | 2008-01-06 | 1 | -2/+4 |
|
|
* | Merged revisions 57221-57391 via svnmerge from | Guido van Rossum | 2007-08-24 | 1 | -1/+3 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -9/+19 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -76/+11 |
|
|
* | Bug #1266283: lexists() is not exported from os.path | Georg Brandl | 2005-08-22 | 1 | -2/+2 |
|
|
* | Bug #1213894: os.path.realpath didn't resolve symlinks that were the first | Georg Brandl | 2005-06-03 | 1 | -1/+1 |
|
|
* | Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i... | Johannes Gijsbers | 2004-08-30 | 1 | -0/+11 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-08-20 | 1 | -3/+3 |
|
|
* | bug #990669: os.path.realpath() will resolve symlinks before normalizing the | Johannes Gijsbers | 2004-08-14 | 1 | -7/+9 |
|
|
* | Use isabs() in conditional, not abspath | Andrew M. Kuchling | 2004-08-02 | 1 | -1/+1 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -1/+1 |
|
|
* | Remove tabs introduced in last commit. | Brett Cannon | 2004-07-11 | 1 | -4/+4 |
|
|
* | posixpath.realpath() now detects symlink loops and returns the path just before | Brett Cannon | 2004-07-10 | 1 | -6/+30 |
|
|
* | Feature request #935915: Add os.path.devnull. | Martin v. Löwis | 2004-06-08 | 1 | -1/+2 |
|
|
* | fix various descriptions of "ctime" | Fred Drake | 2004-05-12 | 1 | -1/+1 |
|
|
* | SF Patch 681780: Faster commonprefix (OS independent) | Raymond Hettinger | 2003-12-31 | 1 | -10/+7 |
|
|
* | SF patch #834015: Remove imports of unused modules | Raymond Hettinger | 2003-11-02 | 1 | -1/+0 |
|
|
* | back out the darwin supports_unicode_filenames patch; it causes deep problems... | Just van Rossum | 2003-07-17 | 1 | -4/+1 |
|
|
* | [ 767645 ] correctly set the os.path.supports_unicode_filenames flag for OSX | Just van Rossum | 2003-07-11 | 1 | -1/+5 |
|
|
* | Use find() instead of looping over the string in expanduser(). | Walter Dörwald | 2003-06-19 | 1 | -4/+4 |
|
|
* | Modernize Lib/posixpath.py: Use startswith(), endswith(), rstrip(), | Walter Dörwald | 2003-06-17 | 1 | -15/+16 |
|
|
* | Migrate definitions of several platform-dependent path-related variables | Skip Montanaro | 2003-02-14 | 1 | -0/+10 |
|
|