1. a53f4eb Getting rid of code conditional on TARGET_API_MAC_*. by Jack Jansen · 22 years ago
  2. 37249c5 WITHOUT_FRAMEWORKS conditional code bites the dust: this was for by Jack Jansen · 22 years ago
  3. fb27656 Getting rid of support for the ancient Apple MPW compiler. by Jack Jansen · 22 years ago
  4. fe94e97 GetCreatorAndType and SetCreatorAndType have been undeprecated. Spotted by Just. by Jack Jansen · 22 years ago
  5. 8cd9a4f Added a linkmodel attribute, showing how Python was built. This is so by Jack Jansen · 22 years ago
  6. d7c1723 Added a method WMAvailable(). This will return True if and only if there by Jack Jansen · 22 years ago
  7. b734869 - Various tweaks to shut up compiler warnings. by Jack Jansen · 23 years ago
  8. 6c7e326 Getting rid of pre-Carbon (MacOS8) support. All code depending on by Jack Jansen · 23 years ago
  9. 938ace6 staticforward bites the dust. by Jeremy Hylton · 23 years ago
  10. 0e2f798 Replaced lots of PyMem_DEL() calls with PyObject_DEL(). by Jack Jansen · 23 years ago
  11. 786681a Got rid of obsolete appearance flag. by Jack Jansen · 23 years ago
  12. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 24 years ago
  13. 697842f Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' by Jack Jansen · 24 years ago
  14. deefbe5 - Don't return mac-style pathnames in unix-Python. by Jack Jansen · 24 years ago
  15. f316330 Ifdeffed a few more sections. All functionality that is relevant on MacOSX by Jack Jansen · 24 years ago
  16. 6143d53 Include Carbon/Carbon.h in stead of universal headers, if appropriate. by Jack Jansen · 24 years ago
  17. 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
  18. 193509b Added an attribute runtimemodel, which is either "ppc" or "carbon" and is the runtime model of the current interpreter. Will have to ad another value later for real MacOSX MachO, I guess. by Jack Jansen · 25 years ago
  19. 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 · 25 years ago
  20. b19c667 Added a method KeepConsole so programs can override the Keep console open option. by Jack Jansen · 25 years ago
  21. fa1e27d Got rid of Py_FatalError calls. by Jack Jansen · 25 years ago
  22. 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 25 years ago
  23. d4d24cd Removed USE_STDWIN support. by Jack Jansen · 25 years ago
  24. e79dc76 Made the core toolbox modules carbon-compatible using the new greylist feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open. by Jack Jansen · 25 years ago
  25. 957d07a Added FreeMem, MaxBlock and CompactMem calls. The values returned by these are lower bounds in the Python case (as malloc doesn't return memory to the heap) but they can be used to decide when to give low-memory warnings. by Jack Jansen · 25 years ago
  26. 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 · 26 years ago
  27. deff89c Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. by Jack Jansen · 27 years ago
  28. d674163 The init routine for MacOS had a non-standard name. Changed to initMacOS(). by Jack Jansen · 27 years ago
  29. cbe6a53 Fixed double-dispose of splash() dialog by Jack Jansen · 27 years ago
  30. a755e68 Export type objects to Python by Jack Jansen · 28 years ago
  31. 2e871e4 Added SysBeep by Jack Jansen · 28 years ago
  32. 898ac1b Added GetTicks() here, so profiling can use a decent timer by Jack Jansen · 28 years ago
  33. 883765e added SetEventHandler by Jack Jansen · 28 years ago
  34. 120a105 Removed SetScheduleTimes Added SchedParams Added docstrings for most routines by Jack Jansen · 28 years ago
  35. 450ae9f Don't free the MacOS_Splash() dialog twice... by Jack Jansen · 28 years ago
  36. eeccca9 - Changed the m# format for PyArg_ParseTuple back to s# by Jack Jansen · 28 years ago
  37. f73bab7 Added an attribute string_id_to_buffer, which gives the offset you by Jack Jansen · 28 years ago
  38. 4a8c54e - Changed GestaltEqu.h to Gestalt.h by Jack Jansen · 28 years ago
  39. 42218ce Added/updated copyright notices by Jack Jansen · 29 years ago
  40. 84fb1fa Got rid of nfullpath() by Jack Jansen · 29 years ago
  41. a1255e0 removed unused var by Jack Jansen · 29 years ago
  42. eb76b84 Added DebugStr method to drop into low-level debugger by Jack Jansen · 29 years ago
  43. 04df9d5 Added dialog-centering code to splash() by Jack Jansen · 29 years ago
  44. df34cf1 Fixed macos.splash to actually *draw* the splash box:-) by Jack Jansen · 29 years ago
  45. ab7fcdd Added splash method (to quickly display splash screen without first by Jack Jansen · 29 years ago
  46. 6648fb7 Removed unused vars by Jack Jansen · 29 years ago
  47. 76a0589 Added openrf method, which opens resource fork. The resulting object by Jack Jansen · 29 years ago
  48. 829f88c Added GetErrorString method (convert OSErr number to string) by Jack Jansen · 30 years ago
  49. e7134aa return old value of PyMac_DoYieldEnabled; -1 means do not even check for interrupts by Guido van Rossum · 30 years ago
  50. e6d9ccc change SC ifdef to MPW by Guido van Rossum · 30 years ago
  51. b2f6a7e Minor bug fix by Jack Jansen · 30 years ago
  52. 9fed183 cfm 68k support by Guido van Rossum · 30 years ago
  53. a76382a Added HandleEvent method to macos, so python programs can hand back by Jack Jansen · 31 years ago
  54. ee23d6e - Moved interrupt code to macglue.c by Jack Jansen · 31 years ago
  55. e8e8ae0 Added eventhandling in mainloop/busywait routine plus leaving some by Jack Jansen · 31 years ago
  56. bf068b1 Got rid of the Resource and Sound interfaces, in favor of the ones by Guido van Rossum · 31 years ago
  57. 5679e56 ported CW5 changes back to Think by Guido van Rossum · 31 years ago
  58. b7e79e5 Got rid of {Get,Set}FileType in favor of {Get,Set}CreatorAndType -- by Guido van Rossum · 31 years ago
  59. 673e142 Ported to CW5/new universal headers by Jack Jansen · 31 years ago
  60. 9aa3d13 renamed Get routines to PyMac_Get; added macfs to config.c by Guido van Rossum · 31 years ago
  61. f74d4e2 added high level event interface (requires stdwin patch) by Guido van Rossum · 31 years ago
  62. 9589e93 Moved some generally useful routines to macglue.c by Jack Jansen · 31 years ago
  63. fffb8bb rename2 changes by Guido van Rossum · 31 years ago
  64. e791c2e Used new getargs interface; added {Get,Set}FileInfo. by Guido van Rossum · 31 years ago
  65. 9954699 1995 copyright by Guido van Rossum · 31 years ago
  66. 97ce361 - Use PyErr_Mac for nicer exceptions by Jack Jansen · 31 years ago
  67. e433c97 config.c: add MacOS module by Guido van Rossum · 31 years ago
  68. df1c4ee Support user routines (callbacks) on sound channels. by Guido van Rossum · 31 years ago
  69. 2d16703 gestaltmodule.c: interface to Gestalt Manager. by Guido van Rossum · 31 years ago