Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added pascal-style string name of preference file resource, and bracketed | Jack Jansen | 1999-01-30 | 1 | -1/+6 |
| | | | | C struct declarations with #ifndef rez | ||||
* | Project files converted for CW Pro 4. And the daylight savings time switch ↵ | Jack Jansen | 1998-11-01 | 1 | -1/+1 |
| | | | | seems to have "modified" the resource files (but nothing has changed there). | ||||
* | Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. | Jack Jansen | 1998-10-12 | 1 | -1/+1 |
| | |||||
* | Added SIZEOF_VOID_P and HAVE_LONG_LONG | Jack Jansen | 1998-10-05 | 1 | -0/+2 |
| | |||||
* | I guess I'll have to commit this file occasionally... | Jack Jansen | 1998-08-20 | 1 | -1/+1 |
| | |||||
* | Define some things to 1 (in stead of empty) to be compatible with new PIL | Jack Jansen | 1998-08-20 | 1 | -2/+2 |
| | |||||
* | Added SIZEOF_INT and SIZEOF_LONG | Jack Jansen | 1998-08-05 | 1 | -0/+3 |
| | |||||
* | Added prototypes for the code resource routines, and for Pstring | Jack Jansen | 1998-07-13 | 2 | -1/+4 |
| | | | | (which was missing, for some reason). | ||||
* | Version for 1.5.1 | Jack Jansen | 1998-05-06 | 1 | -1/+1 |
| | |||||
* | Incorrect argument for PyMacBuildwide() | Jack Jansen | 1998-04-23 | 1 | -1/+1 |
| | |||||
* | Add (temporary) PyMac_{Build,Get}wide | Jack Jansen | 1998-04-21 | 1 | -0/+2 |
| | |||||
* | Add HAVE_MKTIME | Jack Jansen | 1998-04-21 | 1 | -0/+1 |
| | |||||
* | Added declarations for mac{set,get}filetype | Jack Jansen | 1998-04-15 | 1 | -0/+5 |
| | |||||
* | Added CHECK_IMPORT_CASE | Jack Jansen | 1998-02-20 | 1 | -0/+8 |
| | | | | | Added HAVE_HYPOT, except for 68k (where you get 10-byte-float hypot, sigh...) | ||||
* | I give in. Now Tk is also using resources just above 128, so Python | Jack Jansen | 1998-01-06 | 2 | -21/+22 |
| | | | | | | now uses only 228-256, leaving 128-228 free for others. This mod affects prefs files, libraries and almost everything else, so I've upped my local Python to 1.5b4 to remain sane. | ||||
* | Added old-exceptions and no-site-python options and upped preference | Jack Jansen | 1997-09-09 | 1 | -2/+9 |
| | | | | | version to 4. Added balloon-help item to options dialog. | ||||
* | Preference resource now has a version number | Jack Jansen | 1997-09-08 | 1 | -11/+11 |
| | |||||
* | Moved the include of macbuildno.h to getbuildinfo.c. Putting it here | Jack Jansen | 1997-09-08 | 1 | -2/+0 |
| | | | | resulted in full recompilation every time. | ||||
* | Define BUILDNO in macbuildno.h (incremented by fullbuild) | Jack Jansen | 1997-09-01 | 2 | -0/+3 |
| | |||||
* | 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 |
| | | | | | | | | - Remembering whether sys.path components refer to files or folders, - Using mac-specific code to check for file existence, in stead of trying to fopen() each possible file. These mods need an accompanying mod to import.c. | ||||
* | 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 [GS]etSchedParams Added parameter to PyMac_HandleEvent (safe to run python code at this point) Removed various cruft | ||||
* | 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 |
| | | | | (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 | -0/+1 |
| | | | | stead of standard Py_Initialize(), which it calls). | ||||
* | 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 |
| | | | | | | - 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_AppRefNum | Jack Jansen | 1996-09-06 | 2 | -5/+17 |
| | | | | pythonresources: elaborated comment on preferences, added new options | ||||
* | Python about box implemented. Slightly convoluted, since (a) we have | Jack Jansen | 1996-09-06 | 2 | -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 Jansen | 1996-09-04 | 1 | -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 Jansen | 1996-08-19 | 1 | -1/+10 |
| | | | | | - define USE_CHECKSTACK - Comment on defines used | ||||
* | 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 |
| | | | | - Set "ok" to be default button | ||||
* | 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 | -0/+6 |
| | | | | - 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 | -0/+11 |
| | | | | app. | ||||
* | 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 |
| | | | | Moved whole exit-handling of console window here (from pythonrun.c) |