Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |