1. ee6eeb1 Removed (within an #ifdef) Carbon-incompatabilities: by Jack Jansen · 24 years ago
  2. bb6d83a Removed (within an #ifdef) Carbon-incompatabilities: by Jack Jansen · 24 years ago
  3. 14cd750 Fixed callback function arguments to be carbon-compatible. by Jack Jansen · 24 years ago
  4. 9cfce18 GUSI 2.0.5 has a non-functional getsockname() if you use Open Transport. For now the workaround is to only enable MacTCP sockets. by Jack Jansen · 24 years ago
  5. 0c6d037 Removed string-exception preference, added tabcheck and NavService preference, upped version number. by Jack Jansen · 24 years ago
  6. 850d118 Got rid of w/MSL in the version string. by Jack Jansen · 24 years ago
  7. 69652f8 Moved to the Compat folder (in case anyone still wants to try MPW building), it hasn't been used for years. by Jack Jansen · 24 years ago
  8. 6a06680 Removed, the core-python getmtime works fine with GUSI2. by Jack Jansen · 24 years ago
  9. ee08104 Made the GUSI options work again with GUSI 2. by Jack Jansen · 24 years ago
  10. 2d1306b Started on GUSI2 and threading support. by Jack Jansen · 24 years ago
  11. 3d75754 If there's an error in an fsspec argument raise MacOS.Error, not ValueError. by Jack Jansen · 25 years ago
  12. 205b435 Added initializer routine optionally to be used as PEF fragment initialization routine, which allows us to get at our own resource fork even if some shared library init routine opens other resource files. by Jack Jansen · 25 years ago
  13. b734ade Added PyMac_BuildOptStr255, which returns None on a null pointer. by Jack Jansen · 25 years ago
  14. 608b3fa Dummy functions which return unimpErr for lots of toolbox calls that are unavailable for 68K. This way we don't have to disable thm in bgen, so we by Jack Jansen · 25 years ago
  15. 8bb573e Oops, PLstring funcs should be "pascal". Funny this never caused problems before... by Jack Jansen · 25 years ago
  16. 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
  17. e742487 Bigger buffer size for C profiler (if profiling is enabled). by Jack Jansen · 25 years ago
  18. fac3008 Optimization: don't try to get a tabsize resource if we know the file by Jack Jansen · 25 years ago
  19. 68ecab4 Put the applet code inside USE_MAC_APPLET_SUPPORT ifdefs, to make 68k standalone Python compile. by Jack Jansen · 25 years ago
  20. 6b6e61d (finally) unified the interpreter and the applet as Just suggested ages ago. The by Jack Jansen · 25 years ago
  21. 26a69db put the preferences file in a folder called "Python" inside the prefs folder, just like the IDE does -- jvr by Just van Rossum · 26 years ago
  22. deff89c Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. by Jack Jansen · 26 years ago
  23. 48a9c36 Mods by Just to allow aliases in sys.path entries by Jack Jansen · 26 years ago
  24. b93f521 Support for freezing packages (Just). by Jack Jansen · 26 years ago
  25. 87c485c Initialize the program name before adding shared library resources (Just). by Jack Jansen · 26 years ago
  26. 2e6445c Don't add the library file to the resource file chain if it is the by Jack Jansen · 26 years ago
  27. 7e1fb7c New about box, with the version mesage filled in in a text item, and by Jack Jansen · 26 years ago
  28. 017e0ff The PYD resource should now contain 2 strings: one for the ppc by Jack Jansen · 26 years ago
  29. abdf93c Re-indented properly (Just). by Jack Jansen · 26 years ago
  30. ac82b6a If the preference filename resource is empty don't try to open or by Jack Jansen · 26 years ago
  31. 1e2260f All import-related code has moved to macimport.c. by Jack Jansen · 26 years ago
  32. fa68b07 Print message when we load a PYC resource, if verbose import flag is on. by Jack Jansen · 26 years ago
  33. 0072b8d An applet with Popt and GUSI preferences but without alis resource by Jack Jansen · 26 years ago
  34. bbf4be2 Incorrect argument for PyMacBuildwide() by Jack Jansen · 26 years ago
  35. d58cd63 Added PyMac_{Get,Build}wide. These should support python longints at by Jack Jansen · 26 years ago
  36. efaada7 - Universal Headers 3 mods by Jack Jansen · 26 years ago
  37. 2136490 Bug fix for fast module location by Jack Jansen · 27 years ago
  38. a7a89eb Implemented nositepython and oldexceptions flags by Jack Jansen · 27 years ago
  39. c73f83c Fixed for new "import dir.module" semantics. Needs accompanying fix in by Jack Jansen · 27 years ago
  40. 36b983c Added old-exception and no-site-python options and balloon help by Jack Jansen · 27 years ago
  41. 5b3c971 The preference resource now has a version number by Jack Jansen · 27 years ago
  42. ac62569 sys.prefix and sys.exec_prefix are now set correctly. by Jack Jansen · 27 years ago
  43. 0c96887 Handle systemclicks ourselves, in stead of passing them to Sioux. This by Jack Jansen · 27 years ago
  44. a8441de Added (dummy) PyOS_FiniInterrupts by Jack Jansen · 27 years ago
  45. 7330b39 Adapted for 1.5a3: Py_SupressPrintingFlag is gone, and by Jack Jansen · 27 years ago
  46. 36ed506 Added PyMac_SetEventHandler which allows you to replace complete event by Jack Jansen · 27 years ago
  47. eda7863 Make imports faster on the Mac, by by Jack Jansen · 27 years ago
  48. caa7c46 - Restore SIOUX menubar just before exiting, if the console window is kept by Jack Jansen · 27 years ago
  49. e3ae0df Removed old scheduler parameterizing calls and replaced with something by Jack Jansen · 27 years ago
  50. a39f1b0 - Added Py_GetProgramFullPath by Jack Jansen · 27 years ago
  51. e44545f Workaround for bug in MSL and CWGUSI interaction that stopped the by Jack Jansen · 27 years ago
  52. 3089b7e - Various names in CodeFragments.h have changed by Jack Jansen · 27 years ago
  53. 08c3be3 Changed the few old routine names still used to the new ones by Jack Jansen · 27 years ago
  54. c587301 - Changed GestaltEqu.h to Gestalt.h by Jack Jansen · 27 years ago
  55. 7e94404 Only go into eventloop/interrupt check 10 times per second by Jack Jansen · 27 years ago
  56. 42218ce Added/updated copyright notices by Jack Jansen · 28 years ago
  57. 52ac037 Added PyMac_Initialize() routine, to be used by embedding programs (in by Jack Jansen · 28 years ago
  58. 8dc8a6e Mac-specific version of getmtime (for non-GUSI Python, which needs by Jack Jansen · 28 years ago
  59. 8c69321 Added profiler initialization/finalization code (if __profile__ is defined) by Jack Jansen · 28 years ago
  60. e1d8c9b Fixed FSSpec->pathname code to add colon if the fsspec points to a disk. by Jack Jansen · 28 years ago
  61. 26ee126 Got rid of nfullpath in favor of PyMac_GetFullPath (which was pretty by Jack Jansen · 28 years ago
  62. 8096daa When loading a PYC resource check whether the filename is the by Jack Jansen · 28 years ago
  63. 83c74df - Get preference filename from a resource by Jack Jansen · 28 years ago
  64. 0e06e7e About boxes should be at 20% of screen height, not halfway by Jack Jansen · 28 years ago
  65. d617c57 Changed default background yield time to 1 tick by Jack Jansen · 28 years ago
  66. 924ca85 Added macfs.FindApplication() to find application FSSpec given signature. by Jack Jansen · 28 years ago
  67. daed771 Py_GetProgramName turns out not to be obsolete (used by _tkinter). by Jack Jansen · 28 years ago
  68. 7d5f9e8 - Put all options in a struct by Jack Jansen · 28 years ago
  69. 3f7d2b4 - Rationalized override preferences support, by remembering by Jack Jansen · 28 years ago
  70. 3469e99 Python about box implemented. Slightly convoluted, since (a) we have by Jack Jansen · 28 years ago
  71. f12e709 Check that our override pythonpath is actually coming from the by Jack Jansen · 28 years ago
  72. b9bf6e2 Removed unused vars by Jack Jansen · 28 years ago
  73. f6865f7 - Fixed PyMac_DoYield: by Jack Jansen · 28 years ago
  74. 5bd85d9 Always call __initialize(), also on PPC by Jack Jansen · 28 years ago
  75. 7bbd1a5 Added void before main by Jack Jansen · 28 years ago
  76. bf05d4c Fixed command-. handling by Jack Jansen · 28 years ago
  77. a06f13d Fixed to work for ppc and cfm68k by Jack Jansen · 28 years ago
  78. 499a8af Removed debug printf by Jack Jansen · 28 years ago
  79. 3bc6fe6 Removed obsolete cfm68k ifdef (Guido) by Jack Jansen · 28 years ago
  80. 007fa82 Include config.h by Jack Jansen · 28 years ago
  81. cfadbd4 Guido: by Jack Jansen · 28 years ago
  82. 76ceece Guido: added some void's to declarations by Jack Jansen · 28 years ago
  83. 9ff06ce Guido: changed __sinit to __initialize for CFM68K. by Jack Jansen · 28 years ago
  84. 7ac70af Dummy SpinCursor() if __CFM68K__ is defined by Jack Jansen · 28 years ago
  85. 1d2f863 Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix. by Jack Jansen · 28 years ago
  86. d1f0631 - Minimum stacksize is now 8K for PPC, 4K for 68K - Added PyMac_BuildNumVersion by Jack Jansen · 28 years ago
  87. 1ed9529 Added PyOS_CheckStack() function which returns -1 when we are running by Jack Jansen · 28 years ago
  88. a547dca Old names changed to Py_GetCopyright, etc. by Jack Jansen · 28 years ago
  89. 31dd5c0 PyMac_GetFixed() didn't return 1 on success by Jack Jansen · 28 years ago
  90. a486a55 Added support for override preferences by Jack Jansen · 28 years ago
  91. 975aa22 Don't change Standard File folder on chdir(). by Jack Jansen · 28 years ago
  92. 415571c Replaced non-ascii chars by backslash escapes by Jack Jansen · 28 years ago
  93. 1a0dafb Somehow the <<terminated>> got mangled. Fixed. by Jack Jansen · 28 years ago
  94. e355c45 - Allow setting of argc/argv in <option>-start dialog by Jack Jansen · 28 years ago
  95. 2429c72 Added missing include of Fonts.h by Jack Jansen · 28 years ago
  96. 378815c Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() by Jack Jansen · 28 years ago
  97. 911ad6b Added code to make fsspecs work for gusi-python by Jack Jansen · 28 years ago
  98. 8ab1148 Added __sinit() call, so C++ initializations in shared library work by Jack Jansen · 28 years ago
  99. 01fbc68 - Reorganized init code by Jack Jansen · 28 years ago
  100. a4b7e14 Store default startup options in preference file or app. by Jack Jansen · 28 years ago