| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't promise mac-japanese encoding as we don't have a codec for it. | unknown | 2001-07-04 | 1 | -1/+4 |
|
|
* | Moved PyMac_GetFullPath from macgetargv.c to macglue.c. It should | Jack Jansen | 2001-05-19 | 1 | -0/+60 |
|
|
* | Merged mactoolboxglue.c into macglue.c. A later step will be to separate out | Jack Jansen | 2001-05-19 | 1 | -0/+106 |
|
|
* | Got the first MacPython module working under MacOSX/MachO (gestalt). Main cha... | Jack Jansen | 2001-05-12 | 1 | -51/+41 |
|
|
* | Be more sensible about when to use TARGET_API_MAC_OS8 in stead of !TARGET_API... | Jack Jansen | 2001-05-12 | 1 | -11/+11 |
|
|
* | - Raise console window on input. Fixes Carbon hang. | Jack Jansen | 2001-04-25 | 1 | -3/+19 |
|
|
* | More changes to attempt to get the menubar back on exit. Without success:-( | Jack Jansen | 2001-02-17 | 1 | -2/+10 |
|
|
* | Bit the bullet and added a private GUSISIOUX for Python. This makes the delay... | Jack Jansen | 2001-02-11 | 1 | -0/+19 |
|
|
* | On MacOSX StackSpace() may lie because it doesn't know about the stack rlimit... | Jack Jansen | 2001-02-02 | 1 | -2/+19 |
|
|
* | Fixed Carbon command-dot handling. There is still a problem, though, and you ... | Jack Jansen | 2001-01-12 | 1 | -2/+2 |
|
|
* | Disabled a few other routines that are available in CarbonLib. | Jack Jansen | 2001-01-11 | 1 | -2/+4 |
|
|
* | Don't need to define c2pstrcpy() on Carbon: it's in CarbonLib. | Jack Jansen | 2001-01-09 | 1 | -0/+2 |
|
|
* | Added a c2pstrcpy() function. | Jack Jansen | 2000-12-12 | 1 | -0/+11 |
|
|
* | PyOS_CheckStack now understands multiple threads. Other threads are not stack... | Jack Jansen | 2000-09-08 | 1 | -2/+14 |
|
|
* | Cheaper implementation of PyOS_CheckStack: only call StackSpace once and keep... | Jack Jansen | 2000-08-25 | 1 | -3/+6 |
|
|
* | Added PyMac_getscript() which returns the pythonic name of the current script... | Jack Jansen | 2000-07-24 | 1 | -0/+34 |
|
|
* | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 1 | -6/+6 |
|
|
* | PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython. | Jack Jansen | 2000-07-14 | 1 | -5/+2 |
|
|
* | ANSIfication step 2: make sure all needed prototypes are available, and all n... | Jack Jansen | 2000-07-11 | 1 | -10/+18 |
|
|
* | ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO. | Jack Jansen | 2000-07-11 | 1 | -3/+3 |
|
|
* | Removed THINK_C support. | Jack Jansen | 2000-06-04 | 1 | -3/+0 |
|
|
* | Removed (within an #ifdef) Carbon-incompatabilities: | Jack Jansen | 2000-06-02 | 1 | -0/+25 |
|
|
* | Started on GUSI2 and threading support. | Jack Jansen | 2000-04-07 | 1 | -7/+10 |
|
|
* | If there's an error in an fsspec argument raise MacOS.Error, not ValueError. | Jack Jansen | 2000-01-24 | 1 | -1/+1 |
|
|
* | Added PyMac_BuildOptStr255, which returns None on a null pointer. | Jack Jansen | 1999-12-17 | 1 | -0/+14 |
|
|
* | Oops, PLstring funcs should be "pascal". Funny this never caused problems bef... | Jack Jansen | 1999-12-12 | 1 | -3/+9 |
|
|
* | First bits and pieces of appearance support: an init routine, a global flag P... | Jack Jansen | 1999-12-07 | 1 | -0/+5 |
|
|
* | New about box, with the version mesage filled in in a text item, and | Jack Jansen | 1998-07-31 | 1 | -13/+14 |
|
|
* | All import-related code has moved to macimport.c. | Jack Jansen | 1998-07-13 | 1 | -224/+0 |
|
|
* | Print message when we load a PYC resource, if verbose import flag is on. | Jack Jansen | 1998-06-26 | 1 | -0/+3 |
|
|
* | Incorrect argument for PyMacBuildwide() | Jack Jansen | 1998-04-23 | 1 | -5/+5 |
|
|
* | Added PyMac_{Get,Build}wide. These should support python longints at | Jack Jansen | 1998-04-21 | 1 | -0/+23 |
|
|
* | - Universal Headers 3 mods | Jack Jansen | 1998-02-20 | 1 | -2/+4 |
|
|
* | Bug fix for fast module location | Jack Jansen | 1997-10-08 | 1 | -1/+1 |
|
|
* | Fixed for new "import dir.module" semantics. Needs accompanying fix in | Jack Jansen | 1997-10-07 | 1 | -0/+9 |
|
|
* | Handle systemclicks ourselves, in stead of passing them to Sioux. This | Jack Jansen | 1997-08-26 | 1 | -10/+15 |
|
|
* | Added (dummy) PyOS_FiniInterrupts | Jack Jansen | 1997-08-08 | 1 | -0/+5 |
|
|
* | Added PyMac_SetEventHandler which allows you to replace complete event | Jack Jansen | 1997-06-20 | 1 | -43/+71 |
|
|
* | Make imports faster on the Mac, by | Jack Jansen | 1997-06-12 | 1 | -7/+104 |
|
|
* | - Restore SIOUX menubar just before exiting, if the console window is kept | Jack Jansen | 1997-06-12 | 1 | -21/+25 |
|
|
* | Removed old scheduler parameterizing calls and replaced with something | Jack Jansen | 1997-06-03 | 1 | -100/+116 |
|
|
* | - Added Py_GetProgramFullPath | Jack Jansen | 1997-05-23 | 1 | -1/+51 |
|
|
* | Changed the few old routine names still used to the new ones | Jack Jansen | 1997-04-08 | 1 | -2/+2 |
|
|
* | - Changed GestaltEqu.h to Gestalt.h | Jack Jansen | 1997-02-24 | 1 | -1/+0 |
|
|
* | Only go into eventloop/interrupt check 10 times per second | Jack Jansen | 1997-02-20 | 1 | -0/+9 |
|
|
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 1 | -1/+1 |
|
|
* | When loading a PYC resource check whether the filename is the | Jack Jansen | 1996-11-09 | 1 | -21/+45 |
|
|
* | About boxes should be at 20% of screen height, not halfway | Jack Jansen | 1996-09-23 | 1 | -1/+1 |
|
|
* | Changed default background yield time to 1 tick | Jack Jansen | 1996-09-22 | 1 | -1/+14 |
|
|
* | - Put all options in a struct | Jack Jansen | 1996-09-07 | 1 | -2/+4 |
|
|