| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the code to better reflect recommended style: | Fred Drake | 2000-12-12 | 1 | -3/+3 |
|
|
* | Avoid import of string module; it is only needed for expandvars(). | Fred Drake | 2000-09-28 | 1 | -19/+18 |
|
|
* | Treat trailing colon in os.path.join("a:", "b") same way for DOS as in | Tim Peters | 2000-09-19 | 1 | -1/+1 |
|
|
* | revert semantics of commonprefix to work character-by-character | Skip Montanaro | 2000-08-22 | 1 | -11/+5 |
|
|
* | damn! cut-n-paste from ntpath forgot the "import re" | Skip Montanaro | 2000-07-17 | 1 | -0/+1 |
|
|
* | * split on / or \ | Skip Montanaro | 2000-07-17 | 1 | -6/+3 |
|
|
* | fixed semantics of commonprefix to work by path elements instead of | Skip Montanaro | 2000-07-12 | 1 | -5/+13 |
|
|
* | getatime() returned the mtime instead of the atime. | Guido van Rossum | 2000-07-01 | 1 | -1/+1 |
|
|
* | Actually, the previous batch's comment should have been different; | Guido van Rossum | 2000-02-04 | 1 | -1/+1 |
|
|
* | More trivial comment -> docstring transformations by Ka-Ping Yee, | Guido van Rossum | 2000-02-04 | 1 | -231/+227 |
|
|
* | New code for split() by Tim Peters, behaves more like posixpath.split(). | Guido van Rossum | 1999-03-19 | 1 | -21/+13 |
|
|
* | Add abspath() | Guido van Rossum | 1999-01-29 | 1 | -0/+7 |
|
|
* | Added getsize(), getmtime(), getatime() | Guido van Rossum | 1998-07-24 | 1 | -0/+18 |
|
|
* | REMOVE samefile(), sameopenfile(), samestat() -- these cannot be made | Guido van Rossum | 1998-05-02 | 1 | -26/+0 |
|
|
* | Faster implementation of normcase (using string.lower( | Guido van Rossum | 1998-02-19 | 1 | -8/+2 |
|
|
* | islink() returns false, but there is no constant false! Return 0 instead. | Guido van Rossum | 1997-11-04 | 1 | -1/+1 |
|
|
* | Fix join to support multiple arguments. | Guido van Rossum | 1997-10-07 | 1 | -9/+12 |
|
|
* | redefined normcase() | Guido van Rossum | 1995-08-10 | 1 | -14/+5 |
|
|
* | dospath: fix by Amrit (don't normalize glob patterns away) | Guido van Rossum | 1994-05-23 | 1 | -1/+7 |
|
|
* | aifc, sunau: make rate an int; os: restruct; ospath: obsolete; rfc822: | Guido van Rossum | 1994-02-15 | 1 | -0/+348 |
|
|