summaryrefslogtreecommitdiff
path: root/Python/traceback.c
Commit message (Expand)AuthorAgeFilesLines
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-1/+1
* Change traceback error message to "most recent call last" fromGuido van Rossum2000-03-311-1/+1
* Christian Tismer's "trashcan" patch:Guido van Rossum2000-03-131-0/+2
* Tim Peters fixed PR#75: very long lines cause incorrect tracebacks.Guido van Rossum1999-09-181-2/+11
* PyFile_WriteString now returns an error indicator instead of callingGuido van Rossum1997-05-221-14/+30
* Massive changes for separate thread state management.Guido van Rossum1997-05-051-30/+6
* Only use PyCode_Addr2Line to get tb_lineno when Py_OptimizeFlag is set.Guido van Rossum1997-05-051-2/+3
* Quickly renamed.Guido van Rossum1997-04-291-57/+57
* Keep gcc -Wall and Microsoft VC happy.Guido van Rossum1997-04-111-1/+1
* Get the line number from PyCode_Addr2Line instead of believingGuido van Rossum1997-01-241-1/+4
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-12/+19
* spell TraceBack with capital BGuido van Rossum1995-09-181-2/+2
* keyword arguments and faster callsGuido van Rossum1995-07-181-3/+4
* ignore control-l (parallelling change to tokenizer.c)Guido van Rossum1995-07-071-1/+1
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Lots of changes, most minor (fatal() instead of abort(), use ofGuido van Rossum1995-01-021-1/+0
* * Python/traceback.c: security fix -- check for buffer oveflowGuido van Rossum1994-09-291-1/+6
* add function name to traceback infoGuido van Rossum1994-08-291-15/+15
* * mpzmodule.c: cast some methods to the proper type.Guido van Rossum1993-12-171-5/+23
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* Modified most (but not yet all) I/O to always go through sys.stdout orGuido van Rossum1992-09-251-16/+19
* 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
* 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
* 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