| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -643/+0 |
|
|
* | SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core | Raymond Hettinger | 2004-11-05 | 1 | -3/+56 |
|
|
* | CGMainDisplayID() doesn't exist on 10.1, so don't try to call it when | Jack Jansen | 2004-06-02 | 1 | -0/+7 |
|
|
* | Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. | Jack Jansen | 2003-11-20 | 1 | -2/+1 |
|
|
* | Getting rid of code conditional on TARGET_API_MAC_*. | Jack Jansen | 2003-11-19 | 1 | -185/+1 |
|
|
* | WITHOUT_FRAMEWORKS conditional code bites the dust: this was for | Jack Jansen | 2003-11-19 | 1 | -8/+0 |
|
|
* | Getting rid of support for the ancient Apple MPW compiler. | Jack Jansen | 2003-11-19 | 1 | -5/+0 |
|
|
* | GetCreatorAndType and SetCreatorAndType have been undeprecated. Spotted by | Jack Jansen | 2003-03-19 | 1 | -2/+2 |
|
|
* | Added a linkmodel attribute, showing how Python was built. This is so | Jack Jansen | 2003-02-23 | 1 | -0/+13 |
|
|
* | Added a method WMAvailable(). This will return True if and only if there | Jack Jansen | 2003-02-21 | 1 | -0/+43 |
|
|
* | - Various tweaks to shut up compiler warnings. | Jack Jansen | 2002-12-23 | 1 | -1/+1 |
|
|
* | Getting rid of pre-Carbon (MacOS8) support. All code depending on | Jack Jansen | 2002-12-12 | 1 | -48/+0 |
|
|
* | staticforward bites the dust. | Jeremy Hylton | 2002-07-17 | 1 | -1/+1 |
|
|
* | Replaced lots of PyMem_DEL() calls with PyObject_DEL(). | Jack Jansen | 2002-05-22 | 1 | -1/+1 |
|
|
* | Got rid of obsolete appearance flag. | Jack Jansen | 2002-04-11 | 1 | -5/+0 |
|
|
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -1/+1 |
|
|
* | Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' | Jack Jansen | 2001-09-10 | 1 | -4/+8 |
|
|
* | - Don't return mac-style pathnames in unix-Python. | Jack Jansen | 2001-08-08 | 1 | -38/+24 |
|
|
* | Ifdeffed a few more sections. All functionality that is relevant on MacOSX | Jack Jansen | 2001-05-19 | 1 | -4/+13 |
|
|
* | Include Carbon/Carbon.h in stead of universal headers, if appropriate. | Jack Jansen | 2001-05-19 | 1 | -1/+5 |
|
|
* | Be more sensible about when to use TARGET_API_MAC_OS8 in stead of !TARGET_API... | Jack Jansen | 2001-05-12 | 1 | -4/+7 |
|
|
* | Added an attribute runtimemodel, which is either "ppc" or "carbon" and is the... | Jack Jansen | 2001-01-23 | 1 | -0/+9 |
|
|
* | Added PyMac_OutputSeen(), which acknowledges all current output in the stdio ... | Jack Jansen | 2000-10-19 | 1 | -0/+13 |
|
|
* | Added a method KeepConsole so programs can override the Keep console open opt... | Jack Jansen | 2000-10-12 | 1 | -0/+16 |
|
|
* | Got rid of Py_FatalError calls. | Jack Jansen | 2000-09-08 | 1 | -4/+4 |
|
|
* | Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. | Jack Jansen | 2000-07-14 | 1 | -2/+2 |
|
|
* | Removed USE_STDWIN support. | Jack Jansen | 2000-06-04 | 1 | -58/+0 |
|
|
* | Made the core toolbox modules carbon-compatible using the new greylist featur... | Jack Jansen | 2000-06-02 | 1 | -9/+17 |
|
|
* | Added FreeMem, MaxBlock and CompactMem calls. The values returned by these ar... | Jack Jansen | 2000-02-21 | 1 | -0/+43 |
|
|
* | First bits and pieces of appearance support: an init routine, a global flag P... | Jack Jansen | 1999-12-07 | 1 | -0/+3 |
|
|
* | Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. | Jack Jansen | 1998-10-12 | 1 | -1/+1 |
|
|
* | The init routine for MacOS had a non-standard name. Changed to | Jack Jansen | 1998-07-01 | 1 | -1/+1 |
|
|
* | Fixed double-dispose of splash() dialog | Jack Jansen | 1998-02-20 | 1 | -0/+2 |
|
|
* | Export type objects to Python | Jack Jansen | 1997-09-20 | 1 | -1/+5 |
|
|
* | Added SysBeep | Jack Jansen | 1997-09-08 | 1 | -7/+22 |
|
|
* | Added GetTicks() here, so profiling can use a decent timer | Jack Jansen | 1997-09-01 | 1 | -0/+9 |
|
|
* | added SetEventHandler | Jack Jansen | 1997-06-20 | 1 | -12/+25 |
|
|
* | Removed SetScheduleTimes | Jack Jansen | 1997-06-03 | 1 | -26/+66 |
|
|
* | Don't free the MacOS_Splash() dialog twice... | Jack Jansen | 1997-05-13 | 1 | -2/+4 |
|
|
* | - Changed the m# format for PyArg_ParseTuple back to s# | Jack Jansen | 1997-05-07 | 1 | -1/+1 |
|
|
* | Added an attribute string_id_to_buffer, which gives the offset you | Jack Jansen | 1997-04-03 | 1 | -0/+12 |
|
|
* | - Changed GestaltEqu.h to Gestalt.h | Jack Jansen | 1997-02-24 | 1 | -1/+1 |
|
|
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 1 | -1/+1 |
|
|
* | Got rid of nfullpath() | Jack Jansen | 1996-11-09 | 1 | -1/+1 |
|
|
* | removed unused var | Jack Jansen | 1996-10-23 | 1 | -1/+0 |
|
|
* | Added DebugStr method to drop into low-level debugger | Jack Jansen | 1996-09-30 | 1 | -0/+16 |
|
|
* | Added dialog-centering code to splash() | Jack Jansen | 1996-09-23 | 1 | -1/+16 |
|
|
* | Fixed macos.splash to actually *draw* the splash box:-) | Jack Jansen | 1996-09-15 | 1 | -3/+7 |
|
|
* | Added splash method (to quickly display splash screen without first | Jack Jansen | 1996-05-20 | 1 | -0/+20 |
|
|
* | Removed unused vars | Jack Jansen | 1996-03-05 | 1 | -3/+0 |
|
|