Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Makefile: added instann rules and $(*DEST*) defines. | Guido van Rossum | 1992-07-06 | 1 | -48/+46 | |
| | | | | | fileobject.c: report more moeaningful error for I/O on closed files; user getargs() everywhere. | |||||
* | Changes for new UNIX-specific built-in module 'select' and new header for | Guido van Rossum | 1992-06-23 | 1 | -0/+11 | |
| | | | | | interfaces to variants of select() system call, "myselect.h". This includes adding fileno() methods to files, sockets and stdwin. | |||||
* | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 | |
| | ||||||
* | Quiet lint | Guido van Rossum | 1992-03-27 | 1 | -3/+2 | |
| | ||||||
* | Change error handling. Call clearerr() more often. | Guido van Rossum | 1992-03-04 | 1 | -15/+11 | |
| | ||||||
* | Include modsupport.h for getargs(). | Guido van Rossum | 1992-01-27 | 1 | -0/+1 | |
| | ||||||
* | Added message to EOFError. | Guido van Rossum | 1991-12-24 | 1 | -1/+2 | |
| | ||||||
* | Use new exceptions. | Guido van Rossum | 1991-12-10 | 1 | -17/+7 | |
| | ||||||
* | Call write(fileno(fp), ...) instead of fwrite for LARGE writes. | Guido van Rossum | 1991-11-12 | 1 | -1/+11 | |
| | ||||||
* | getlonglongargs --> getlonglongarg | Guido van Rossum | 1991-09-10 | 1 | -1/+1 | |
| | ||||||
* | printobject now returns an error code | Guido van Rossum | 1991-06-07 | 1 | -3/+6 | |
| | ||||||
* | In support of popen(), file objects are now parametrized with a close | Guido van Rossum | 1991-06-04 | 1 | -11/+32 | |
| | | | | | | function on creation. (There's a funny thing about the return value of the close function that should be resolved.) Also added 'isatty' method. | |||||
* | Call clearerr() after EOF seen. | Guido van Rossum | 1991-06-03 | 1 | -0/+1 | |
| | ||||||
* | 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 | |