summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macglue.c
Commit message (Expand)AuthorAgeFilesLines
...
* added applet initialization;Guido van Rossum1995-02-181-12/+74
* Added support for loading pyc code from a resource.Jack Jansen1995-02-151-0/+115
* ported to Think CGuido van Rossum1995-02-141-1/+2
* Changed PyMac_GetPythonDir to use a preferences file to store theJack Jansen1995-02-131-4/+46
* null-terminate the error string in macstrerrorGuido van Rossum1995-02-131-0/+1
* Added PyMac_GetPythonDir routine which obtains python home directoryJack Jansen1995-02-131-0/+75
* Added HandleEvent method to macos, so python programs can hand backJack Jansen1995-02-021-12/+23
* added <OSEvents.h> for Think CGuido van Rossum1995-01-301-0/+3
* - Moved interrupt code to macglue.cJack Jansen1995-01-271-21/+131
* reverse h/v in Point and RectGuido van Rossum1995-01-261-10/+12
* Added eventhandling in mainloop/busywait routine plus leaving someJack Jansen1995-01-261-18/+119
* Some layout changes; added EventRecord Get/Build functions (as a tuple).Guido van Rossum1995-01-251-11/+96
* cosmetics: copyright, commentsGuido van Rossum1995-01-221-15/+33
* renamed Get routines to PyMac_Get; added macfs to config.cGuido van Rossum1995-01-211-6/+7
* modernized/rationalized, added PyMac_BuildOSTypeGuido van Rossum1995-01-181-4/+13
* - Moved some useful routines from macosmodule.c hereJack Jansen1995-01-181-5/+93
* rename2 changesGuido van Rossum1995-01-121-1/+1
* New routines:Jack Jansen1994-12-141-0/+86