summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macmain.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of 2.2 "poor mans universal newlines" now that the real thingJack Jansen2002-12-131-19/+0
* Getting rid of pre-Carbon (MacOS8) support. All code depending onJack Jansen2002-12-121-144/+0
* Renamed Py_Main to PyMac_Main as it has a different signature than the "norma...Jack Jansen2002-08-051-4/+4
* Allow the script to have not only a TEXT filetype but also a null filetype (t...Jack Jansen2002-05-221-1/+3
* Mass checkin of universal newline support.Jack Jansen2002-04-141-2/+2
* Got rid of ifdefs for long-obsolete GUSI versions and other stuff that is now...Jack Jansen2002-04-111-31/+0
* Allow .pyc files as applets as well as .py files. .py files haveJack Jansen2002-03-291-4/+9
* In MachoPython print "Pythonw" in banner to distinguish from command-lineJack Jansen2002-03-291-7/+6
* In MachoPython, don't simulate argc/argv unless we have argc=1 and argv[1]Jack Jansen2002-01-021-2/+8
* Moved macfsn hackery from macmain.c to macfsmodule.c so it loadsJust van Rossum2001-10-311-29/+0
* Mod by Donovan Preston to allow MacPython to live in a Python.app bundle and ...Jack Jansen2001-10-301-34/+62
* Mods by Donovan Preston (with changes by me to make them "go with the flow")Jack Jansen2001-09-111-14/+90
* Failing to import macfsn is not a fatal error.Jack Jansen2001-09-111-1/+2
* Changes to make these work under OSX as the main program for aJack Jansen2001-09-051-39/+74
* Added preferences/startup options for division warningJack Jansen2001-09-011-6/+37
* Merging appropriate 2.1.1 fixes back into the main trunk.Jack Jansen2001-08-031-0/+5
* Set the default 8-bit encoding based on the system script and language.unknown2001-07-041-0/+2
* - Raise console window on input. Fixes Carbon hang.Jack Jansen2001-04-251-1/+11
* More changes to attempt to get the menubar back on exit. Without success:-(Jack Jansen2001-02-171-0/+4
* Bit the bullet and added a private GUSISIOUX for Python. This makes the delay...Jack Jansen2001-02-111-12/+30
* Trigger keep-console-open on GUSISIOUX_STATE_UNKNOWN. Better than the previou...Jack Jansen2001-01-161-3/+3
* When compiling for GUSI and Carbon disable te "keep open on unseen output", f...Jack Jansen2001-01-111-2/+2
* If we're not using GUSI the "keep open on unseen output" becomes the same as ...Jack Jansen2001-01-091-0/+6
* Added PyMac_OutputSeen(), which acknowledges all current output in the stdio ...Jack Jansen2000-10-191-0/+9
* Made options global (as PyMac_options) so macosmodule can access it.Jack Jansen2000-10-121-16/+16
* Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Defa...Jack Jansen2000-09-221-11/+44
* Use same short banner message as unix/win Python.Jack Jansen2000-09-081-3/+7
* Removed debug output.Jack Jansen2000-08-251-3/+0
* Added more prototypes.Jack Jansen2000-07-241-0/+3
* MacPython on MacOSX DP4 gets started in the wrong directory. The workaround (...Jack Jansen2000-07-181-1/+16
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-141-2/+2
* ANSIfication step 2: make sure all needed prototypes are available, and all n...Jack Jansen2000-07-111-3/+2
* ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO.Jack Jansen2000-07-111-2/+2
* Removed THINK_C support.Jack Jansen2000-06-041-11/+0
* Removed (within an #ifdef) Carbon-incompatabilities:Jack Jansen2000-06-021-0/+6
* Removed string-exception preference, added tabcheck and NavService preference...Jack Jansen2000-05-051-3/+33
* Started on GUSI2 and threading support.Jack Jansen2000-04-071-3/+5
* First bits and pieces of appearance support: an init routine, a global flag P...Jack Jansen1999-12-071-0/+20
* Bigger buffer size for C profiler (if profiling is enabled).Jack Jansen1999-09-301-1/+1
* Initialize the program name before adding shared library resources (Just).Jack Jansen1998-07-311-0/+1
* Implemented nositepython and oldexceptions flagsJack Jansen1997-10-071-0/+2
* Added old-exception and no-site-python options and balloon helpJack Jansen1997-09-091-3/+12
* sys.prefix and sys.exec_prefix are now set correctly.Jack Jansen1997-09-081-2/+2
* Adapted for 1.5a3: Py_SupressPrintingFlag is gone, andJack Jansen1997-08-081-21/+9
* - Restore SIOUX menubar just before exiting, if the console window is keptJack Jansen1997-06-121-0/+2
* Removed old scheduler parameterizing calls and replaced with somethingJack Jansen1997-06-031-2/+9
* - Added Py_GetProgramFullPathJack Jansen1997-05-231-7/+8
* Workaround for bug in MSL and CWGUSI interaction that stopped theJack Jansen1997-05-071-0/+7
* Changed the few old routine names still used to the new onesJack Jansen1997-04-081-4/+4
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-241-1/+0