1. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  2. 697842f Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' by Jack Jansen · 23 years ago
  3. deefbe5 - Don't return mac-style pathnames in unix-Python. by Jack Jansen · 23 years ago
  4. f316330 Ifdeffed a few more sections. All functionality that is relevant on MacOSX by Jack Jansen · 23 years ago
  5. 6143d53 Include Carbon/Carbon.h in stead of universal headers, if appropriate. by Jack Jansen · 23 years ago
  6. 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
  7. 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 · 24 years ago
  8. 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
  9. b19c667 Added a method KeepConsole so programs can override the Keep console open option. by Jack Jansen · 24 years ago
  10. fa1e27d Got rid of Py_FatalError calls. by Jack Jansen · 24 years ago
  11. 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 24 years ago
  12. d4d24cd Removed USE_STDWIN support. by Jack Jansen · 24 years ago
  13. 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 · 24 years ago
  14. 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
  15. 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
  16. deff89c Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. by Jack Jansen · 26 years ago
  17. d674163 The init routine for MacOS had a non-standard name. Changed to initMacOS(). by Jack Jansen · 26 years ago
  18. cbe6a53 Fixed double-dispose of splash() dialog by Jack Jansen · 27 years ago
  19. a755e68 Export type objects to Python by Jack Jansen · 27 years ago
  20. 2e871e4 Added SysBeep by Jack Jansen · 27 years ago
  21. 898ac1b Added GetTicks() here, so profiling can use a decent timer by Jack Jansen · 27 years ago
  22. 883765e added SetEventHandler by Jack Jansen · 27 years ago
  23. 120a105 Removed SetScheduleTimes Added SchedParams Added docstrings for most routines by Jack Jansen · 27 years ago
  24. 450ae9f Don't free the MacOS_Splash() dialog twice... by Jack Jansen · 27 years ago
  25. eeccca9 - Changed the m# format for PyArg_ParseTuple back to s# by Jack Jansen · 27 years ago
  26. f73bab7 Added an attribute string_id_to_buffer, which gives the offset you by Jack Jansen · 28 years ago
  27. 4a8c54e - Changed GestaltEqu.h to Gestalt.h by Jack Jansen · 28 years ago
  28. 42218ce Added/updated copyright notices by Jack Jansen · 28 years ago
  29. 84fb1fa Got rid of nfullpath() by Jack Jansen · 28 years ago
  30. a1255e0 removed unused var by Jack Jansen · 28 years ago
  31. eb76b84 Added DebugStr method to drop into low-level debugger by Jack Jansen · 28 years ago
  32. 04df9d5 Added dialog-centering code to splash() by Jack Jansen · 28 years ago
  33. df34cf1 Fixed macos.splash to actually *draw* the splash box:-) by Jack Jansen · 28 years ago
  34. ab7fcdd Added splash method (to quickly display splash screen without first by Jack Jansen · 28 years ago
  35. 6648fb7 Removed unused vars by Jack Jansen · 29 years ago
  36. 76a0589 Added openrf method, which opens resource fork. The resulting object by Jack Jansen · 29 years ago
  37. 829f88c Added GetErrorString method (convert OSErr number to string) by Jack Jansen · 29 years ago
  38. e7134aa return old value of PyMac_DoYieldEnabled; -1 means do not even check for interrupts by Guido van Rossum · 30 years ago
  39. e6d9ccc change SC ifdef to MPW by Guido van Rossum · 30 years ago
  40. b2f6a7e Minor bug fix by Jack Jansen · 30 years ago
  41. 9fed183 cfm 68k support by Guido van Rossum · 30 years ago
  42. a76382a Added HandleEvent method to macos, so python programs can hand back by Jack Jansen · 30 years ago
  43. ee23d6e - Moved interrupt code to macglue.c by Jack Jansen · 30 years ago
  44. e8e8ae0 Added eventhandling in mainloop/busywait routine plus leaving some by Jack Jansen · 30 years ago
  45. bf068b1 Got rid of the Resource and Sound interfaces, in favor of the ones by Guido van Rossum · 30 years ago
  46. 5679e56 ported CW5 changes back to Think by Guido van Rossum · 30 years ago
  47. b7e79e5 Got rid of {Get,Set}FileType in favor of {Get,Set}CreatorAndType -- by Guido van Rossum · 30 years ago
  48. 673e142 Ported to CW5/new universal headers by Jack Jansen · 30 years ago
  49. 9aa3d13 renamed Get routines to PyMac_Get; added macfs to config.c by Guido van Rossum · 30 years ago
  50. f74d4e2 added high level event interface (requires stdwin patch) by Guido van Rossum · 30 years ago
  51. 9589e93 Moved some generally useful routines to macglue.c by Jack Jansen · 30 years ago
  52. fffb8bb rename2 changes by Guido van Rossum · 30 years ago
  53. e791c2e Used new getargs interface; added {Get,Set}FileInfo. by Guido van Rossum · 30 years ago
  54. 9954699 1995 copyright by Guido van Rossum · 30 years ago
  55. 97ce361 - Use PyErr_Mac for nicer exceptions by Jack Jansen · 30 years ago
  56. e433c97 config.c: add MacOS module by Guido van Rossum · 30 years ago
  57. df1c4ee Support user routines (callbacks) on sound channels. by Guido van Rossum · 30 years ago
  58. 2d16703 gestaltmodule.c: interface to Gestalt Manager. by Guido van Rossum · 30 years ago