cpython/Mac/Modules
Jack Jansen c5b26f4a05 - PYTHONPATH is now \n-separated, so you can have directories with
spaces in the name.
- If you run python with a script the working directory is now the
  directory where the script lives (was: directory where python
  application lives). sys.path will include current dir, application
  dir and Lib, etc. relative to application dir. This is more like
  unix python does things and more useful besides (since you can
  easily import files living in the same directory as the importer).
- Added the macconsole, ctb, macspeech, macdnr and mactcp modules.
- For MW compiler, put 68K/PPC indication in version string.
1994-12-14 13:45:11 +00:00
..
macspeech Add files by Jack 1994-10-02 11:33:59 +00:00
config.c - PYTHONPATH is now \n-separated, so you can have directories with 1994-12-14 13:45:11 +00:00
ctbmodule.c Interface to Mac Communications Toolbox (only Connection Manager for 1994-12-14 13:31:11 +00:00
gestaltmodule.c gestaltmodule.c: interface to Gestalt Manager. 1994-09-16 10:54:21 +00:00
macmodule.c Completed (hopefully) the unification of THINK 6.0 and MPW 3.2 1994-08-29 08:42:37 +00:00
macosmodule.c config.c: add MacOS module 1994-09-29 10:02:56 +00:00
macspeechmodule.c - Added Version method 1994-12-14 13:34:35 +00:00