Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First bits and pieces of appearance support: an init routine, a global flag ↵ | Jack Jansen | 1999-12-07 | 1 | -0/+20 |
| | | | | | | PyMac_AppearanceCompliant (exported thru MacOS). If USE_APPEARANCE is off the code is disabled (but the variables are still there, set to 0). | ||||
* | Bigger buffer size for C profiler (if profiling is enabled). | Jack Jansen | 1999-09-30 | 1 | -1/+1 |
| | |||||
* | Initialize the program name before adding shared library resources (Just). | Jack Jansen | 1998-07-31 | 1 | -0/+1 |
| | |||||
* | Implemented nositepython and oldexceptions flags | Jack Jansen | 1997-10-07 | 1 | -0/+2 |
| | |||||
* | Added old-exception and no-site-python options and balloon help | Jack Jansen | 1997-09-09 | 1 | -3/+12 |
| | |||||
* | sys.prefix and sys.exec_prefix are now set correctly. | Jack Jansen | 1997-09-08 | 1 | -2/+2 |
| | |||||
* | Adapted for 1.5a3: Py_SupressPrintingFlag is gone, and | Jack Jansen | 1997-08-08 | 1 | -21/+9 |
| | | | | Py_SetProgramName replaces Py_GetProgramName | ||||
* | - Restore SIOUX menubar just before exiting, if the console window is kept | Jack Jansen | 1997-06-12 | 1 | -0/+2 |
| | | | | | open (so the user can quit with cmd-Q, print, etc) - Removed a few unused routines | ||||
* | Removed old scheduler parameterizing calls and replaced with something | Jack Jansen | 1997-06-03 | 1 | -2/+9 |
| | | | | a bit easier to use and understand | ||||
* | - Added Py_GetProgramFullPath | Jack Jansen | 1997-05-23 | 1 | -7/+8 |
| | | | | | | | - Added PyMac_StopGUSISpin and have it called at exit time (fixes crash when exiting with sockets open) - Added PLstr... funcs needed by gusi: those provided by StdCLib are broken under cfm68k | ||||
* | Workaround for bug in MSL and CWGUSI interaction that stopped the | Jack Jansen | 1997-05-07 | 1 | -0/+7 |
| | | | | "don't close window on exit" feature to work. | ||||
* | Changed the few old routine names still used to the new ones | Jack Jansen | 1997-04-08 | 1 | -4/+4 |
| | | | | Started working on MSL support | ||||
* | - Changed GestaltEqu.h to Gestalt.h | Jack Jansen | 1997-02-24 | 1 | -1/+0 |
| | | | | | - Changed FragLoader.h to CodeFragments.h - Removed Desk.h | ||||
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 1 | -1/+1 |
| | | | | (and the &*^$%@ resource files got binhexed again, sigh) | ||||
* | Added PyMac_Initialize() routine, to be used by embedding programs (in | Jack Jansen | 1997-01-15 | 1 | -8/+29 |
| | | | | stead of standard Py_Initialize(), which it calls). | ||||
* | Added profiler initialization/finalization code (if __profile__ is defined) | Jack Jansen | 1997-01-07 | 1 | -1/+12 |
| | |||||
* | Py_GetProgramName turns out not to be obsolete (used by _tkinter). | Jack Jansen | 1996-09-09 | 1 | -8/+0 |
| | |||||
* | - Put all options in a struct | Jack Jansen | 1996-09-07 | 1 | -136/+162 |
| | | | | | | - Unified initialization code for interpreter and applet - Implemented new options to skip AE-processing for argc/argv and for disabling interactive option setting | ||||
* | - Rationalized override preferences support, by remembering | Jack Jansen | 1996-09-06 | 1 | -1/+5 |
| | | | | | | | application resource fork RefNum and looking there only - Added support for loading gusi prefs from Preferences file (needs modified GUSI, but Matthias promised he'd incorporate the fixes in the next release) | ||||
* | Python about box implemented. Slightly convoluted, since (a) we have | Jack Jansen | 1996-09-06 | 1 | -0/+6 |
| | | | | | to override an internal sioux routine and (b) we have to override the "about sioux" menuitem after sioux has created its menus. | ||||
* | - Fixed PyMac_DoYield: | Jack Jansen | 1996-09-04 | 1 | -1/+10 |
| | | | | | | | | | - Update lastyield correctly - Do event handling if PyMac_YieldEnabled > 0 (previous cmd-. fix broke this) - Use our own GUSISpin routine: fixes crash when exiting with sockets open and keeps windows, etc reacting consistently when waiting for accepts(), etc. | ||||
* | Guido: added some void's to declarations | Jack Jansen | 1996-08-19 | 1 | -1/+5 |
| | |||||
* | Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix. | Jack Jansen | 1996-08-02 | 1 | -6/+20 |
| | |||||
* | Old names changed to Py_GetCopyright, etc. | Jack Jansen | 1996-07-10 | 1 | -3/+3 |
| | |||||
* | Replaced non-ascii chars by backslash escapes | Jack Jansen | 1996-03-25 | 1 | -1/+1 |
| | |||||
* | Somehow the <<terminated>> got mangled. Fixed. | Jack Jansen | 1996-03-20 | 1 | -1/+1 |
| | |||||
* | - Allow setting of argc/argv in <option>-start dialog | Jack Jansen | 1996-03-12 | 1 | -5/+27 |
| | | | | - Set "ok" to be default button | ||||
* | Added missing include of Fonts.h | Jack Jansen | 1996-03-07 | 1 | -0/+1 |
| | |||||
* | Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() | Jack Jansen | 1996-03-06 | 1 | -0/+4 |
| | | | | after each chdir call. | ||||
* | - Reorganized init code | Jack Jansen | 1996-02-28 | 1 | -18/+52 |
| | | | | - Fixed serious bug in code to get options from a resource | ||||
* | Store default startup options in preference file or | Jack Jansen | 1996-02-21 | 1 | -4/+21 |
| | | | | app. | ||||
* | For MW Python, update titlebar of window when python exits. | Jack Jansen | 1995-11-10 | 1 | -5/+9 |
| | |||||
* | Added options for keeping window open on normal/error termination | Jack Jansen | 1995-10-27 | 1 | -10/+45 |
| | | | | Moved whole exit-handling of console window here (from pythonrun.c) | ||||
* | Added prototypes. | Jack Jansen | 1995-10-23 | 1 | -2/+2 |
| | |||||
* | removed unused variables | Jack Jansen | 1995-08-31 | 1 | -2/+0 |
| | |||||
* | This is completely different from the old mainmain (which wasn't used | Jack Jansen | 1995-08-14 | 1 | -88/+252 |
| | | | | | anymore) and is the new main program for MacPython. Built from bits and pieces of config.c, macglue.c and pythonmain.c. | ||||
* | Various changes wrt shared-library python: | Jack Jansen | 1995-02-13 | 1 | -7/+39 |
| | | | | | | - Moved fileargument to config.c - Added PyMac_AddLibResources() call in case of shlib python - Build argc/argv differently in case of applet template | ||||
* | Added stuff so CodeWarrior isn't so verbose about its stdio windows | Jack Jansen | 1995-02-02 | 1 | -0/+9 |
| | |||||
* | added printf -- hack for Think C to init stdwin and stdio | Guido van Rossum | 1995-01-22 | 1 | -0/+16 |
| | |||||
* | must include rename2.h | Guido van Rossum | 1995-01-17 | 1 | -0/+2 |
| | |||||
* | 1995 copyright | Guido van Rossum | 1995-01-08 | 1 | -2/+2 |
| | |||||
* | Enlarged version buffer (nobody expects the spanish inquisition:-) | Jack Jansen | 1994-12-14 | 1 | -1/+5 |
| | | | | Support for new sys.path code in config.c | ||||
* | Intermediate version of changes after porting to MPW 3.2 | Guido van Rossum | 1994-08-26 | 1 | -3/+0 |
| | |||||
* | Added macmain.c (separate Mac specific main prog); bump version to 1.1 | Guido van Rossum | 1994-08-23 | 1 | -0/+83 |