| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | new Makefile and everything | Guido van Rossum | 1995-02-17 | 1 | -81/+38 |
| | | |||||
| * | completely redone | Guido van Rossum | 1995-02-17 | 2 | -0/+92 |
| | | |||||
| * | main program for applets | Guido van Rossum | 1995-02-17 | 1 | -0/+96 |
| | | |||||
| * | add casts for __SC__ | Guido van Rossum | 1995-02-17 | 1 | -2/+2 |
| | | |||||
| * | add __SC__ ifdef | Guido van Rossum | 1995-02-17 | 1 | -1/+1 |
| | | |||||
| * | Added support for loading pyc code from a resource. | Jack Jansen | 1995-02-15 | 2 | -0/+118 |
| | | |||||
| * | different #ifdefs | Guido van Rossum | 1995-02-14 | 2 | -8/+6 |
| | | |||||
| * | completed aete decoded now that I have the docs | Guido van Rossum | 1995-02-14 | 1 | -64/+137 |
| | | |||||
| * | ported to Think C | Guido van Rossum | 1995-02-14 | 4 | -1/+26 |
| | | |||||
| * | Some of Guido's bgen modules aren't think-only anymore | Jack Jansen | 1995-02-13 | 1 | -0/+3 |
| | | |||||
| * | 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. | ||||
| * | Open library resource file read-only | Jack Jansen | 1995-02-13 | 1 | -1/+1 |
| | | |||||
| * | malloc debug only on ppc | Guido van Rossum | 1995-02-13 | 1 | -1/+1 |
| | | |||||
| * | remove unused vars | Guido van Rossum | 1995-02-13 | 1 | -2/+1 |
| | | |||||
| * | null-terminate the error string in macstrerror | Guido van Rossum | 1995-02-13 | 1 | -0/+1 |
| | | |||||
| * | added QuickDraw | Guido van Rossum | 1995-02-13 | 1 | -2/+2 |
| | | |||||
| * | adapted to 1.2 | Guido van Rossum | 1995-02-13 | 2 | -38/+78 |
| | | |||||
| * | Added RawFSSpec and RawAlias methods which turn their string arguments | Jack Jansen | 1995-02-13 | 1 | -0/+53 |
| | | | | | into fsspec and alias objects. | ||||
| * | Startup code for applications using the python shared | Jack Jansen | 1995-02-13 | 1 | -0/+29 |
| | | | | | | library. Modified because the startup code has to work together with the runtime support in the shared library. | ||||
| * | Glue for the python shared library: an init routine that remembers | Jack Jansen | 1995-02-13 | 1 | -0/+65 |
| | | | | | | where we're loaded from and PyMac_AddLibResources() which adds that file to the resource file list. | ||||
| * | Mwerks header files for shared python and the applet template | Jack Jansen | 1995-02-13 | 2 | -0/+7 |
| | | |||||
| * | Use PyMac_GetPythonDir() to obtain python homedir | Jack Jansen | 1995-02-13 | 1 | -5/+4 |
| | | | | | fileargument moved here from macmain.c | ||||
| * | Various changes wrt shared-library python: | Jack Jansen | 1995-02-13 | 1 | -7/+39 |
| | | | | | | | - Moved fileargument to config.c - Added PyMac_AddLibResources() call in case of shlib python - Build argc/argv differently in case of applet template | ||||
| * | Added PyMac_GetPythonDir routine which obtains python home directory | Jack Jansen | 1995-02-13 | 2 | -0/+77 |
| | | | | | | 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 getfiletype routine | Jack Jansen | 1995-02-13 | 1 | -0/+13 |
| | | |||||
| * | stuff by jack to create a set of Estr resources | Guido van Rossum | 1995-02-05 | 2 | -0/+654 |
| | | |||||
| * | manually defined Resource() function | Guido van Rossum | 1995-02-05 | 1 | -0/+25 |
| | | |||||
| * | more support for different kinds of objects | Guido van Rossum | 1995-02-05 | 2 | -177/+550 |
| | | |||||
| * | more think/mw changes | Guido van Rossum | 1995-02-05 | 2 | -12/+71 |
| | | |||||
| * | added Resource(), to create new resources from Python | Guido van Rossum | 1995-02-05 | 2 | -0/+29 |
| | | |||||
| * | get rid of obsolete low-level routines | Guido van Rossum | 1995-02-05 | 1 | -54/+8 |
| | | |||||
| * | Added stuff so CodeWarrior isn't so verbose about its stdio windows | Jack Jansen | 1995-02-02 | 1 | -0/+9 |
| | | |||||
| * | Added HandleEvent method to macos, so python programs can hand back | Jack Jansen | 1995-02-02 | 3 | -13/+39 |
| | | | | | events they don't want to handle to stdio | ||||
| * | Added [GS]etCreatorType methods to FSSpec objects | Jack Jansen | 1995-02-02 | 1 | -0/+49 |
| | | |||||
| * | Committed a more or less working version. | Guido van Rossum | 1995-01-30 | 56 | -0/+12110 |
| | | |||||
| * | added <OSEvents.h> for Think C | Guido van Rossum | 1995-01-30 | 1 | -0/+3 |
| | | |||||
| * | fixed StandardGetFile argument handling | Guido van Rossum | 1995-01-30 | 1 | -11/+4 |
| | | |||||
| * | - Moved interrupt code to macglue.c | Jack Jansen | 1995-01-27 | 3 | -21/+148 |
| | | | | | | | | - 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 (method) casts and 1995 copyright | Guido van Rossum | 1995-01-26 | 1 | -9/+12 |
| | | |||||
| * | Prototypes for new routines. | Jack Jansen | 1995-01-26 | 1 | -0/+3 |
| | | |||||
| * | Added eventhandling in mainloop/busywait routine plus leaving some | Jack Jansen | 1995-01-26 | 2 | -18/+142 |
| | | | | | | cycles for background apps. MacOS has a new method to set the amount of time for bg apps. | ||||
| * | CodeWarrior 5 has more unixisms (open/close/read/write) | Jack Jansen | 1995-01-26 | 1 | -10/+13 |
| | | |||||
| * | Complete rewrite. | Jack Jansen | 1995-01-26 | 1 | -49/+349 |
| | | |||||
| * | split PATH over multiple lines for clarity; | Guido van Rossum | 1995-01-25 | 1 | -1/+20 |
| | | | | | added some generated modules | ||||
| * | Got rid of the Resource and Sound interfaces, in favor of the ones | Guido van Rossum | 1995-01-25 | 1 | -410/+3 |
| | | | | | generated from the header files (with some hand-holding :-). | ||||
| * | Some layout changes; added EventRecord Get/Build functions (as a tuple). | Guido van Rossum | 1995-01-25 | 2 | -20/+119 |
| | | |||||
| * | ported CW5 changes back to Think | Guido van Rossum | 1995-01-22 | 1 | -0/+1 |
| | | |||||
| * | fixed comment | Guido van Rossum | 1995-01-22 | 1 | -1/+1 |
| | | |||||
| * | Got rid of {Get,Set}FileType in favor of {Get,Set}CreatorAndType -- | Guido van Rossum | 1995-01-22 | 1 | -37/+19 |
| | | | | | | | | | | | | the former had their arguments reversed compared to all Apple's routines (e.g. FSpOpenResFile()). Also fixed the SoundMgr UserRoutine (Jack fixed it but put the fix between #ifdef __MWERKS__ ... #endif :-( ). NB eventually this module should disappear in favor of separate modules per manager (e.g. Resources, Sound, Files, ...). | ||||
