Guido van Rossum
3165fe6a56
Modified most (but not yet all) I/O to always go through sys.stdout or
...
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.
1992-09-25 21:59:05 +00:00
Guido van Rossum
bab9d03855
Copyright for 1992 added
1992-04-05 14:26:55 +00:00
Guido van Rossum
7169dbb76d
Move printing of filename and lineno to tb_displayline.
...
Search sys.path if the filename isn't found.
Include osdefs.h.
1992-02-26 15:17:59 +00:00
Guido van Rossum
c6515d12b7
tb_here() can now get the lasti and lineno arguments from the frame.
1992-01-14 18:44:48 +00:00
Guido van Rossum
247ff718df
Don't use printobject() to print a string (filename).
...
Print ';' instead of ',' between file and line for MPW.
1991-06-24 22:25:27 +00:00
Guido van Rossum
d783a46d73
printobject now returns an error code
1991-06-07 22:35:42 +00:00
Guido van Rossum
f70e43a073
Added copyright notice.
1991-02-19 12:39:46 +00:00
Guido van Rossum
3f5da24ea3
"Compiling" version
1990-12-20 15:06:42 +00:00