summaryrefslogtreecommitdiff
path: root/Python/traceback.c
Commit message (Collapse)AuthorAgeFilesLines
* Modified most (but not yet all) I/O to always go through sys.stdout orGuido van Rossum1992-09-251-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 addedGuido van Rossum1992-04-051-1/+1
|
* Move printing of filename and lineno to tb_displayline.Guido van Rossum1992-02-261-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 Rossum1992-01-141-4/+2
|
* Don't use printobject() to print a string (filename).Guido van Rossum1991-06-241-7/+10
| | | | Print ';' instead of ',' between file and line for MPW.
* printobject now returns an error codeGuido van Rossum1991-06-071-4/+6
|
* Added copyright notice.Guido van Rossum1991-02-191-0/+24
|
* "Compiling" versionGuido van Rossum1990-12-201-0/+193