Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backport support.change_cwd() and use it in tests. | Serhiy Storchaka | 2015-09-06 | 1 | -24/+14 |
| | |||||
* | Issue #21840: Fixed a typo. | Serhiy Storchaka | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | Issue #21840: Fixed expanding unicode variables of form $var in | Serhiy Storchaka | 2015-02-13 | 1 | -1/+18 |
| | | | | | posixpath.expandvars(). Fixed all os.path implementations on unicode-disabled builds. | ||||
* | #17315: unlink a file that test_posixpath was leaving around. | Ezio Melotti | 2013-03-01 | 1 | -0/+1 |
| | |||||
* | Disable posixpath.realpath() tests on Windows (fix for issue #6975). | Serhiy Storchaka | 2013-02-18 | 1 | -0/+12 |
| | |||||
* | Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). | Serhiy Storchaka | 2013-02-18 | 1 | -0/+10 |
| | |||||
* | Issue #6975: os.path.realpath() now correctly resolves multiple nested ↵ | Serhiy Storchaka | 2013-02-10 | 1 | -0/+49 |
| | | | | symlinks on POSIX platforms. | ||||
* | fix spelling | Benjamin Peterson | 2012-11-30 | 1 | -2/+3 |
| | |||||
* | Remove redundant check for symlink. (closes #6036) | Benjamin Peterson | 2012-11-30 | 1 | -13/+14 |
| | | | | Patch by Bruno Dupuis. | ||||
* | Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME ↵ | Jesus Cea | 2012-05-10 | 1 | -0/+1 |
| | | | | is '/' | ||||
* | Issue #5117: Fixed root directory related issue on posixpath.relpath() and | Hirokazu Yamamoto | 2010-10-18 | 1 | -0/+9 |
| | | | | ntpath.relpath(). | ||||
* | Minor tweaking of previous r78734, and add a NEWS entry. | Florent Xicluna | 2010-03-06 | 1 | -1/+1 |
| | |||||
* | Create test_genericpath.CommonTest and reuse it to test other path modules. | Florent Xicluna | 2010-03-06 | 1 | -187/+9 |
| | |||||
* | skip tests with a non-ascii cwd when the file system encoding is ascii | Ezio Melotti | 2010-02-20 | 1 | -9/+7 |
| | |||||
* | Remove e assertIs definitions and use correct assert* methods. | Ezio Melotti | 2010-02-20 | 1 | -8/+6 |
| | |||||
* | #3426: os.path.abspath now returns unicode when its arg is unicode. | Ezio Melotti | 2010-02-20 | 1 | -0/+9 |
| | |||||
* | Remove duplicate test method. | Georg Brandl | 2010-02-07 | 1 | -6/+1 |
| | |||||
* | use assert[Not]IsInstance where appropriate | Ezio Melotti | 2010-01-24 | 1 | -5/+5 |
| | |||||
* | #5827: make sure that normpath preserves unicode | Ezio Melotti | 2010-01-12 | 1 | -0/+5 |
| | |||||
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -9/+9 |
| | |||||
* | Make test.test_support.EnvironmentVarGuard behave like a dictionary. | Walter Dörwald | 2009-05-01 | 1 | -10/+6 |
| | | | | | All changes are mirrored to the underlying os.environ dict, but rolled back on exit from the with block. | ||||
* | Use test.test_support.EnvironmentVarGuard where tests change environment vars. | Walter Dörwald | 2009-04-26 | 1 | -4/+3 |
| | |||||
* | #5471: fix expanduser() for $HOME set to "/". | Georg Brandl | 2009-04-05 | 1 | -0/+5 |
| | |||||
* | #1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir. | Georg Brandl | 2008-01-06 | 1 | -0/+1 |
| | | | | Reported by Jesse Towner. | ||||
* | Better tests for posixpath.commonprefix | Raymond Hettinger | 2007-05-11 | 1 | -0/+10 |
| | |||||
* | Make test_relpath() pass on Windows. | Collin Winter | 2007-03-23 | 1 | -9/+13 |
| | |||||
* | Patch 1339796: add a relpath() function to os.path. | Collin Winter | 2007-03-16 | 1 | -1/+12 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2007-03-12 | 1 | -2/+2 |
| | |||||
* | * Unlink test files before and after each test; hopefully this will cut down ↵ | Collin Winter | 2007-03-10 | 1 | -105/+62 |
| | | | | | | | on recent buildbot failures in test_islink. * Drop safe_remove() in favor of test_support.unlink(). * Fix the indentation of test_samefile so that it runs. | ||||
* | Bug #1115886: os.path.splitext('.cshrc') gives now ('.cshrc', ''). | Martin v. Löwis | 2007-03-07 | 1 | -8/+20 |
| | |||||
* | Fixed ntpath.expandvars to not replace references to non-existing | Sjoerd Mullender | 2007-01-16 | 1 | -0/+2 |
| | | | | | variables with nothing. Also added tests. This fixes bug #494589. | ||||
* | Whitespace normalization. | Tim Peters | 2005-06-03 | 1 | -2/+2 |
| | |||||
* | Bug #1213894: os.path.realpath didn't resolve symlinks that were the first | Georg Brandl | 2005-06-03 | 1 | -0/+20 |
| | | | | component of the path. | ||||
* | Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists ↵ | Johannes Gijsbers | 2004-08-30 | 1 | -0/+2 |
| | | | | in glob.glob. | ||||
* | 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 | -2/+95 |
| | | | | | | | | path, as normalizing the path may alter the meaning of the path if it contains symlinks. Also add tests for infinite symlink loops and parent symlinks that need to be resolved. | ||||
* | Fix SF #763362, test_posixpath failed | Neal Norwitz | 2003-07-01 | 1 | -4/+6 |
| | | | | | Don't check expanduser('~') if the home directory == the root directory (ie, we are running as root). | ||||
* | Whitespace normalization. | Tim Peters | 2003-06-29 | 1 | -2/+2 |
| | |||||
* | Use find() instead of looping over the string in expanduser(). | Walter Dörwald | 2003-06-19 | 1 | -1/+5 |
| | | | | From SF patch #757058. | ||||
* | Complete rewrite of tests by Walter Dorwald as unittest tests. | Brett Cannon | 2003-06-16 | 1 | -45/+394 |
| | |||||
* | Patch #536661: Improve performance of splitext. Add test_macpath. | Martin v. Löwis | 2002-12-12 | 1 | -0/+5 |
| | |||||
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -1/+0 |
| | | | | (This one was trivial -- no actual string. references in it!) | ||||
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -12/+11 |
| | |||||
* | updated to correct failing test cases | Skip Montanaro | 2000-08-23 | 1 | -2/+2 |
| | |||||
* | new test file for posixpath module | Skip Montanaro | 2000-07-12 | 1 | -0/+42 |