Home
last modified time | relevance | path

Searched refs:PyShell (Results 1 – 14 of 14) sorted by relevance

/third_party/python/Lib/idlelib/
DChangeLog42 * PyShell.py, idle, idles: Implement idle command interface as
43 suggested by GvR [idle-dev] 16 July **************** PyShell: Added
87 * PyShell.py: Call out IDLE Fork in startup message.
91 * PyShell.py, setup.py: Add a script "idles" which opens a Python
149 * PyShell.py: py-cvs-2001_07_13 (Rev 1.34) merge
152 found a bug here. Here's the deal: Class PyShell derives from
153 class OutputWindow. Method PyShell.close() wants to invoke its
154 parent method, but because PyShell long ago was inherited from
210 PyShell.py, StackViewer.py, extend.txt, idle.py, keydefs.py: Import
247 * PyShell.py: cvs-py-rel2_1 (Rev 1.29 - 1.33) merge
[all …]
DREADME.txt163 View Last Restart # pyshell.PyShell.view_restart_mark
164 Restart Shell # pyshell.PyShell.restart_shell
165 Interrupt Execution # pyshell.PyShell.cancel_callback
169 debugger # debugger, debugger_r, PyShell.toggle_debugger
170 Stack Viewer # stackviewer, PyShell.open_stack_viewer
DTODO.txt60 - The Line/Col in the status bar can be wrong initially in PyShell DONE
189 - When you're editing a command in PyShell, and there are only blank
198 it) in the PyShell. (Martijn Faassen) DONE
Dconfig-main.def71 [PyShell]
Dpyshell.py342 self.pyshell = PyShell(self)
853 class PyShell(OutputWindow): class
1579 PyShell.shell_title = a
DNEWS2x.txt8 - OutputWindow/PyShell right click menu "Go to file/line" wasn't working with
341 socket. Added Tk error dialogs to PyShell.py to announce a failure to bind
DNEWS.txt364 N can be changed in the PyShell section of the General page of the
/third_party/python/Lib/idlelib/idle_test/
Dtest_pyshell.py64 regexp = pyshell.PyShell._last_newline_re
Dtest_sidebar.py17 from idlelib.pyshell import fix_x11_paste, PyShell, PyShellFileList
396 shell: PyShell = None
/third_party/python/Doc/library/
Didle.rst835 N can be changed in the PyShell section of the General
/third_party/python/Doc/whatsnew/
D3.6.rst1191 N can be changed in the PyShell section of the General page of the
D3.8.rst849 N can be changed in the PyShell section of the General page of the
D3.7.rst1018 N can be changed in the PyShell section of the General page of the
/third_party/python/Misc/
DHISTORY27365 * Tools/idle/ScriptBinding.py, Tools/idle/PyShell.py: