Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relocating file to Doc/lib/ | Fred Drake | 1998-05-07 | 1 | -42/+0 |
| | |||||
* | Document cPickle and cStringIO. | Fred Drake | 1998-04-11 | 1 | -0/+16 |
| | |||||
* | Add a comment to indicate the methods of the StringIO are being discussed... | Fred Drake | 1998-04-11 | 1 | -0/+3 |
| | |||||
* | 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 |