Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) | ||||
* | Python will now attempt (again) to create at least a minimal | Jack Jansen | 1995-08-31 | 1 | -9/+20 |
| | | | | preferences file if it is missing. | ||||
* | 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 |
| | | | | unsupported features). | ||||
* | 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 |
| | | | | | | | | 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 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 |
| | | | | | 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 back | Jack Jansen | 1995-02-02 | 1 | -1/+2 |
| | | | | events they don't want to handle to stdio | ||||
* | - Moved interrupt code to macglue.c | Jack Jansen | 1995-01-27 | 1 | -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 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 |
| | |||||
* | ported Jacks changes back to think C | Guido van Rossum | 1995-01-18 | 1 | -0/+4 |
| | |||||
* | modernized/rationalized, added PyMac_BuildOSType | Guido van Rossum | 1995-01-18 | 1 | -7/+11 |
| | |||||
* | More Pstring() stuff and some cosmetics | Jack Jansen | 1995-01-18 | 1 | -0/+3 |
| | |||||
* | Comment fix | Jack Jansen | 1995-01-18 | 1 | -1/+1 |
| | |||||
* | - Moved some useful routines from macosmodule.c here | Jack Jansen | 1995-01-18 | 1 | -3/+12 |
| | | | | | - Added GetFSSpec (tuple-style), BuildFSSpec and Pstring (platform-independent correct conversion of C to Pascal strings) | ||||
* | rename2 changes | Guido van Rossum | 1995-01-12 | 1 | -3/+3 |
| | |||||
* | Ported to CodeWarrior | Jack Jansen | 1994-12-14 | 1 | -0/+3 |
| | |||||
* | New routines: | Jack Jansen | 1994-12-14 | 1 | -0/+3 |
| | | | | | | | | macstrerror - strerror which uses 'Estr' resource to convert numerical MacOS errors to strings. PyErr_Mac - Raise exception with MacOS error in string form. PyMac_Idle - better idle-loop routine, which allows the user to switch applications. | ||||
* | Added support for MetroWerks CodeWarrior compiler | Jack Jansen | 1994-12-14 | 1 | -1/+5 |
| | |||||
* | Completed (hopefully) the unification of THINK 6.0 and MPW 3.2 | Guido van Rossum | 1994-08-29 | 2 | -11/+7 |
| | | | | | | | versions -- they now share config.c and config.h, and statting is always done through macstat.[ch] (THINK's <stat.h> defines funny constants). Also the configuration of stdwin is done differently: you have to define USE_STDWIN to the compiler prefix. | ||||
* | Some more changes | Guido van Rossum | 1994-08-23 | 1 | -2/+2 |
| | |||||
* | Updates for THINK C 6.0. Moved the necessary UNIX emulation routines here. | Guido van Rossum | 1994-08-19 | 2 | -12/+125 |
| | |||||
* | Release 1.0.2. | Guido van Rossum | 1994-05-06 | 1 | -4/+6 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-01-05 | 1 | -0/+224 |