1. 7a1b6fe Added prototype for DlgObj_ConvertToWindow(). by Jack Jansen · 24 years ago
  2. 5660639 Moved PyOS_StackCheck prototype to pythonrun.h by Jack Jansen · 24 years ago
  3. 5bdbabd Added more prototypes. by Jack Jansen · 24 years ago
  4. a44923f Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define. by Jack Jansen · 24 years ago
  5. 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 24 years ago
  6. 9d8b96c pymactoolbox.h contains protoypes for all externally visible toolbox module by Jack Jansen · 24 years ago
  7. bb7e213 PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython. by Jack Jansen · 24 years ago
  8. c3f593e Don't declare sync if we use gusi. by Jack Jansen · 24 years ago
  9. e17fd2a Got rid of __SC__ ifdefs. by Jack Jansen · 24 years ago
  10. 9ae898b ANSIfication step 2: make sure all needed prototypes are available, and all needed by Jack Jansen · 24 years ago
  11. d88296d ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO. by Jack Jansen · 24 years ago
  12. fe38d29 PyMac_FindModuleExtension now uses a size_t as its size parameter for compatibility. by Jack Jansen · 24 years ago
  13. 021da55 Removed THINK_C support. by Jack Jansen · 24 years ago
  14. a04b24b Removed hfsrunning() macro. This means MacPython won't run on MacOS 5 (oops, System 5) or earlier anymore:-) by Jack Jansen · 24 years ago
  15. 7bfc2eb Fixed to work again without USE_GUSI and with USE_MSL_MALLOC by Jack Jansen · 24 years ago
  16. e4d7b5e Changed for the new preference resource version. by Jack Jansen · 24 years ago
  17. ee08104 Made the GUSI options work again with GUSI 2. by Jack Jansen · 24 years ago
  18. 2d1306b Started on GUSI2 and threading support. by Jack Jansen · 24 years ago
  19. 5c21420 Ready for 1.6a1. Reordered the defines to be in line with config.h.in again, so tracking the new defines will be easier in future. by Jack Jansen · 24 years ago
  20. b734ade Added PyMac_BuildOptStr255, which returns None on a null pointer. by Jack Jansen · 25 years ago
  21. 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
  22. f941acd Added HAVE_LIMITS_H, MAVE_MEMMOVE, HAVE_STRERROR, HAVE_LOCALE_H by Jack Jansen · 25 years ago
  23. 32a15ad MrC also needs BAD_STATIC_FORWARD define. by Jack Jansen · 25 years ago
  24. c7fda7e Make macglue.h C++ compatible. by Jack Jansen · 25 years ago
  25. 245d179 Added pascal-style string name of preference file resource, and bracketed by Jack Jansen · 26 years ago
  26. b736a87 Project files converted for CW Pro 4. And the daylight savings time switch seems to have "modified" the resource files (but nothing has changed there). by Jack Jansen · 26 years ago
  27. deff89c Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. by Jack Jansen · 26 years ago
  28. 60a9ee2 Added SIZEOF_VOID_P and HAVE_LONG_LONG by Jack Jansen · 26 years ago
  29. 158d5b5 I guess I'll have to commit this file occasionally... by Jack Jansen · 26 years ago
  30. 6a474c5 Define some things to 1 (in stead of empty) to be compatible with new PIL by Jack Jansen · 26 years ago
  31. debafb9 Added SIZEOF_INT and SIZEOF_LONG by Jack Jansen · 26 years ago
  32. f22e67d Added prototypes for the code resource routines, and for Pstring by Jack Jansen · 26 years ago
  33. 1ed7036 Version for 1.5.1 by Jack Jansen · 26 years ago
  34. bbf4be2 Incorrect argument for PyMacBuildwide() by Jack Jansen · 26 years ago
  35. 0dca752 Add (temporary) PyMac_{Build,Get}wide by Jack Jansen · 26 years ago
  36. 4f2936e Add HAVE_MKTIME by Jack Jansen · 26 years ago
  37. c84cb95 Added declarations for mac{set,get}filetype by Jack Jansen · 26 years ago
  38. 64da169 Added CHECK_IMPORT_CASE by Jack Jansen · 26 years ago
  39. 6b02ac2 I give in. Now Tk is also using resources just above 128, so Python by Jack Jansen · 27 years ago
  40. c6bb281 Added old-exceptions and no-site-python options and upped preference by Jack Jansen · 27 years ago
  41. 447e01b Preference resource now has a version number by Jack Jansen · 27 years ago
  42. 222c34e Moved the include of macbuildno.h to getbuildinfo.c. Putting it here by Jack Jansen · 27 years ago
  43. 2d30840 Define BUILDNO in macbuildno.h (incremented by fullbuild) by Jack Jansen · 27 years ago
  44. 50ea919 Mods for user mainloop event handling by Jack Jansen · 27 years ago
  45. eda7863 Make imports faster on the Mac, by by Jack Jansen · 27 years ago
  46. 0130f0f Added prototype for PyMac_RestoreMenuBar by Jack Jansen · 27 years ago
  47. 4a79a4b Removed SetScheduleTimes and PyMac_DoYieldEnabled by Jack Jansen · 27 years ago
  48. 001aa86 Added a range of resource numbers reserved for Bruce by Jack Jansen · 27 years ago
  49. 570e4b7 Added PyMac_StopGUSISpin by Jack Jansen · 27 years ago
  50. d1d242e c2pstr has moved to a different include file by Jack Jansen · 27 years ago
  51. 5495672 Modified for (optional) use of MSL by Jack Jansen · 27 years ago
  52. 42218ce Added/updated copyright notices by Jack Jansen · 28 years ago
  53. 52ac037 Added PyMac_Initialize() routine, to be used by embedding programs (in by Jack Jansen · 28 years ago
  54. 466be80 Minor fix to get non-gusi python to compile again by Jack Jansen · 28 years ago
  55. a83caa0 Added range of resource-ids for twit. by Jack Jansen · 28 years ago
  56. 6c11f74 Added PyMac_GetFullPath(), PyMac_ApplicationPath and PyMac_ApplicationFSSpec by Jack Jansen · 28 years ago
  57. ae178ea Added HAVE_STRFTIME by Jack Jansen · 28 years ago
  58. d081b13 Added resource for preference file name by Jack Jansen · 28 years ago
  59. a58d89e 'documented' resource-number useage of EditPythonPrefs by Jack Jansen · 28 years ago
  60. 924ca85 Added macfs.FindApplication() to find application FSSpec given signature. by Jack Jansen · 28 years ago
  61. 7d5f9e8 - Put all options in a struct by Jack Jansen · 28 years ago
  62. 3d22887 macglue: added PyMac_AppRefNum by Jack Jansen · 28 years ago
  63. 3469e99 Python about box implemented. Slightly convoluted, since (a) we have by Jack Jansen · 28 years ago
  64. f6865f7 - Fixed PyMac_DoYield: by Jack Jansen · 28 years ago
  65. 7e124ea Guido: - define USE_CHECKSTACK - Comment on defines used by Jack Jansen · 28 years ago
  66. 7046366 PyMac_BuildNumVersion added by Jack Jansen · 28 years ago
  67. ab69eb9 Added resource-ids for override preferences. by Jack Jansen · 28 years ago
  68. e355c45 - Allow setting of argc/argv in <option>-start dialog by Jack Jansen · 28 years ago
  69. 378815c Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() by Jack Jansen · 28 years ago
  70. 01fbc68 - Reorganized init code by Jack Jansen · 28 years ago
  71. a4b7e14 Store default startup options in preference file or app. by Jack Jansen · 28 years ago
  72. c743c8d Modified for GUSI by Jack Jansen · 28 years ago
  73. fa4d5d0 Added converters for Fixed by Jack Jansen · 29 years ago
  74. 0168f27 Added options for keeping window open on normal/error termination by Jack Jansen · 29 years ago
  75. 41fa7ea Python will now attempt (again) to create at least a minimal by Jack Jansen · 29 years ago
  76. 32486f5 Added PyMac_PromptGetFile, removed stuff gone to other sources. by Jack Jansen · 29 years ago
  77. c2e6dd8 New file: list resource-ids in one place. by Jack Jansen · 29 years ago
  78. f8bddd8 Mwerks now also has fopenrf by Jack Jansen · 29 years ago
  79. f74f63a Initial port to CodeWarrior CFM68K support (mainly by disabling by Jack Jansen · 29 years ago
  80. edea408 changed ifdefs and comments -- more modules are good by Guido van Rossum · 29 years ago
  81. 3ec804a - Added PyMac_GetDirectory call which asks the user to select a by Jack Jansen · 29 years ago
  82. e71d853 hacks for atoi/strtod in __SC__ by Guido van Rossum · 29 years ago
  83. f71a9a9 macstrerror -> MacOS-StrError; added applet and cfm-68k support by Guido van Rossum · 29 years ago
  84. eabdbff put #undefs insize comments; rationalize MPW support by Guido van Rossum · 29 years ago
  85. 74162f3 Added support for loading pyc code from a resource. by Jack Jansen · 29 years ago
  86. becdbec ported to Think C by Guido van Rossum · 29 years ago
  87. 8cd2b72 Added PyMac_GetPythonDir routine which obtains python home directory by Jack Jansen · 29 years ago
  88. a76382a Added HandleEvent method to macos, so python programs can hand back by Jack Jansen · 30 years ago
  89. ee23d6e - Moved interrupt code to macglue.c by Jack Jansen · 30 years ago
  90. fdbc79e Prototypes for new routines. by Jack Jansen · 30 years ago
  91. cf27c2d Some layout changes; added EventRecord Get/Build functions (as a tuple). by Guido van Rossum · 30 years ago
  92. b340466 cosmetics: copyright, comments by Guido van Rossum · 30 years ago
  93. 9aa3d13 renamed Get routines to PyMac_Get; added macfs to config.c by Guido van Rossum · 30 years ago
  94. 6a5df90 ported Jacks changes back to think C by Guido van Rossum · 30 years ago
  95. 8f69179 modernized/rationalized, added PyMac_BuildOSType by Guido van Rossum · 30 years ago
  96. d50e4e1 More Pstring() stuff and some cosmetics by Jack Jansen · 30 years ago
  97. 48d071d Comment fix by Jack Jansen · 30 years ago
  98. 5f65309 - Moved some useful routines from macosmodule.c here by Jack Jansen · 30 years ago
  99. fffb8bb rename2 changes by Guido van Rossum · 30 years ago
  100. 0c63770 Ported to CodeWarrior by Jack Jansen · 30 years ago