Neal Norwitz
|
168e73d25e
|
Fix SF #763362, test_posixpath failed
Don't check expanduser('~') if the home directory == the root directory
(ie, we are running as root).
|
2003-07-01 03:33:31 +00:00 |
Tim Peters
|
478c10554b
|
Whitespace normalization.
|
2003-06-29 05:46:54 +00:00 |
Walter Dörwald
|
a9da5ae07a
|
Use find() instead of looping over the string in expanduser().
From SF patch #757058.
|
2003-06-19 10:21:14 +00:00 |
Brett Cannon
|
b47243ae45
|
Complete rewrite of tests by Walter Dorwald as unittest tests.
|
2003-06-16 21:54:50 +00:00 |
Martin v. Löwis
|
de3337913f
|
Patch #536661: Improve performance of splitext. Add test_macpath.
|
2002-12-12 20:30:20 +00:00 |
Eric S. Raymond
|
2846b0ab41
|
String method conversion.
(This one was trivial -- no actual string. references in it!)
|
2001-02-09 12:00:47 +00:00 |
Fred Drake
|
004d5e6880
|
Make reindent.py happy (convert everything to 4-space indents!).
|
2000-10-23 17:22:08 +00:00 |
Skip Montanaro
|
533bc9ad42
|
updated to correct failing test cases
|
2000-08-23 16:51:56 +00:00 |
Skip Montanaro
|
e809b00f36
|
new test file for posixpath module
|
2000-07-12 00:20:08 +00:00 |