summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/StackViewer.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 79576-79578 via svnmerge fromEzio Melotti2010-08-021-2/+2
| | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79576 | florent.xicluna | 2010-04-02 10:24:52 +0300 (Fri, 02 Apr 2010) | 2 lines #7092: Fix additional "-3" warnings in the idlelib package, and convert to absolute imports. ........ r79577 | florent.xicluna | 2010-04-02 11:15:26 +0300 (Fri, 02 Apr 2010) | 2 lines #7092: Drop the cmp argument. ........ r79578 | florent.xicluna | 2010-04-02 11:30:21 +0300 (Fri, 02 Apr 2010) | 2 lines #7092: silence some py3k warnings ........
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-2/+2
|
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-2/+2
|
* Remove dead code in get_stack().Kurt B. Kaiser2002-12-021-31/+23
| | | | | Modify get_stack() and get_exception to be StackTreeItem methods. SF Bug 610756. Neal Norwitz.
* Merge Py Idle changes:Kurt B. Kaiser2002-09-181-2/+1
| | | | | Rev 1.17 doerwalter (string methods)
* Combine OldStackViewer.py with Debugger.py, removing dead code.unknown2002-07-051-1/+0
| | | | | | M Debugger.py : Incorporate StackViewer, NamespaceViewer classes M StackViewer.py : remove import OldStackViewer U OldStackViewer.py : remove file
* py-cvs-2001_07_13 (Rev 1.16) mergeKurt B. Kaiser2001-07-141-11/+23
| | | | | "Refactored, with some future plans in mind. This now uses the new gotofileline() method defined in FileList.py" --GvR
* py-cvs-rel2_1 (Rev 1.15) merge - whitespace normalizationKurt B. Kaiser2001-07-141-1/+1
|
* Initial revisionDavid Scherer2000-08-151-0/+135