Searched refs:PyShell (Results 1 – 14 of 14) sorted by relevance
/third_party/python/Lib/idlelib/ |
D | ChangeLog | 42 * 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 …]
|
D | README.txt | 163 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
|
D | TODO.txt | 60 - 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
|
D | config-main.def | 71 [PyShell]
|
D | pyshell.py | 342 self.pyshell = PyShell(self) 853 class PyShell(OutputWindow): class 1579 PyShell.shell_title = a
|
D | NEWS2x.txt | 8 - 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
|
D | NEWS.txt | 364 N can be changed in the PyShell section of the General page of the
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_pyshell.py | 64 regexp = pyshell.PyShell._last_newline_re
|
D | test_sidebar.py | 17 from idlelib.pyshell import fix_x11_paste, PyShell, PyShellFileList 396 shell: PyShell = None
|
/third_party/python/Doc/library/ |
D | idle.rst | 835 N can be changed in the PyShell section of the General
|
/third_party/python/Doc/whatsnew/ |
D | 3.6.rst | 1191 N can be changed in the PyShell section of the General page of the
|
D | 3.8.rst | 849 N can be changed in the PyShell section of the General page of the
|
D | 3.7.rst | 1018 N can be changed in the PyShell section of the General page of the
|
/third_party/python/Misc/ |
D | HISTORY | 27365 * Tools/idle/ScriptBinding.py, Tools/idle/PyShell.py:
|