cpython/Lib/plat-mac
Just van Rossum 7322b1ad46 Resolving parts of #688907:
- Replaced bootstrap shell script with Python script. This means
  standalone apps built with bundlebuilder will not work on MacOS < 10.1,
  since we depend (again) on an installed Python.
- Add a hack to set sys.executable; the bootstrap script does os.execve()
  with an argv[0] that's different from the actual Python executable
  (it has to match the CFBundleExecutable entry in the Info.plist to make
  the app work both from the Finder and the command line, and it has to be
  the bootstrap script), yet a proper sys.executable is needed to spawn
  auxiliary processes.
2003-02-25 20:15:40 +00:00
..
Carbon
lib-scriptpackages
Audio_mac.py Got rid of macfs and FSSpecs. 2003-02-06 23:12:23 +00:00
EasyDialogs.py Getting rid of macfs. 2003-02-21 23:18:48 +00:00
FrameWork.py support unicode in menu items 2003-01-09 23:18:39 +00:00
MiniAEFrame.py
PixMapWrapper.py Getting rid of macfs. 2003-02-21 23:18:48 +00:00
WASTEconst.py
aepack.py When in MacPython-OSX use bundlebuilder to create .app bundles. 2003-02-12 15:37:26 +00:00
aetools.py
aetypes.py When in MacPython-OSX use bundlebuilder to create .app bundles. 2003-02-12 15:37:26 +00:00
applesingle.py
appletrawmain.py
appletrunner.py
argvemulator.py Argvemulator still used the old Alias API. Fixed. 2003-02-18 23:28:05 +00:00
bgenlocations.py When in MacPython-OSX use bundlebuilder to create .app bundles. 2003-02-12 15:37:26 +00:00
buildtools.py Added a -c (--copyfile) option with argument src:dst which copies file src 2003-02-24 16:27:08 +00:00
bundlebuilder.py Resolving parts of #688907: 2003-02-25 20:15:40 +00:00
cfmfile.py Got rid of macfs 2003-02-05 15:44:03 +00:00
dialogs.rsrc
errors.rsrc
findertools.py Get rid of macfs. 2003-02-21 23:14:30 +00:00
ic.py Workaround for bug #644243 (which is actually an Apple bug, I think): URLs 2003-02-25 13:34:22 +00:00
icopen.py
macerrors.py
macfs.py test_macfs found an error on the first day of its existence: round trips for date values to FSSpec.{Get,Set}Dates didn't work in MacPython-OS9. Fixed. 2003-01-29 09:56:56 +00:00
macostools.py Converted to not use macfs whenever possible. 2003-01-28 23:53:40 +00:00
macresource.py When installing resource files whose name ends in .rsrc use the 2003-02-17 16:47:12 +00:00
pimp.py - Added support for zip archives 2003-02-17 12:21:05 +00:00
plistlib.py
terminalcommand.py module to run commands in a Terminal.app window 2003-01-04 21:44:21 +00:00
videoreader.py - Handle the img and MediaFormat modules not being available (by not 2003-02-04 15:36:42 +00:00