summaryrefslogtreecommitdiffstats
path: root/Mac/Include
Commit message (Collapse)AuthorAgeFilesLines
* Added a range of resource numbers reserved for BruceJack Jansen1997-05-281-0/+3
|
* Added PyMac_StopGUSISpinJack Jansen1997-05-231-5/+6
|
* c2pstr has moved to a different include fileJack Jansen1997-05-071-3/+1
|
* Modified for (optional) use of MSLJack Jansen1997-04-081-2/+4
|
* Added/updated copyright noticesJack Jansen1997-01-314-1/+73
| | | | (and the &*^$%@ resource files got binhexed again, sigh)
* Added PyMac_Initialize() routine, to be used by embedding programs (inJack Jansen1997-01-151-0/+1
| | | | stead of standard Py_Initialize(), which it calls).
* Minor fix to get non-gusi python to compile againJack Jansen1997-01-101-5/+0
|
* Added range of resource-ids for twit.Jack Jansen1996-12-231-1/+4
|
* Added PyMac_GetFullPath(), PyMac_ApplicationPath and PyMac_ApplicationFSSpecJack Jansen1996-11-091-0/+5
|
* Added HAVE_STRFTIMEJack Jansen1996-10-231-0/+4
|
* Added resource for preference file nameJack Jansen1996-10-221-0/+7
|
* 'documented' resource-number useage of EditPythonPrefsJack Jansen1996-10-111-0/+4
|
* Added macfs.FindApplication() to find application FSSpec given signature.Jack Jansen1996-09-201-0/+4
|
* - Put all options in a structJack Jansen1996-09-071-3/+13
| | | | | | - Unified initialization code for interpreter and applet - Implemented new options to skip AE-processing for argc/argv and for disabling interactive option setting
* macglue: added PyMac_AppRefNumJack Jansen1996-09-062-5/+17
| | | | pythonresources: elaborated comment on preferences, added new options
* Python about box implemented. Slightly convoluted, since (a) we haveJack Jansen1996-09-062-0/+8
| | | | | 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 Jansen1996-09-041-2/+6
| | | | | | | | | - 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:Jack Jansen1996-08-191-1/+10
| | | | | - define USE_CHECKSTACK - Comment on defines used
* PyMac_BuildNumVersion addedJack Jansen1996-08-021-0/+2
|
* Added resource-ids for override preferences.Jack Jansen1996-04-041-1/+7
|
* - Allow setting of argc/argv in <option>-start dialogJack Jansen1996-03-121-0/+1
| | | | - Set "ok" to be default button
* Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()Jack Jansen1996-03-061-0/+4
| | | | after each chdir call.
* - Reorganized init codeJack Jansen1996-02-281-0/+6
| | | | - Fixed serious bug in code to get options from a resource
* Store default startup options in preference file orJack Jansen1996-02-211-0/+11
| | | | app.
* Modified for GUSIJack Jansen1996-02-141-0/+13
|
* Added converters for FixedJack Jansen1995-11-151-0/+2
|
* Added options for keeping window open on normal/error terminationJack Jansen1995-10-271-0/+2
| | | | Moved whole exit-handling of console window here (from pythonrun.c)
* Python will now attempt (again) to create at least a minimalJack Jansen1995-08-311-9/+20
| | | | preferences file if it is missing.
* Added PyMac_PromptGetFile, removed stuff gone to other sources.Jack Jansen1995-08-141-3/+4
|
* New file: list resource-ids in one place.Jack Jansen1995-08-141-0/+54
|
* Mwerks now also has fopenrfJack Jansen1995-08-071-0/+3
|
* Initial port to CodeWarrior CFM68K support (mainly by disablingJack Jansen1995-06-273-2/+5
| | | | unsupported features).
* changed ifdefs and comments -- more modules are goodGuido van Rossum1995-02-211-1/+1
|
* - Added PyMac_GetDirectory call which asks the user to select aJack Jansen1995-02-201-0/+2
| | | | | | | | directory. - No __main__ resource found message is now a dialog - Fixes wrt stdio window handling in applets. NB: these fixes require a new resource file.
* hacks for atoi/strtod in __SC__Guido van Rossum1995-02-191-0/+5
|
* macstrerror -> MacOS-StrError; added applet and cfm-68k supportGuido van Rossum1995-02-181-7/+13
|
* put #undefs insize comments; rationalize MPW supportGuido van Rossum1995-02-181-88/+89
|
* Added support for loading pyc code from a resource.Jack Jansen1995-02-151-0/+3
|
* ported to Think CGuido van Rossum1995-02-141-0/+8
|
* Added PyMac_GetPythonDir routine which obtains python home directoryJack Jansen1995-02-131-0/+2
| | | | | from an alias resource (or from the user). Note: this uses a dialog resource so there's an accompanying change in the resource file.
* Added HandleEvent method to macos, so python programs can hand backJack Jansen1995-02-021-1/+2
| | | | events they don't want to handle to stdio
* - Moved interrupt code to macglue.cJack Jansen1995-01-271-0/+2
| | | | | | | - Added possibility to turn off mainloop event handling - Check interrupts even when not handling events - Be more carefulabout which events we want - Use different method to determine fg/bg
* Prototypes for new routines.Jack Jansen1995-01-261-0/+3
|
* Some layout changes; added EventRecord Get/Build functions (as a tuple).Guido van Rossum1995-01-251-9/+23
|
* cosmetics: copyright, commentsGuido van Rossum1995-01-221-4/+33
|
* renamed Get routines to PyMac_Get; added macfs to config.cGuido van Rossum1995-01-211-4/+0
|
* ported Jacks changes back to think CGuido van Rossum1995-01-181-0/+4
|
* modernized/rationalized, added PyMac_BuildOSTypeGuido van Rossum1995-01-181-7/+11
|
* More Pstring() stuff and some cosmeticsJack Jansen1995-01-181-0/+3
|
* Comment fixJack Jansen1995-01-181-1/+1
|