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

..08-Feb-20113

AsyncPythonInterpreter.pyH A D12-Oct-20108.5 KiB

ConsoleReactor.pyH A D12-Oct-20104.5 KiB

English.lproj/H08-Feb-20114

netrepr.pyH A D01-Nov-20076.9 KiB

README.txtH A D01-Nov-2007343

remote_bootstrap.pyH A D01-Nov-2007572

remote_console.pyH A D01-Nov-20073.9 KiB

remote_pipe.pyH A D01-Nov-20072.8 KiB

RemotePyInterpreter.pyH A D12-Oct-201016 KiB

scratch/H08-Feb-20112

setup.pyH A D01-Nov-2007835

tcpinterpreter.pyH A D01-Nov-20071.4 KiB

test_client.pyH A D01-Nov-20073.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