index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_posixpath.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#1742: don't raise exception on os.path.relpath("a", "a"), but return os.curdir.
Georg Brandl
2008-01-06
1
-0/+1
*
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
*
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
*
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
*
Patch #941486: add os.path.lexists(). Also fix bug #940578 by using lexists i...
Johannes Gijsbers
2004-08-30
1
-0/+2
*
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
*
Fix SF #763362, test_posixpath failed
Neal Norwitz
2003-07-01
1
-4/+6
*
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
*
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
*
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