Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Use the new {methoddesc} and {memberdesc} environments as appropriate. | Fred Drake | 1998-03-27 | 1 | -7/+13 |
| | |||||
* | Consistency: "{\bf ...}" ==> "\strong{...}" | Fred Drake | 1998-01-14 | 1 | -1/+1 |
| | | | | | | | "{\em ...}" ==> "\emph{...}" Not at all sure what to do with "{\rm ...}". Leaving it for now. | ||||
* | Note that getvalue() must be called before close(). | Guido van Rossum | 1997-07-17 | 1 | -2/+5 |
| | |||||
* | Small grammatical touchups: | Fred Drake | 1997-04-02 | 1 | -3/+3 |
| | | | | | | | | | | | | | Para. 1: ...that reads and writes a string buffer... ^ ^ Para. 3: ...can be called at any time to retrieve the... XXXXXXXXXXXX ^^^^^ ...entire contents of the entire ``file'' ... ^^^^^^^ XXXXXXX Guido, I hope I'm not stomping too far afield, but these seem pretty clear to me. | ||||
* | Added (minimal) StringIO docs. | Guido van Rossum | 1997-03-03 | 1 | -0/+14 |