summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* - Added PyMac_GetDirectory call which asks the user to select aJack Jansen1995-02-202-20/+81
* Always set type to APPLJack Jansen1995-02-201-4/+3
* Minor bug fixJack Jansen1995-02-201-1/+1
* Added GetDirectory() methodJack Jansen1995-02-201-1/+16
* ported back to Think CGuido van Rossum1995-02-193-3/+10
* another round... ported to __SC__Guido van Rossum1995-02-1913-207/+155
* use PyMac_GetArgv (in macgetargv.c) for applet initsGuido van Rossum1995-02-191-17/+8
* get argc/argv from AppleEventsGuido van Rossum1995-02-191-0/+325
* added copyright headerGuido van Rossum1995-02-191-0/+24
* explicitly init flags in methodlistGuido van Rossum1995-02-191-1/+1
* hacks for atoi/strtod in __SC__Guido van Rossum1995-02-191-0/+5
* accept file arguments and loop over filesGuido van Rossum1995-02-191-10/+33
* The MakefileGuido van Rossum1995-02-191-20/+36
* fancier version copies template fileGuido van Rossum1995-02-181-34/+111
* newer stuffGuido van Rossum1995-02-182-1/+490
* asdded applet infoGuido van Rossum1995-02-181-18/+76
* different MPW notesGuido van Rossum1995-02-182-70/+24
* cfm 68k supportGuido van Rossum1995-02-181-0/+4
* added applet initialization;Guido van Rossum1995-02-181-12/+74
* macstrerror -> MacOS-StrError; added applet and cfm-68k supportGuido van Rossum1995-02-181-7/+13
* added imp; forget ctb and math for __SC__ (for now)Guido van Rossum1995-02-181-5/+11
* put #undefs insize comments; rationalize MPW supportGuido van Rossum1995-02-181-88/+89
* moved most of it to macglue.cGuido van Rossum1995-02-181-67/+6
* new Makefile and everythingGuido van Rossum1995-02-171-81/+38
* completely redoneGuido van Rossum1995-02-172-0/+92
* main program for appletsGuido van Rossum1995-02-171-0/+96
* add casts for __SC__Guido van Rossum1995-02-171-2/+2
* add __SC__ ifdefGuido van Rossum1995-02-171-1/+1
* Added support for loading pyc code from a resource.Jack Jansen1995-02-152-0/+118
* different #ifdefsGuido van Rossum1995-02-142-8/+6
* completed aete decoded now that I have the docsGuido van Rossum1995-02-141-64/+137
* ported to Think CGuido van Rossum1995-02-144-1/+26
* Some of Guido's bgen modules aren't think-only anymoreJack Jansen1995-02-131-0/+3
* Changed PyMac_GetPythonDir to use a preferences file to store theJack Jansen1995-02-131-4/+46
* Open library resource file read-onlyJack Jansen1995-02-131-1/+1
* malloc debug only on ppcGuido van Rossum1995-02-131-1/+1
* remove unused varsGuido van Rossum1995-02-131-2/+1
* null-terminate the error string in macstrerrorGuido van Rossum1995-02-131-0/+1
* added QuickDrawGuido van Rossum1995-02-131-2/+2
* adapted to 1.2Guido van Rossum1995-02-132-38/+78
* Added RawFSSpec and RawAlias methods which turn their string argumentsJack Jansen1995-02-131-0/+53
* Startup code for applications using the python sharedJack Jansen1995-02-131-0/+29
* Glue for the python shared library: an init routine that remembersJack Jansen1995-02-131-0/+65
* Mwerks header files for shared python and the applet templateJack Jansen1995-02-132-0/+7
* Use PyMac_GetPythonDir() to obtain python homedirJack Jansen1995-02-131-5/+4
* Various changes wrt shared-library python:Jack Jansen1995-02-131-7/+39
* Added PyMac_GetPythonDir routine which obtains python home directoryJack Jansen1995-02-132-0/+77
* Added getfiletype routineJack Jansen1995-02-131-0/+13
* stuff by jack to create a set of Estr resourcesGuido van Rossum1995-02-052-0/+654
* manually defined Resource() functionGuido van Rossum1995-02-051-0/+25