Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Actually, the previous batch's comment should have been different; | Guido van Rossum | 2000-02-04 | 1 | -3/+5 |
| | | | | | | | | | | *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. | ||||
* | Mass patch by Ka-Ping Yee: | Guido van Rossum | 2000-02-02 | 1 | -27/+27 |
| | | | | | | | | | | | 1. Comments at the beginning of the module, before functions, and before classes have been turned into docstrings. 2. Tabs are normalized to four spaces. Also, removed the "remove" function from dircmp.py, which reimplements list.remove() (it must have been very old). | ||||
* | posix -> os | Guido van Rossum | 1992-03-31 | 1 | -8/+7 |
| | |||||
* | Use KeyError. | Guido van Rossum | 1991-12-26 | 1 | -1/+1 |
| | |||||
* | path.cat --> join | Guido van Rossum | 1991-08-16 | 1 | -1/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-13 | 1 | -0/+36 |