Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a couple broken append() calls, spotted by Tim. | Guido van Rossum | 2000-02-25 | 1 | -4/+4 |
| | |||||
* | Actually, the previous batch's comment should have been different; | Guido van Rossum | 2000-02-04 | 1 | -0/+21 |
| | | | | | | | | | | *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. | ||||
* | Put Sam Rushing's original RCS ID string back, without dollars around it. | Guido van Rossum | 1999-09-14 | 1 | -1/+1 |
| | |||||
* | Sam's latest versions | Guido van Rossum | 1999-06-08 | 1 | -48/+48 |
| | |||||
* | A gift from Sam Rushing - modules asyncore and asynchat for the | Guido van Rossum | 1999-01-12 | 1 | -0/+453 |
standard Python library. (Async socket support.) |