Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Lib/linecache.py: don't crash on empty filename | Guido van Rossum | 1994-08-23 | 1 | -1/+1 |
| | | | | | | | | | | | * Lib/macpath.py: don't return trailing colon for dirname() (XXX won't do for volume names -- but otherwise glob(':*:*.py') loops forever) * Lib/traceback.py: print SyntaxError correctly * Lib/stat.py: moved to posixstat.py; added macstat.py which has the constants for the Mac; and created new stat.py which includes the right one * Lib/urllib.py: fix caching bug (by disabling the cache) | ||||
* | Add names for perm bits (S_IREAD etc). | Guido van Rossum | 1992-05-06 | 1 | -1/+23 |
| | | | | Only extract 4 bits of mode to get the file type | ||||
* | Use bitwise ops instead of %; added some warnings and comments | Guido van Rossum | 1992-03-31 | 1 | -10/+19 |
| | |||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -7/+7 |
| | |||||
* | Added S_IMODE() to strip the file type (S_IFMT) from a mode. | Guido van Rossum | 1990-10-31 | 1 | -0/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-21 | 1 | -0/+55 |