| Commit message (Expand) | Author | Age | Files | Lines |
* | Mods for user mainloop event handling | Jack Jansen | 1997-06-20 | 1 | -2/+3 |
|
|
* | Make imports faster on the Mac, by | Jack Jansen | 1997-06-12 | 1 | -1/+2 |
|
|
* | Added prototype for PyMac_RestoreMenuBar | Jack Jansen | 1997-06-12 | 1 | -0/+1 |
|
|
* | Removed SetScheduleTimes and PyMac_DoYieldEnabled | Jack Jansen | 1997-06-03 | 1 | -6/+13 |
|
|
* | Added a range of resource numbers reserved for Bruce | Jack Jansen | 1997-05-28 | 1 | -0/+3 |
|
|
* | Added PyMac_StopGUSISpin | Jack Jansen | 1997-05-23 | 1 | -5/+6 |
|
|
* | c2pstr has moved to a different include file | Jack Jansen | 1997-05-07 | 1 | -3/+1 |
|
|
* | Modified for (optional) use of MSL | Jack Jansen | 1997-04-08 | 1 | -2/+4 |
|
|
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 4 | -1/+73 |
|
|
* | Added PyMac_Initialize() routine, to be used by embedding programs (in | Jack Jansen | 1997-01-15 | 1 | -0/+1 |
|
|
* | Minor fix to get non-gusi python to compile again | Jack Jansen | 1997-01-10 | 1 | -5/+0 |
|
|
* | Added range of resource-ids for twit. | Jack Jansen | 1996-12-23 | 1 | -1/+4 |
|
|
* | Added PyMac_GetFullPath(), PyMac_ApplicationPath and PyMac_ApplicationFSSpec | Jack Jansen | 1996-11-09 | 1 | -0/+5 |
|
|
* | Added HAVE_STRFTIME | Jack Jansen | 1996-10-23 | 1 | -0/+4 |
|
|
* | Added resource for preference file name | Jack Jansen | 1996-10-22 | 1 | -0/+7 |
|
|
* | 'documented' resource-number useage of EditPythonPrefs | Jack Jansen | 1996-10-11 | 1 | -0/+4 |
|
|
* | Added macfs.FindApplication() to find application FSSpec given signature. | Jack Jansen | 1996-09-20 | 1 | -0/+4 |
|
|
* | - Put all options in a struct | Jack Jansen | 1996-09-07 | 1 | -3/+13 |
|
|
* | macglue: added PyMac_AppRefNum | Jack Jansen | 1996-09-06 | 2 | -5/+17 |
|
|
* | Python about box implemented. Slightly convoluted, since (a) we have | Jack Jansen | 1996-09-06 | 2 | -0/+8 |
|
|
* | - Fixed PyMac_DoYield: | Jack Jansen | 1996-09-04 | 1 | -2/+6 |
|
|
* | Guido: | Jack Jansen | 1996-08-19 | 1 | -1/+10 |
|
|
* | PyMac_BuildNumVersion added | Jack Jansen | 1996-08-02 | 1 | -0/+2 |
|
|
* | Added resource-ids for override preferences. | Jack Jansen | 1996-04-04 | 1 | -1/+7 |
|
|
* | - Allow setting of argc/argv in <option>-start dialog | Jack Jansen | 1996-03-12 | 1 | -0/+1 |
|
|
* | Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() | Jack Jansen | 1996-03-06 | 1 | -0/+4 |
|
|
* | - Reorganized init code | Jack Jansen | 1996-02-28 | 1 | -0/+6 |
|
|
* | Store default startup options in preference file or | Jack Jansen | 1996-02-21 | 1 | -0/+11 |
|
|
* | Modified for GUSI | Jack Jansen | 1996-02-14 | 1 | -0/+13 |
|
|
* | Added converters for Fixed | Jack Jansen | 1995-11-15 | 1 | -0/+2 |
|
|
* | Added options for keeping window open on normal/error termination | Jack Jansen | 1995-10-27 | 1 | -0/+2 |
|
|
* | Python will now attempt (again) to create at least a minimal | Jack Jansen | 1995-08-31 | 1 | -9/+20 |
|
|
* | Added PyMac_PromptGetFile, removed stuff gone to other sources. | Jack Jansen | 1995-08-14 | 1 | -3/+4 |
|
|
* | New file: list resource-ids in one place. | Jack Jansen | 1995-08-14 | 1 | -0/+54 |
|
|
* | Mwerks now also has fopenrf | Jack Jansen | 1995-08-07 | 1 | -0/+3 |
|
|
* | Initial port to CodeWarrior CFM68K support (mainly by disabling | Jack Jansen | 1995-06-27 | 3 | -2/+5 |
|
|
* | changed ifdefs and comments -- more modules are good | Guido van Rossum | 1995-02-21 | 1 | -1/+1 |
|
|
* | - Added PyMac_GetDirectory call which asks the user to select a | Jack Jansen | 1995-02-20 | 1 | -0/+2 |
|
|
* | hacks for atoi/strtod in __SC__ | Guido van Rossum | 1995-02-19 | 1 | -0/+5 |
|
|
* | macstrerror -> MacOS-StrError; added applet and cfm-68k support | Guido van Rossum | 1995-02-18 | 1 | -7/+13 |
|
|
* | put #undefs insize comments; rationalize MPW support | Guido van Rossum | 1995-02-18 | 1 | -88/+89 |
|
|
* | Added support for loading pyc code from a resource. | Jack Jansen | 1995-02-15 | 1 | -0/+3 |
|
|
* | ported to Think C | Guido van Rossum | 1995-02-14 | 1 | -0/+8 |
|
|
* | Added PyMac_GetPythonDir routine which obtains python home directory | Jack Jansen | 1995-02-13 | 1 | -0/+2 |
|
|
* | Added HandleEvent method to macos, so python programs can hand back | Jack Jansen | 1995-02-02 | 1 | -1/+2 |
|
|
* | - Moved interrupt code to macglue.c | Jack Jansen | 1995-01-27 | 1 | -0/+2 |
|
|
* | Prototypes for new routines. | Jack Jansen | 1995-01-26 | 1 | -0/+3 |
|
|
* | Some layout changes; added EventRecord Get/Build functions (as a tuple). | Guido van Rossum | 1995-01-25 | 1 | -9/+23 |
|
|
* | cosmetics: copyright, comments | Guido van Rossum | 1995-01-22 | 1 | -4/+33 |
|
|
* | renamed Get routines to PyMac_Get; added macfs to config.c | Guido van Rossum | 1995-01-21 | 1 | -4/+0 |
|
|