1. c73f83c Fixed for new "import dir.module" semantics. Needs accompanying fix in by Jack Jansen · 27 years ago
  2. 36b983c Added old-exception and no-site-python options and balloon help by Jack Jansen · 27 years ago
  3. 5b3c971 The preference resource now has a version number by Jack Jansen · 27 years ago
  4. ac62569 sys.prefix and sys.exec_prefix are now set correctly. by Jack Jansen · 27 years ago
  5. 0c96887 Handle systemclicks ourselves, in stead of passing them to Sioux. This by Jack Jansen · 27 years ago
  6. a8441de Added (dummy) PyOS_FiniInterrupts by Jack Jansen · 27 years ago
  7. 7330b39 Adapted for 1.5a3: Py_SupressPrintingFlag is gone, and by Jack Jansen · 27 years ago
  8. 36ed506 Added PyMac_SetEventHandler which allows you to replace complete event by Jack Jansen · 27 years ago
  9. eda7863 Make imports faster on the Mac, by by Jack Jansen · 27 years ago
  10. caa7c46 - Restore SIOUX menubar just before exiting, if the console window is kept by Jack Jansen · 27 years ago
  11. e3ae0df Removed old scheduler parameterizing calls and replaced with something by Jack Jansen · 27 years ago
  12. a39f1b0 - Added Py_GetProgramFullPath by Jack Jansen · 27 years ago
  13. e44545f Workaround for bug in MSL and CWGUSI interaction that stopped the by Jack Jansen · 27 years ago
  14. 3089b7e - Various names in CodeFragments.h have changed by Jack Jansen · 27 years ago
  15. 08c3be3 Changed the few old routine names still used to the new ones by Jack Jansen · 27 years ago
  16. c587301 - Changed GestaltEqu.h to Gestalt.h by Jack Jansen · 27 years ago
  17. 7e94404 Only go into eventloop/interrupt check 10 times per second by Jack Jansen · 27 years ago
  18. 42218ce Added/updated copyright notices by Jack Jansen · 27 years ago
  19. 52ac037 Added PyMac_Initialize() routine, to be used by embedding programs (in by Jack Jansen · 27 years ago
  20. 8dc8a6e Mac-specific version of getmtime (for non-GUSI Python, which needs by Jack Jansen · 27 years ago
  21. 8c69321 Added profiler initialization/finalization code (if __profile__ is defined) by Jack Jansen · 28 years ago
  22. e1d8c9b Fixed FSSpec->pathname code to add colon if the fsspec points to a disk. by Jack Jansen · 28 years ago
  23. 26ee126 Got rid of nfullpath in favor of PyMac_GetFullPath (which was pretty by Jack Jansen · 28 years ago
  24. 8096daa When loading a PYC resource check whether the filename is the by Jack Jansen · 28 years ago
  25. 83c74df - Get preference filename from a resource by Jack Jansen · 28 years ago
  26. 0e06e7e About boxes should be at 20% of screen height, not halfway by Jack Jansen · 28 years ago
  27. d617c57 Changed default background yield time to 1 tick by Jack Jansen · 28 years ago
  28. 924ca85 Added macfs.FindApplication() to find application FSSpec given signature. by Jack Jansen · 28 years ago
  29. daed771 Py_GetProgramName turns out not to be obsolete (used by _tkinter). by Jack Jansen · 28 years ago
  30. 7d5f9e8 - Put all options in a struct by Jack Jansen · 28 years ago
  31. 3f7d2b4 - Rationalized override preferences support, by remembering by Jack Jansen · 28 years ago
  32. 3469e99 Python about box implemented. Slightly convoluted, since (a) we have by Jack Jansen · 28 years ago
  33. f12e709 Check that our override pythonpath is actually coming from the by Jack Jansen · 28 years ago
  34. b9bf6e2 Removed unused vars by Jack Jansen · 28 years ago
  35. f6865f7 - Fixed PyMac_DoYield: by Jack Jansen · 28 years ago
  36. 5bd85d9 Always call __initialize(), also on PPC by Jack Jansen · 28 years ago
  37. 7bbd1a5 Added void before main by Jack Jansen · 28 years ago
  38. bf05d4c Fixed command-. handling by Jack Jansen · 28 years ago
  39. a06f13d Fixed to work for ppc and cfm68k by Jack Jansen · 28 years ago
  40. 499a8af Removed debug printf by Jack Jansen · 28 years ago
  41. 3bc6fe6 Removed obsolete cfm68k ifdef (Guido) by Jack Jansen · 28 years ago
  42. 007fa82 Include config.h by Jack Jansen · 28 years ago
  43. cfadbd4 Guido: by Jack Jansen · 28 years ago
  44. 76ceece Guido: added some void's to declarations by Jack Jansen · 28 years ago
  45. 9ff06ce Guido: changed __sinit to __initialize for CFM68K. by Jack Jansen · 28 years ago
  46. 7ac70af Dummy SpinCursor() if __CFM68K__ is defined by Jack Jansen · 28 years ago
  47. 1d2f863 Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix. by Jack Jansen · 28 years ago
  48. d1f0631 - Minimum stacksize is now 8K for PPC, 4K for 68K - Added PyMac_BuildNumVersion by Jack Jansen · 28 years ago
  49. 1ed9529 Added PyOS_CheckStack() function which returns -1 when we are running by Jack Jansen · 28 years ago
  50. a547dca Old names changed to Py_GetCopyright, etc. by Jack Jansen · 28 years ago
  51. 31dd5c0 PyMac_GetFixed() didn't return 1 on success by Jack Jansen · 28 years ago
  52. a486a55 Added support for override preferences by Jack Jansen · 28 years ago
  53. 975aa22 Don't change Standard File folder on chdir(). by Jack Jansen · 28 years ago
  54. 415571c Replaced non-ascii chars by backslash escapes by Jack Jansen · 28 years ago
  55. 1a0dafb Somehow the <<terminated>> got mangled. Fixed. by Jack Jansen · 28 years ago
  56. e355c45 - Allow setting of argc/argv in <option>-start dialog by Jack Jansen · 28 years ago
  57. 2429c72 Added missing include of Fonts.h by Jack Jansen · 28 years ago
  58. 378815c Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() by Jack Jansen · 28 years ago
  59. 911ad6b Added code to make fsspecs work for gusi-python by Jack Jansen · 28 years ago
  60. 8ab1148 Added __sinit() call, so C++ initializations in shared library work by Jack Jansen · 28 years ago
  61. 01fbc68 - Reorganized init code by Jack Jansen · 28 years ago
  62. a4b7e14 Store default startup options in preference file or app. by Jack Jansen · 28 years ago
  63. 532e3c2 Changed MacOS creator code from PYTH to Pyth by Jack Jansen · 28 years ago
  64. 56ed26e Ported to CW8 (added PRE_CW8 ifdef for CW7, for the time being) by Jack Jansen · 28 years ago
  65. c743c8d Modified for GUSI by Jack Jansen · 28 years ago
  66. fa4d5d0 Added converters for Fixed by Jack Jansen · 29 years ago
  67. e2b5d04 Changed for the 1.3.2 compiler (CW7.5) by Jack Jansen · 29 years ago
  68. 79559dc Initialize GUSI for MacTkPython by Jack Jansen · 29 years ago
  69. dbe75ae Continue looking for "open doc" events even after "open app". This by Jack Jansen · 29 years ago
  70. 38e9766 Cosmetic change to event handling. by Jack Jansen · 29 years ago
  71. 1e8557a For MW Python, update titlebar of window when python exits. by Jack Jansen · 29 years ago
  72. 0168f27 Added options for keeping window open on normal/error termination by Jack Jansen · 29 years ago
  73. 85c9aea Added prototypes. by Jack Jansen · 29 years ago
  74. 178652b Export strdup (parsermodule needs it) by Jack Jansen · 29 years ago
  75. 83f4540 Removed unused variables by Jack Jansen · 29 years ago
  76. b39be21 Fixed to work on 68K (could be yet another optimizer bug or something) by Jack Jansen · 29 years ago
  77. 41fa7ea Python will now attempt (again) to create at least a minimal by Jack Jansen · 29 years ago
  78. 847e89e Removed unused variables by Jack Jansen · 29 years ago
  79. 57633c1 removed unused variables by Jack Jansen · 29 years ago
  80. 819f177 Lots of stuff moved to other files. by Jack Jansen · 29 years ago
  81. 696c958 This is completely different from the old mainmain (which wasn't used by Jack Jansen · 29 years ago
  82. 12fce3e macgetpath - sys.path setting code factored out of config.c and by Jack Jansen · 29 years ago
  83. f717ac2 Merged Jack's macgetcompiler.c and Guido's maccompiler.c and named the by Jack Jansen · 29 years ago
  84. 6e39e53 Initial revision by Guido van Rossum · 29 years ago
  85. cf63693 Better error messages wrt missing resources and preferences by Jack Jansen · 29 years ago
  86. 292b0f9 Added code so you canset "command line options" if you by Jack Jansen · 29 years ago
  87. cc456fb Un-installing of AE handlers fixed (AE is very picky that you specify by Jack Jansen · 29 years ago
  88. f74f63a Initial port to CodeWarrior CFM68K support (mainly by disabling by Jack Jansen · 29 years ago
  89. 0830550 Added code to obtain sys.path from a resource by Jack Jansen · 29 years ago
  90. 2a58638 Ported to CW6 by Jack Jansen · 29 years ago
  91. 45ff77f - The prefs file wasn't updated correctly if it already existed. by Jack Jansen · 29 years ago
  92. 16df2aa Under MW also be more conservative about events to request by Jack Jansen · 29 years ago
  93. e7134aa return old value of PyMac_DoYieldEnabled; -1 means do not even check for interrupts by Guido van Rossum · 29 years ago
  94. 76efd8e MAde a few things more orthogonal and did some cleanups: by Jack Jansen · 29 years ago
  95. 24a45e3 ported to MPW, moved main() here by Guido van Rossum · 29 years ago
  96. 850f44b moved main() to macglue.c by Guido van Rossum · 29 years ago
  97. 7c496ec ported to CFM-68K by Guido van Rossum · 29 years ago
  98. 3ec804a - Added PyMac_GetDirectory call which asks the user to select a by Jack Jansen · 29 years ago
  99. 6fc5aec ported back to Think C by Guido van Rossum · 29 years ago
  100. 8c89a6f use PyMac_GetArgv (in macgetargv.c) for applet inits by Guido van Rossum · 29 years ago