• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..22-Jan-20133

AsyncPythonInterpreter.pyH A D10-Jan-20138.5 KiB

ConsoleReactor.pyH A D10-Jan-20134.5 KiB

English.lproj/H22-Jan-20134

netrepr.pyH A D10-Jan-20136.8 KiB

README.txtH A D10-Jan-2013343

remote_bootstrap.pyH A D10-Jan-2013572

remote_console.pyH A D10-Jan-20133.9 KiB

remote_pipe.pyH A D10-Jan-20132.8 KiB

RemotePyInterpreter.pyH A D10-Jan-201316 KiB

setup.pyH A D10-Jan-2013835

tcpinterpreter.pyH A D10-Jan-20131.4 KiB

test_client.pyH A D10-Jan-20133.9 KiB

README.txt

1RemotePyInterpreter
2
3RemotePyInterpreter is a full featured out of process
4Python interpreter in a NSTextView.
5
6The source of this application demonstrates
7- Advanced usage of NSTextView
8- Text completion (Only in OS X 10.3)
9- Asynchronous TCP networking with NSFileHandle
10- One crazy repr/eval-based IPC protocol
11
12Bob Ippolito
13bob@redivi.com
14