Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Added PyMac_GetDirectory call which asks the user to select a | Jack Jansen | 1995-02-20 | 2 | -20/+81 |
* | Always set type to APPL | Jack Jansen | 1995-02-20 | 1 | -4/+3 |
* | Minor bug fix | Jack Jansen | 1995-02-20 | 1 | -1/+1 |
* | Added GetDirectory() method | Jack Jansen | 1995-02-20 | 1 | -1/+16 |
* | ported back to Think C | Guido van Rossum | 1995-02-19 | 3 | -3/+10 |
* | another round... ported to __SC__ | Guido van Rossum | 1995-02-19 | 13 | -207/+155 |
* | use PyMac_GetArgv (in macgetargv.c) for applet inits | Guido van Rossum | 1995-02-19 | 1 | -17/+8 |
* | get argc/argv from AppleEvents | Guido van Rossum | 1995-02-19 | 1 | -0/+325 |
* | added copyright header | Guido van Rossum | 1995-02-19 | 1 | -0/+24 |
* | explicitly init flags in methodlist | Guido van Rossum | 1995-02-19 | 1 | -1/+1 |
* | hacks for atoi/strtod in __SC__ | Guido van Rossum | 1995-02-19 | 1 | -0/+5 |
* | accept file arguments and loop over files | Guido van Rossum | 1995-02-19 | 1 | -10/+33 |
* | The Makefile | Guido van Rossum | 1995-02-19 | 1 | -20/+36 |
* | fancier version copies template file | Guido van Rossum | 1995-02-18 | 1 | -34/+111 |
* | newer stuff | Guido van Rossum | 1995-02-18 | 2 | -1/+490 |
* | asdded applet info | Guido van Rossum | 1995-02-18 | 1 | -18/+76 |
* | different MPW notes | Guido van Rossum | 1995-02-18 | 2 | -70/+24 |
* | cfm 68k support | Guido van Rossum | 1995-02-18 | 1 | -0/+4 |
* | added applet initialization; | Guido van Rossum | 1995-02-18 | 1 | -12/+74 |
* | macstrerror -> MacOS-StrError; added applet and cfm-68k support | Guido van Rossum | 1995-02-18 | 1 | -7/+13 |
* | added imp; forget ctb and math for __SC__ (for now) | Guido van Rossum | 1995-02-18 | 1 | -5/+11 |
* | put #undefs insize comments; rationalize MPW support | Guido van Rossum | 1995-02-18 | 1 | -88/+89 |
* | moved most of it to macglue.c | Guido van Rossum | 1995-02-18 | 1 | -67/+6 |
* | 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 |
* | 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 |
* | Startup code for applications using the python shared | Jack Jansen | 1995-02-13 | 1 | -0/+29 |
* | Glue for the python shared library: an init routine that remembers | Jack Jansen | 1995-02-13 | 1 | -0/+65 |
* | 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 |
* | Various changes wrt shared-library python: | Jack Jansen | 1995-02-13 | 1 | -7/+39 |
* | Added PyMac_GetPythonDir routine which obtains python home directory | Jack Jansen | 1995-02-13 | 2 | -0/+77 |
* | 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 |