Home
last modified time | relevance | path

Searched refs:OutputWindow (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DGrepDialog.py71 from idlelib.OutputWindow import OutputWindow # leave here!
74 sys.stdout = OutputWindow(self.flist)
DOutputWindow.py7 class OutputWindow(EditorWindow): class
143 self.owin = owin = OutputWindow(self.flist)
DPyShell.py31 from idlelib.OutputWindow import OutputWindow
858 class PyShell(OutputWindow):
892 OutputWindow.__init__(self, flist, None, None)
1296 OutputWindow.write(self, s, tags, "iomark")
DChangeLog153 class OutputWindow. Method PyShell.close() wants to invoke its
157 itself derives from class OutputWindow, and inherits the close()
161 OutputWindow.close. Under the new rules, the unbound method is
421 MultiStatusBar.py, ObjectBrowser.py, OutputWindow.py,
439 OutputWindow.py, ParenMatch.py, PathBrowser.py, Percolator.py,
467 ObjectBrowser.py, OldStackViewer.py, OutputWindow.py,
535 OutputWindow.py, ParenMatch.py, PathBrowser.py, Percolator.py,
557 OutputWindow.py, ParenMatch.py, PathBrowser.py, Percolator.py,
1038 * OutputWindow.py:
1057 * OutputWindow.py: Added flush(), for completeness.
[all …]
DREADME.txt53 OutputWindow.py # Create window for grep output.
DNEWS.txt546 - Issue #5559: OutputWindow/PyShell right click menu "Go to file/line"
/external/python/cpython3/Lib/idlelib/
Doutwin.py59 class OutputWindow(EditorWindow): class
179 self.owin = owin = OutputWindow(self.flist)
Dgrep.py107 from idlelib.outwin import OutputWindow # leave here!
110 sys.stdout = OutputWindow(self.flist)
Dpyshell.py53 from idlelib.outwin import OutputWindow
842 class PyShell(OutputWindow):
861 rmenu_specs = OutputWindow.rmenu_specs + [
880 OutputWindow.__init__(self, flist, None, None)
1310 count = OutputWindow.write(self, s, tags, "iomark")
DChangeLog153 class OutputWindow. Method PyShell.close() wants to invoke its
157 itself derives from class OutputWindow, and inherits the close()
161 OutputWindow.close. Under the new rules, the unbound method is
421 MultiStatusBar.py, ObjectBrowser.py, OutputWindow.py,
439 OutputWindow.py, ParenMatch.py, PathBrowser.py, Percolator.py,
467 ObjectBrowser.py, OldStackViewer.py, OutputWindow.py,
535 OutputWindow.py, ParenMatch.py, PathBrowser.py, Percolator.py,
557 OutputWindow.py, ParenMatch.py, PathBrowser.py, Percolator.py,
1038 * OutputWindow.py:
1057 * OutputWindow.py: Added flush(), for completeness.
[all …]
DNEWS2x.txt8 - OutputWindow/PyShell right click menu "Go to file/line" wasn't working with
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_outwin.py19 w = cls.window = outwin.OutputWindow(None, None, None, root)
/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst4837 OutputWindow/PyShell right click menu "Go to file/line" wasn't working with