Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | REMOVE samefile(), sameopenfile(), samestat() -- these cannot be made | Guido van Rossum | 1998-05-02 | 1 | -26/+0 |
| | | | | to work reliably (at least I wouldn't know how). | ||||
* | Faster implementation of normcase (using string.lower( | Guido van Rossum | 1998-02-19 | 1 | -8/+2 |
| | | | | | | | string.replace(...)) instead of a for loop). Don't call normcase() in normpath() -- the filesystem just might be case preserving... | ||||
* | 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 |
| | | | | (Why isn't this file identical to ntpath.py?) | ||||
* | 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 |
| | | | | ftplib: get rid of non-auto port assignment | ||||
* | aifc, sunau: make rate an int; os: restruct; ospath: obsolete; rfc822: | Guido van Rossum | 1994-02-15 | 1 | -0/+348 |
date and addr parsing; string: force result of atof to float and support atoi, atol, atof in strop; tzparcs: don't call test(). |