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

..24-Jun-20093

AsyncPythonInterpreter.pyH A D23-Jun-20098.5 KiB

ConsoleReactor.pyH A D23-Jun-20094.5 KiB

English.lproj/H24-Jun-20094

netrepr.pyH A D23-Jun-20096.9 KiB

README.txtH A D23-Jun-2009343

remote_bootstrap.pyH A D23-Jun-2009572

remote_console.pyH A D23-Jun-20093.9 KiB

remote_pipe.pyH A D23-Jun-20092.8 KiB

RemotePyInterpreter.pyH A D23-Jun-200916 KiB

scratch/H24-Jun-20092

setup.pyH A D23-Jun-2009835

tcpinterpreter.pyH A D23-Jun-20091.4 KiB

test_client.pyH A D23-Jun-20093.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