summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macglue.c
Commit message (Expand)AuthorAgeFilesLines
* More changes to attempt to get the menubar back on exit. Without success:-(Jack Jansen2001-02-171-2/+10
* Bit the bullet and added a private GUSISIOUX for Python. This makes the delay...Jack Jansen2001-02-111-0/+19
* On MacOSX StackSpace() may lie because it doesn't know about the stack rlimit...Jack Jansen2001-02-021-2/+19
* Fixed Carbon command-dot handling. There is still a problem, though, and you ...Jack Jansen2001-01-121-2/+2
* Disabled a few other routines that are available in CarbonLib.Jack Jansen2001-01-111-2/+4
* Don't need to define c2pstrcpy() on Carbon: it's in CarbonLib.Jack Jansen2001-01-091-0/+2
* Added a c2pstrcpy() function.Jack Jansen2000-12-121-0/+11
* PyOS_CheckStack now understands multiple threads. Other threads are not stack...Jack Jansen2000-09-081-2/+14
* Cheaper implementation of PyOS_CheckStack: only call StackSpace once and keep...Jack Jansen2000-08-251-3/+6
* Added PyMac_getscript() which returns the pythonic name of the current script...Jack Jansen2000-07-241-0/+34
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-141-6/+6
* PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython.Jack Jansen2000-07-141-5/+2
* ANSIfication step 2: make sure all needed prototypes are available, and all n...Jack Jansen2000-07-111-10/+18
* ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO.Jack Jansen2000-07-111-3/+3
* Removed THINK_C support.Jack Jansen2000-06-041-3/+0
* Removed (within an #ifdef) Carbon-incompatabilities:Jack Jansen2000-06-021-0/+25
* Started on GUSI2 and threading support.Jack Jansen2000-04-071-7/+10
* If there's an error in an fsspec argument raise MacOS.Error, not ValueError.Jack Jansen2000-01-241-1/+1
* Added PyMac_BuildOptStr255, which returns None on a null pointer.Jack Jansen1999-12-171-0/+14
* Oops, PLstring funcs should be "pascal". Funny this never caused problems bef...Jack Jansen1999-12-121-3/+9
* First bits and pieces of appearance support: an init routine, a global flag P...Jack Jansen1999-12-071-0/+5
* 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