Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Actually, the previous batch's comment should have been different; | Guido van Rossum | 2000-02-04 | 1 | -1/+2 |
| | | | | | | | | | | *this* set of patches is Ka-Ping's final sweep: 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. | ||||
* | The third and final doc-string sweep by Ka-Ping Yee. | Guido van Rossum | 2000-02-04 | 1 | -20/+12 |
| | | | | | | | | 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. | ||||
* | Use global statement instead of importing ourselves to get to global | Sjoerd Mullender | 1995-12-07 | 1 | -6/+2 |
| | | | | variable. | ||||
* | posix -> os | Guido van Rossum | 1992-03-31 | 1 | -4/+4 |
| | |||||
* | New == syntax | Guido van Rossum | 1992-01-01 | 1 | -4/+4 |
| | |||||
* | Use 'stat' module instead of hardcoding information from <sys/stat.h>. | Guido van Rossum | 1990-10-21 | 1 | -10/+6 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-13 | 1 | -0/+90 |