Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Changed PyMac_GetPythonDir to use a preferences file to store the | Jack Jansen | 1995-02-13 | 1 | -4/+46 | |
| | | | | alias resource. Also added a few comments. | |||||
* | null-terminate the error string in macstrerror | Guido van Rossum | 1995-02-13 | 1 | -0/+1 | |
| | ||||||
* | Added PyMac_GetPythonDir routine which obtains python home directory | Jack Jansen | 1995-02-13 | 1 | -0/+75 | |
| | | | | | 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 | -12/+23 | |
| | | | | events they don't want to handle to stdio | |||||
* | added <OSEvents.h> for Think C | Guido van Rossum | 1995-01-30 | 1 | -0/+3 | |
| | ||||||
* | - Moved interrupt code to macglue.c | Jack Jansen | 1995-01-27 | 1 | -21/+131 | |
| | | | | | | | - 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 | |||||
* | reverse h/v in Point and Rect | Guido van Rossum | 1995-01-26 | 1 | -10/+12 | |
| | ||||||
* | Added eventhandling in mainloop/busywait routine plus leaving some | Jack Jansen | 1995-01-26 | 1 | -18/+119 | |
| | | | | | cycles for background apps. MacOS has a new method to set the amount of time for bg apps. | |||||
* | Some layout changes; added EventRecord Get/Build functions (as a tuple). | Guido van Rossum | 1995-01-25 | 1 | -11/+96 | |
| | ||||||
* | cosmetics: copyright, comments | Guido van Rossum | 1995-01-22 | 1 | -15/+33 | |
| | ||||||
* | renamed Get routines to PyMac_Get; added macfs to config.c | Guido van Rossum | 1995-01-21 | 1 | -6/+7 | |
| | ||||||
* | modernized/rationalized, added PyMac_BuildOSType | Guido van Rossum | 1995-01-18 | 1 | -4/+13 | |
| | ||||||
* | - Moved some useful routines from macosmodule.c here | Jack Jansen | 1995-01-18 | 1 | -5/+93 | |
| | | | | | - 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 | -1/+1 | |
| | ||||||
* | New routines: | Jack Jansen | 1994-12-14 | 1 | -0/+86 | |
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. |