summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macglue.c
Commit message (Expand)AuthorAgeFilesLines
* New about box, with the version mesage filled in in a text item, andJack Jansen1998-07-311-13/+14
* All import-related code has moved to macimport.c.Jack Jansen1998-07-131-224/+0
* Print message when we load a PYC resource, if verbose import flag is on.Jack Jansen1998-06-261-0/+3
* Incorrect argument for PyMacBuildwide()Jack Jansen1998-04-231-5/+5
* Added PyMac_{Get,Build}wide. These should support python longints atJack Jansen1998-04-211-0/+23
* - Universal Headers 3 modsJack Jansen1998-02-201-2/+4
* Bug fix for fast module locationJack Jansen1997-10-081-1/+1
* Fixed for new "import dir.module" semantics. Needs accompanying fix inJack Jansen1997-10-071-0/+9
* Handle systemclicks ourselves, in stead of passing them to Sioux. ThisJack Jansen1997-08-261-10/+15
* Added (dummy) PyOS_FiniInterruptsJack Jansen1997-08-081-0/+5
* Added PyMac_SetEventHandler which allows you to replace complete eventJack Jansen1997-06-201-43/+71
* Make imports faster on the Mac, byJack Jansen1997-06-121-7/+104
* - Restore SIOUX menubar just before exiting, if the console window is keptJack Jansen1997-06-121-21/+25
* Removed old scheduler parameterizing calls and replaced with somethingJack Jansen1997-06-031-100/+116
* - Added Py_GetProgramFullPathJack Jansen1997-05-231-1/+51
* Changed the few old routine names still used to the new onesJack Jansen1997-04-081-2/+2
* - Changed GestaltEqu.h to Gestalt.hJack Jansen1997-02-241-1/+0
* Only go into eventloop/interrupt check 10 times per secondJack Jansen1997-02-201-0/+9
* Added/updated copyright noticesJack Jansen1997-01-311-1/+1
* When loading a PYC resource check whether the filename is theJack Jansen1996-11-091-21/+45
* About boxes should be at 20% of screen height, not halfwayJack Jansen1996-09-231-1/+1
* Changed default background yield time to 1 tickJack Jansen1996-09-221-1/+14
* - Put all options in a structJack Jansen1996-09-071-2/+4
* Python about box implemented. Slightly convoluted, since (a) we haveJack Jansen1996-09-061-0/+32
* Removed unused varsJack Jansen1996-09-051-2/+0
* - Fixed PyMac_DoYield:Jack Jansen1996-09-041-11/+61
* Fixed command-. handlingJack Jansen1996-08-191-2/+15
* Guido:Jack Jansen1996-08-191-14/+5
* Dummy SpinCursor() if __CFM68K__ is definedJack Jansen1996-08-191-0/+10
* - Minimum stacksize is now 8K for PPC, 4K for 68KJack Jansen1996-08-011-7/+20
* Added PyOS_CheckStack() function which returns -1 when we are runningJack Jansen1996-07-221-0/+14
* PyMac_GetFixed() didn't return 1 on successJack Jansen1996-05-311-0/+1
* Don't change Standard File folder on chdir().Jack Jansen1996-03-251-0/+2
* Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd()Jack Jansen1996-03-061-15/+30
* Added code to make fsspecs work for gusi-pythonJack Jansen1996-03-051-0/+16
* Added converters for FixedJack Jansen1995-11-151-0/+23
* Cosmetic change to event handling.Jack Jansen1995-11-101-3/+11
* Removed unused variablesJack Jansen1995-08-311-2/+2
* Lots of stuff moved to other files.Jack Jansen1995-08-141-381/+55
* Better error messages wrt missing resources and preferencesJack Jansen1995-08-071-3/+4
* Added code so you canset "command line options" if youJack Jansen1995-07-291-1/+61
* Initial port to CodeWarrior CFM68K support (mainly by disablingJack Jansen1995-06-271-0/+4
* Added code to obtain sys.path from a resourceJack Jansen1995-06-181-0/+97
* - The prefs file wasn't updated correctly if it already existed.Jack Jansen1995-04-241-5/+10
* Under MW also be more conservative about events to requestJack Jansen1995-02-271-11/+6
* return old value of PyMac_DoYieldEnabled; -1 means do not even check for inte...Guido van Rossum1995-02-261-1/+9
* MAde a few things more orthogonal and did some cleanups:Jack Jansen1995-02-241-24/+32
* ported to MPW, moved main() hereGuido van Rossum1995-02-201-15/+31
* - Added PyMac_GetDirectory call which asks the user to select aJack Jansen1995-02-201-20/+79
* use PyMac_GetArgv (in macgetargv.c) for applet initsGuido van Rossum1995-02-191-17/+8