1. 0194ad5 Got the first MacPython module working under MacOSX/MachO (gestalt). Main changes by Jack Jansen · 23 years ago
  2. 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 · 23 years ago
  3. b4b27be - Raise console window on input. Fixes Carbon hang. by Jack Jansen · 23 years ago
  4. 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
  5. 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
  6. 5660639 Moved PyOS_StackCheck prototype to pythonrun.h by Jack Jansen · 24 years ago
  7. 5bdbabd Added more prototypes. by Jack Jansen · 24 years ago
  8. a44923f Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define. by Jack Jansen · 24 years ago
  9. 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 24 years ago
  10. bb7e213 PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython. by Jack Jansen · 24 years ago
  11. e17fd2a Got rid of __SC__ ifdefs. by Jack Jansen · 24 years ago
  12. 9ae898b ANSIfication step 2: make sure all needed prototypes are available, and all needed by Jack Jansen · 24 years ago
  13. d88296d ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO. by Jack Jansen · 24 years ago
  14. fe38d29 PyMac_FindModuleExtension now uses a size_t as its size parameter for compatibility. by Jack Jansen · 24 years ago
  15. ee08104 Made the GUSI options work again with GUSI 2. by Jack Jansen · 24 years ago
  16. 2d1306b Started on GUSI2 and threading support. by Jack Jansen · 25 years ago
  17. b734ade Added PyMac_BuildOptStr255, which returns None on a null pointer. by Jack Jansen · 25 years ago
  18. 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
  19. c7fda7e Make macglue.h C++ compatible. by Jack Jansen · 25 years ago
  20. f22e67d Added prototypes for the code resource routines, and for Pstring by Jack Jansen · 26 years ago
  21. bbf4be2 Incorrect argument for PyMacBuildwide() by Jack Jansen · 26 years ago
  22. 0dca752 Add (temporary) PyMac_{Build,Get}wide by Jack Jansen · 26 years ago
  23. c84cb95 Added declarations for mac{set,get}filetype by Jack Jansen · 27 years ago
  24. 50ea919 Mods for user mainloop event handling by Jack Jansen · 27 years ago
  25. eda7863 Make imports faster on the Mac, by by Jack Jansen · 27 years ago
  26. 0130f0f Added prototype for PyMac_RestoreMenuBar by Jack Jansen · 27 years ago
  27. 4a79a4b Removed SetScheduleTimes and PyMac_DoYieldEnabled by Jack Jansen · 27 years ago
  28. 570e4b7 Added PyMac_StopGUSISpin by Jack Jansen · 27 years ago
  29. 42218ce Added/updated copyright notices by Jack Jansen · 28 years ago
  30. 52ac037 Added PyMac_Initialize() routine, to be used by embedding programs (in by Jack Jansen · 28 years ago
  31. 6c11f74 Added PyMac_GetFullPath(), PyMac_ApplicationPath and PyMac_ApplicationFSSpec by Jack Jansen · 28 years ago
  32. 3d22887 macglue: added PyMac_AppRefNum by Jack Jansen · 28 years ago
  33. 3469e99 Python about box implemented. Slightly convoluted, since (a) we have by Jack Jansen · 28 years ago
  34. f6865f7 - Fixed PyMac_DoYield: by Jack Jansen · 28 years ago
  35. 7046366 PyMac_BuildNumVersion added by Jack Jansen · 28 years ago
  36. 378815c Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() by Jack Jansen · 29 years ago
  37. fa4d5d0 Added converters for Fixed by Jack Jansen · 29 years ago
  38. 32486f5 Added PyMac_PromptGetFile, removed stuff gone to other sources. by Jack Jansen · 29 years ago
  39. f74f63a Initial port to CodeWarrior CFM68K support (mainly by disabling by Jack Jansen · 29 years ago
  40. 3ec804a - Added PyMac_GetDirectory call which asks the user to select a by Jack Jansen · 30 years ago
  41. f71a9a9 macstrerror -> MacOS-StrError; added applet and cfm-68k support by Guido van Rossum · 30 years ago
  42. 74162f3 Added support for loading pyc code from a resource. by Jack Jansen · 30 years ago
  43. becdbec ported to Think C by Guido van Rossum · 30 years ago
  44. 8cd2b72 Added PyMac_GetPythonDir routine which obtains python home directory by Jack Jansen · 30 years ago
  45. a76382a Added HandleEvent method to macos, so python programs can hand back by Jack Jansen · 30 years ago
  46. ee23d6e - Moved interrupt code to macglue.c by Jack Jansen · 30 years ago
  47. fdbc79e Prototypes for new routines. by Jack Jansen · 30 years ago
  48. cf27c2d Some layout changes; added EventRecord Get/Build functions (as a tuple). by Guido van Rossum · 30 years ago
  49. b340466 cosmetics: copyright, comments by Guido van Rossum · 30 years ago
  50. 9aa3d13 renamed Get routines to PyMac_Get; added macfs to config.c by Guido van Rossum · 30 years ago
  51. 8f69179 modernized/rationalized, added PyMac_BuildOSType by Guido van Rossum · 30 years ago
  52. 5f65309 - Moved some useful routines from macosmodule.c here by Jack Jansen · 30 years ago
  53. fffb8bb rename2 changes by Guido van Rossum · 30 years ago
  54. f93c72a New routines: by Jack Jansen · 30 years ago