Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added external interface to readline, for raw_input(). | Guido van Rossum | 1991-04-04 | 1 | -34/+71 |
| | |||||
* | Added 'softspace' interface to replace 'needspace' printing hack. | Guido van Rossum | 1991-04-04 | 1 | -1/+18 |
| | |||||
* | Fixed read() and readline() to do arbitrarily long reads. | Guido van Rossum | 1991-03-06 | 1 | -37/+178 |
| | | | | | And readline() now reads null bytes correctly. Added tell(), seek() and flush(). | ||||
* | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 |
| | |||||
* | Hack to open resource fork on the Mac: open(filename, '*rb'). | Guido van Rossum | 1991-02-13 | 1 | -2/+10 |
| | |||||
* | Think C 4.0 fixes a bug in 3.0 that we programmed around. | Guido van Rossum | 1991-01-02 | 1 | -2/+2 |
| | |||||
* | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -57/+45 |
| | |||||
* | Reads of zero should be legal! | Guido van Rossum | 1990-10-26 | 1 | -1/+6 |
| | |||||
* | New error handling in getattr(). | Guido van Rossum | 1990-10-14 | 1 | -1/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1990-10-14 | 1 | -0/+267 |