Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The third and final doc-string sweep by Ka-Ping Yee. | Guido van Rossum | 2000-02-04 | 1 | -7/+5 |
| | | | | | | | | The attached patches update the standard library so that all modules have docstrings beginning with one-line summaries. A new docstring was added to formatter. The docstring for os.py was updated to mention nt, os2, ce in addition to posix, dos, mac. | ||||
* | * 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 |