cpython/Mac/Python
Jack Jansen 4b517854d0 In MachoPython, don't simulate argc/argv unless we have argc=1 and argv[1]
starts with "-psn_". This means the drag-and-drop continues to work as
expected, but we can now also do
/Applications/Python.app/Contents/MacOS/python script.py
from the command line, which is a lot easier with debugging. Pressing <option>
at this point also has the expected effect of opening the options dialog!
2002-01-02 22:53:38 +00:00
..
getapplbycreator.c Another include Carbon/Carbon.h 2001-05-19 12:57:22 +00:00
gusiconfig.cpp Reset the resource file chain before calling PyMac_OpenPrefFile. I'm not sure why this wasn't a problem before... 2001-02-28 15:54:18 +00:00
macapplication.c Got rid of 68k-Mac and other outdated ifdefs. 2001-08-07 15:30:23 +00:00
macgetargv.c Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' 2001-09-10 22:00:39 +00:00
macgetcompiler.c Bit the bullet and enabled garbage collection (finally). 2001-08-07 12:33:32 +00:00
macgetpath.c Use getcwd(), not silly old getwd(). 2001-12-14 22:57:34 +00:00
macgetplatform.c ANSIfication step 2: make sure all needed prototypes are available, and all needed 2000-07-11 21:16:03 +00:00
macglue.c Merging changes from release22-branch. 2001-12-27 23:01:18 +00:00
macimport.c Replace sprintf() with PyOS_snprintf(). 2001-12-05 23:27:58 +00:00
macmain.c In MachoPython, don't simulate argc/argv unless we have argc=1 and argv[1] 2002-01-02 22:53:38 +00:00
macsetfiletype.c ANSIfication step 2: make sure all needed prototypes are available, and all needed 2000-07-11 21:16:03 +00:00
macshlglue.c Added more prototypes. 2000-07-24 19:52:52 +00:00
missingtoolboxcalls.c Dummy functions which return unimpErr for lots of toolbox calls that are unavailable for 68K. This way we don't have to disable thm in bgen, so we 1999-12-12 21:38:29 +00:00
pyGUSISIOUX.cp Mods by Alexandre Parenteau to allow embedding programs to disable the MacPython console window completely, and optionally route console output (and input) to routines provided by the embedding app. 2001-10-08 15:35:38 +00:00