summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macmain.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added/updated copyright noticesJack Jansen1997-01-311-1/+1
* Added PyMac_Initialize() routine, to be used by embedding programs (inJack Jansen1997-01-151-8/+29
* Added profiler initialization/finalization code (if __profile__ is defined)Jack Jansen1997-01-071-1/+12
* Py_GetProgramName turns out not to be obsolete (used by _tkinter).Jack Jansen1996-09-091-8/+0
* - Put all options in a structJack Jansen1996-09-071-136/+162
* - Rationalized override preferences support, by rememberingJack Jansen1996-09-061-1/+5
* Python about box implemented. Slightly convoluted, since (a) we haveJack Jansen1996-09-061-0/+6
* - Fixed PyMac_DoYield:Jack Jansen1996-09-041-1/+10
* Guido: added some void's to declarationsJack Jansen1996-08-191-1/+5
* Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix.Jack Jansen1996-08-021-6/+20
* Old names changed to Py_GetCopyright, etc.Jack Jansen1996-07-101-3/+3
* Replaced non-ascii chars by backslash escapesJack Jansen1996-03-251-1/+1
* Somehow the <<terminated>> got mangled. Fixed.Jack Jansen1996-03-201-1/+1
* - Allow setting of argc/argv in <option>-start dialogJack Jansen1996-03-121-5/+27
* Added missing include of Fonts.hJack Jansen1996-03-071-0/+1
* Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()Jack Jansen1996-03-061-0/+4
* - Reorganized init codeJack Jansen1996-02-281-18/+52
* Store default startup options in preference file orJack Jansen1996-02-211-4/+21
* For MW Python, update titlebar of window when python exits.Jack Jansen1995-11-101-5/+9
* Added options for keeping window open on normal/error terminationJack Jansen1995-10-271-10/+45
* Added prototypes.Jack Jansen1995-10-231-2/+2
* removed unused variablesJack Jansen1995-08-311-2/+0
* This is completely different from the old mainmain (which wasn't usedJack Jansen1995-08-141-88/+252
* Various changes wrt shared-library python:Jack Jansen1995-02-131-7/+39
* Added stuff so CodeWarrior isn't so verbose about its stdio windowsJack Jansen1995-02-021-0/+9
* added printf -- hack for Think C to init stdwin and stdioGuido van Rossum1995-01-221-0/+16
* must include rename2.hGuido van Rossum1995-01-171-0/+2
* 1995 copyrightGuido van Rossum1995-01-081-2/+2
* Enlarged version buffer (nobody expects the spanish inquisition:-)Jack Jansen1994-12-141-1/+5
* Intermediate version of changes after porting to MPW 3.2Guido van Rossum1994-08-261-3/+0
* Added macmain.c (separate Mac specific main prog); bump version to 1.1Guido van Rossum1994-08-231-0/+83