- 14 Dec, 2002 4 commits
-
-
Kurt B. Kaiser authored
M IOBinding.py M PyShell.py * Could not remove last set of saved breakpoints from a file * Starting with empty edit window, could not load a file * Multiple adjacent breakpoints were saved as one breakpoint * Storing breakpoints whenever a file is closed can get them out of synch with the saved version of a file. Only store them when the file is saved. * Add comment on current limitations on file editing in the presence of breakpoints. * Replace get_current_breaks() with update_breakpoints(), add an update to PyShellEditorWindow.breakpoints, which is the master breakpoint data structure, and which is used to reload the subprocess debugger. * Revert Debugger.Debugger.load_breakpoints() to use editwin.breakpoints. It is easier to debug the debugger if the breakpoint list in IDLE is identical to the list in the subprocess debugger and is transferred when the subprocess debugger is restarted, because this list can be easily queried. * Cleanup some linespacing and comments in IOBinding.py
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
- 13 Dec, 2002 27 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
Tweaked GetArgv() dialog to look better on OSX.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
Sigh: the Jaguar workaround for the prefs file broke saving it on OS9. Temporary workaround is to ignore the exception (it's only about file creator/type anyway).
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Guido van Rossum authored
PyMapping_Check() doesn't guarantee that PyMapping_Size() won't raise an exception, nor that keys and values are lists. Also folded some long lines and did a little whitespace normalization. Probably a 2.2 backport candidate.
-
Guido van Rossum authored
-
Jack Jansen authored
(unfortunately: especially the grail demo was hiarious) still missing.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Just van Rossum authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
outdated things.
-
Jack Jansen authored
is implemented.
-
Jack Jansen authored
tree. Removed them, anyone really desparate to recover them can get them from the CVS repository.
-
Jack Jansen authored
that version doesn't need these workarounds.
-
Jack Jansen authored
-
Andrew M. Kuchling authored
Fix markup errors Rewrite a sentence
-
Just van Rossum authored
-
Just van Rossum authored
-
- 12 Dec, 2002 9 commits
-
-
Chui Tey authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Thomas Heller authored
-
Kurt B. Kaiser authored
M CallTips.py Calltip fetch was erroring when an Edit window was used without a Shell. Also, fix CallTipWindow.py so test code will run and add a comment about a bug which causes the calltip window to override all others.
-
Walter Dörwald authored
containing class objects) are allowed as the second argument. This makes issubclass() more similar to isinstance() where recursive tuples are allowed too.
-
Thomas Heller authored
-
Martin v. Löwis authored
-