Go to file
Guido van Rossum 6fe08b0fe4 Moved documentation out to pdb.doc file.
Moved class Cmd out to module cmd.py.
Rewrote implementation of stack trace to incorporate traceback objects.
1992-01-16 13:50:21 +00:00
Demo New == syntax 1992-01-01 19:35:13 +00:00
Doc Cosmetic changes; added more subsections to chapter 2; new syntax (==). 1992-01-07 16:44:35 +00:00
Grammar Added varargs syntax "def f(a, b, +c): ..." 1992-01-14 18:27:17 +00:00
Include New function gettupleslice(v, i, j). 1992-01-14 18:45:33 +00:00
Lib Moved documentation out to pdb.doc file. 1992-01-16 13:50:21 +00:00
Mac/Lib New == syntax 1992-01-01 19:35:13 +00:00
Modules Added close method for menus. 1992-01-14 18:41:24 +00:00
Objects New function gettupleslice(v, i, j). 1992-01-14 18:45:33 +00:00
Parser Add warning XXX that 09.9 isn't accepted. 1991-12-10 14:01:05 +00:00
Python tb_here() can now get the lasti and lineno arguments from the frame. 1992-01-14 18:44:48 +00:00
Tools/scripts New == syntax 1992-01-01 19:35:13 +00:00