- 5159f1d Got rid of ifdefs for long-obsolete GUSI versions and other lurkers. by Jack Jansen · 23 years ago
- 28f1401 We have strdup(), but not its prototype:-( by Jack Jansen · 23 years ago
- b58f1c0 Added declarations for PyMac_SetConsoleHandler, PyMan_DUmmyReadHandler by Jack Jansen · 23 years ago
- 697842f Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' by Jack Jansen · 23 years ago
- fabd00f Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. by Jack Jansen · 23 years ago
- 94bebc0 Split macglue.c into two: a new mactoolboxglue.c (in ./Python) by Jack Jansen · 23 years ago
- 4e566ab Implemented minimal FSRef support, plus conversion between FSRefs, FSSpecs and pathnames where applicable. by Jack Jansen · 24 years ago
- 0194ad5 Got the first MacPython module working under MacOSX/MachO (gestalt). Main changes by Jack Jansen · 24 years ago
- 6e68a7e Be more sensible about when to use TARGET_API_MAC_OS8 in stead of !TARGET_API_MAC_CARBON. This should greatly facilitate porting stuff to OSX in its MachO/BSD incarnation. by Jack Jansen · 24 years ago
- b4b27be - Raise console window on input. Fixes Carbon hang. by Jack Jansen · 24 years ago
- 8a38714 Bit the bullet and added a private GUSISIOUX for Python. This makes the delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this. by Jack Jansen · 24 years ago
- 8413b47 Added PyMac_OutputSeen(), which acknowledges all current output in the stdio window, i.e. it acts like input has been read insofar as the keep-console-open option is interested. by Jack Jansen · 24 years ago
- 5660639 Moved PyOS_StackCheck prototype to pythonrun.h by Jack Jansen · 24 years ago
- 5bdbabd Added more prototypes. by Jack Jansen · 24 years ago
- a44923f Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define. by Jack Jansen · 25 years ago
- 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 25 years ago
- bb7e213 PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython. by Jack Jansen · 25 years ago
- e17fd2a Got rid of __SC__ ifdefs. by Jack Jansen · 25 years ago
- 9ae898b ANSIfication step 2: make sure all needed prototypes are available, and all needed by Jack Jansen · 25 years ago
- d88296d ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO. by Jack Jansen · 25 years ago
- fe38d29 PyMac_FindModuleExtension now uses a size_t as its size parameter for compatibility. by Jack Jansen · 25 years ago
- ee08104 Made the GUSI options work again with GUSI 2. by Jack Jansen · 25 years ago
- 2d1306b Started on GUSI2 and threading support. by Jack Jansen · 25 years ago
- b734ade Added PyMac_BuildOptStr255, which returns None on a null pointer. by Jack Jansen · 25 years ago
- 8f5725a First bits and pieces of appearance support: an init routine, a global flag PyMac_AppearanceCompliant (exported thru MacOS). If USE_APPEARANCE by Jack Jansen · 25 years ago
- c7fda7e Make macglue.h C++ compatible. by Jack Jansen · 25 years ago
- f22e67d Added prototypes for the code resource routines, and for Pstring by Jack Jansen · 27 years ago
- bbf4be2 Incorrect argument for PyMacBuildwide() by Jack Jansen · 27 years ago
- 0dca752 Add (temporary) PyMac_{Build,Get}wide by Jack Jansen · 27 years ago
- c84cb95 Added declarations for mac{set,get}filetype by Jack Jansen · 27 years ago
- 50ea919 Mods for user mainloop event handling by Jack Jansen · 28 years ago
- eda7863 Make imports faster on the Mac, by by Jack Jansen · 28 years ago
- 0130f0f Added prototype for PyMac_RestoreMenuBar by Jack Jansen · 28 years ago
- 4a79a4b Removed SetScheduleTimes and PyMac_DoYieldEnabled by Jack Jansen · 28 years ago
- 570e4b7 Added PyMac_StopGUSISpin by Jack Jansen · 28 years ago
- 42218ce Added/updated copyright notices by Jack Jansen · 28 years ago
- 52ac037 Added PyMac_Initialize() routine, to be used by embedding programs (in by Jack Jansen · 28 years ago
- 6c11f74 Added PyMac_GetFullPath(), PyMac_ApplicationPath and PyMac_ApplicationFSSpec by Jack Jansen · 28 years ago
- 3d22887 macglue: added PyMac_AppRefNum by Jack Jansen · 28 years ago
- 3469e99 Python about box implemented. Slightly convoluted, since (a) we have by Jack Jansen · 28 years ago
- f6865f7 - Fixed PyMac_DoYield: by Jack Jansen · 28 years ago
- 7046366 PyMac_BuildNumVersion added by Jack Jansen · 28 years ago
- 378815c Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() by Jack Jansen · 29 years ago
- fa4d5d0 Added converters for Fixed by Jack Jansen · 29 years ago
- 32486f5 Added PyMac_PromptGetFile, removed stuff gone to other sources. by Jack Jansen · 29 years ago
- f74f63a Initial port to CodeWarrior CFM68K support (mainly by disabling by Jack Jansen · 30 years ago
- 3ec804a - Added PyMac_GetDirectory call which asks the user to select a by Jack Jansen · 30 years ago
- f71a9a9 macstrerror -> MacOS-StrError; added applet and cfm-68k support by Guido van Rossum · 30 years ago
- 74162f3 Added support for loading pyc code from a resource. by Jack Jansen · 30 years ago
- becdbec ported to Think C by Guido van Rossum · 30 years ago
- 8cd2b72 Added PyMac_GetPythonDir routine which obtains python home directory by Jack Jansen · 30 years ago
- a76382a Added HandleEvent method to macos, so python programs can hand back by Jack Jansen · 30 years ago
- ee23d6e - Moved interrupt code to macglue.c by Jack Jansen · 30 years ago
- fdbc79e Prototypes for new routines. by Jack Jansen · 30 years ago
- cf27c2d Some layout changes; added EventRecord Get/Build functions (as a tuple). by Guido van Rossum · 30 years ago
- b340466 cosmetics: copyright, comments by Guido van Rossum · 30 years ago
- 9aa3d13 renamed Get routines to PyMac_Get; added macfs to config.c by Guido van Rossum · 30 years ago
- 8f69179 modernized/rationalized, added PyMac_BuildOSType by Guido van Rossum · 30 years ago
- 5f65309 - Moved some useful routines from macosmodule.c here by Jack Jansen · 30 years ago
- fffb8bb rename2 changes by Guido van Rossum · 30 years ago
- f93c72a New routines: by Jack Jansen · 30 years ago