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 | 185 View Last Restart # pyshell.PyShell.view_restart_mark 186 Restart Shell # pyshell.PyShell.restart_shell 189 Interrupt Execution # pyshell.PyShell.cancel_callback 193 debugger # debugger, debugger_r, PyShell.toggle_debugger 194 Stack Viewer # stackviewer, PyShell.open_stack_viewer 225 Defined in editor, PyShell.pyshell
|
| 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 | 333 self.pyshell = PyShell(self) 844 class PyShell(OutputWindow): class 1571 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 | 461 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 | 863 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 | 851 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:
|