| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Modified most (but not yet all) I/O to always go through sys.stdout or | Guido van Rossum | 1992-09-25 | 1 | -16/+19 | |
| | | | | | | | sys.stderr or sys.stdin, and to work with any object as long as it has a write() (respectively readline()) methods. Some functions that took a FILE* argument now take an object* argument. | |||||
| * | Copyright for 1992 added | Guido van Rossum | 1992-04-05 | 1 | -1/+1 | |
| | | ||||||
| * | Move printing of filename and lineno to tb_displayline. | Guido van Rossum | 1992-02-26 | 1 | -20/+45 | |
| | | | | | | Search sys.path if the filename isn't found. Include osdefs.h. | |||||
| * | tb_here() can now get the lasti and lineno arguments from the frame. | Guido van Rossum | 1992-01-14 | 1 | -4/+2 | |
| | | ||||||
| * | Don't use printobject() to print a string (filename). | Guido van Rossum | 1991-06-24 | 1 | -7/+10 | |
| | | | | | Print ';' instead of ',' between file and line for MPW. | |||||
| * | printobject now returns an error code | Guido van Rossum | 1991-06-07 | 1 | -4/+6 | |
| | | ||||||
| * | Added copyright notice. | Guido van Rossum | 1991-02-19 | 1 | -0/+24 | |
| | | ||||||
| * | "Compiling" version | Guido van Rossum | 1990-12-20 | 1 | -0/+193 | |
