summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* more support for different kinds of objectsGuido van Rossum1995-02-052-177/+550
* more think/mw changesGuido van Rossum1995-02-052-12/+71
* added Resource(), to create new resources from PythonGuido van Rossum1995-02-052-0/+29
* get rid of obsolete low-level routinesGuido van Rossum1995-02-051-54/+8
* Added stuff so CodeWarrior isn't so verbose about its stdio windowsJack Jansen1995-02-021-0/+9
* Added HandleEvent method to macos, so python programs can hand backJack Jansen1995-02-023-13/+39
* Added [GS]etCreatorType methods to FSSpec objectsJack Jansen1995-02-021-0/+49
* Committed a more or less working version.Guido van Rossum1995-01-3056-0/+12110
* added <OSEvents.h> for Think CGuido van Rossum1995-01-301-0/+3
* fixed StandardGetFile argument handlingGuido van Rossum1995-01-301-11/+4
* - Moved interrupt code to macglue.cJack Jansen1995-01-273-21/+148
* reverse h/v in Point and RectGuido van Rossum1995-01-261-10/+12
* added (method) casts and 1995 copyrightGuido van Rossum1995-01-261-9/+12
* Prototypes for new routines.Jack Jansen1995-01-261-0/+3
* Added eventhandling in mainloop/busywait routine plus leaving someJack Jansen1995-01-262-18/+142
* CodeWarrior 5 has more unixisms (open/close/read/write)Jack Jansen1995-01-261-10/+13
* Complete rewrite.Jack Jansen1995-01-261-49/+349
* split PATH over multiple lines for clarity;Guido van Rossum1995-01-251-1/+20
* Got rid of the Resource and Sound interfaces, in favor of the onesGuido van Rossum1995-01-251-410/+3
* Some layout changes; added EventRecord Get/Build functions (as a tuple).Guido van Rossum1995-01-252-20/+119
* ported CW5 changes back to ThinkGuido van Rossum1995-01-221-0/+1
* fixed commentGuido van Rossum1995-01-221-1/+1
* Got rid of {Get,Set}FileType in favor of {Get,Set}CreatorAndType --Guido van Rossum1995-01-221-37/+19
* added printf -- hack for Think C to init stdwin and stdioGuido van Rossum1995-01-221-0/+16
* added Res moduleGuido van Rossum1995-01-221-0/+2
* cosmetics: copyright, commentsGuido van Rossum1995-01-222-19/+66
* Make malloc stats routine available under MetroWerksJack Jansen1995-01-221-0/+4
* Ported to CW5/new universal headersJack Jansen1995-01-221-2/+2
* Removed imgformat referenceJack Jansen1995-01-221-1/+0
* Ported to CW5 (or to new Universal Headers, actually)Jack Jansen1995-01-222-3/+11
* - Ported to CW5 (which has more unixisms)Jack Jansen1995-01-221-0/+123
* The last missing file of the mwerks port (this is the 'prefix' file)Jack Jansen1995-01-221-0/+2
* reallocing large blocks now doesn't copy if not neededJack Jansen1995-01-221-1/+14
* renamed Get routines to PyMac_Get; added macfs to config.cGuido van Rossum1995-01-215-20/+17
* Yet another Pstring()Jack Jansen1995-01-191-1/+1
* Fixed listen()/getsockname() bugJack Jansen1995-01-191-7/+3
* ported to THINK C (not tested yet)Guido van Rossum1995-01-193-6/+7