1. 000a074 Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 by Christian Heimes · 17 years ago
  2. bfbfe1f Fix for bug #1525447 (renaming to MacOSmodule.c would also work, but not by Ronald Oussoren · 18 years ago[Renamed from Mac/Modules/macosmodule.c]
  3. dd82734 Add missing Py_DECREF. by Thomas Heller · 18 years ago
  4. ec6eb36 SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core by Raymond Hettinger · 20 years ago
  5. 43285d4 CGMainDisplayID() doesn't exist on 10.1, so don't try to call it when by Jack Jansen · 20 years ago
  6. 7107c1a Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. by Jack Jansen · 21 years ago
  7. a53f4eb Getting rid of code conditional on TARGET_API_MAC_*. by Jack Jansen · 21 years ago
  8. 37249c5 WITHOUT_FRAMEWORKS conditional code bites the dust: this was for by Jack Jansen · 21 years ago
  9. fb27656 Getting rid of support for the ancient Apple MPW compiler. by Jack Jansen · 21 years ago
  10. fe94e97 GetCreatorAndType and SetCreatorAndType have been undeprecated. Spotted by Just. by Jack Jansen · 21 years ago
  11. 8cd9a4f Added a linkmodel attribute, showing how Python was built. This is so by Jack Jansen · 21 years ago
  12. d7c1723 Added a method WMAvailable(). This will return True if and only if there by Jack Jansen · 21 years ago
  13. b734869 - Various tweaks to shut up compiler warnings. by Jack Jansen · 22 years ago
  14. 6c7e326 Getting rid of pre-Carbon (MacOS8) support. All code depending on by Jack Jansen · 22 years ago
  15. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  16. 0e2f798 Replaced lots of PyMem_DEL() calls with PyObject_DEL(). by Jack Jansen · 22 years ago
  17. 786681a Got rid of obsolete appearance flag. by Jack Jansen · 22 years ago
  18. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  19. 697842f Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' by Jack Jansen · 23 years ago
  20. deefbe5 - Don't return mac-style pathnames in unix-Python. by Jack Jansen · 23 years ago
  21. f316330 Ifdeffed a few more sections. All functionality that is relevant on MacOSX by Jack Jansen · 23 years ago
  22. 6143d53 Include Carbon/Carbon.h in stead of universal headers, if appropriate. by Jack Jansen · 23 years ago
  23. 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
  24. 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 · 23 years ago
  25. 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
  26. b19c667 Added a method KeepConsole so programs can override the Keep console open option. by Jack Jansen · 24 years ago
  27. fa1e27d Got rid of Py_FatalError calls. by Jack Jansen · 24 years ago
  28. 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 24 years ago
  29. d4d24cd Removed USE_STDWIN support. by Jack Jansen · 24 years ago
  30. 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
  31. 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 · 24 years ago
  32. 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
  33. deff89c Replaced fprintf(stderr,...) with PySys_WriteStderr(...) where appropriate. by Jack Jansen · 26 years ago
  34. d674163 The init routine for MacOS had a non-standard name. Changed to initMacOS(). by Jack Jansen · 26 years ago
  35. cbe6a53 Fixed double-dispose of splash() dialog by Jack Jansen · 26 years ago
  36. a755e68 Export type objects to Python by Jack Jansen · 27 years ago
  37. 2e871e4 Added SysBeep by Jack Jansen · 27 years ago
  38. 898ac1b Added GetTicks() here, so profiling can use a decent timer by Jack Jansen · 27 years ago
  39. 883765e added SetEventHandler by Jack Jansen · 27 years ago
  40. 120a105 Removed SetScheduleTimes Added SchedParams Added docstrings for most routines by Jack Jansen · 27 years ago
  41. 450ae9f Don't free the MacOS_Splash() dialog twice... by Jack Jansen · 27 years ago
  42. eeccca9 - Changed the m# format for PyArg_ParseTuple back to s# by Jack Jansen · 27 years ago
  43. f73bab7 Added an attribute string_id_to_buffer, which gives the offset you by Jack Jansen · 27 years ago
  44. 4a8c54e - Changed GestaltEqu.h to Gestalt.h by Jack Jansen · 27 years ago
  45. 42218ce Added/updated copyright notices by Jack Jansen · 27 years ago
  46. 84fb1fa Got rid of nfullpath() by Jack Jansen · 28 years ago
  47. a1255e0 removed unused var by Jack Jansen · 28 years ago
  48. eb76b84 Added DebugStr method to drop into low-level debugger by Jack Jansen · 28 years ago
  49. 04df9d5 Added dialog-centering code to splash() by Jack Jansen · 28 years ago
  50. df34cf1 Fixed macos.splash to actually *draw* the splash box:-) by Jack Jansen · 28 years ago
  51. ab7fcdd Added splash method (to quickly display splash screen without first by Jack Jansen · 28 years ago
  52. 6648fb7 Removed unused vars by Jack Jansen · 28 years ago
  53. 76a0589 Added openrf method, which opens resource fork. The resulting object by Jack Jansen · 28 years ago
  54. 829f88c Added GetErrorString method (convert OSErr number to string) by Jack Jansen · 29 years ago
  55. e7134aa return old value of PyMac_DoYieldEnabled; -1 means do not even check for interrupts by Guido van Rossum · 29 years ago
  56. e6d9ccc change SC ifdef to MPW by Guido van Rossum · 29 years ago
  57. b2f6a7e Minor bug fix by Jack Jansen · 29 years ago
  58. 9fed183 cfm 68k support by Guido van Rossum · 29 years ago
  59. a76382a Added HandleEvent method to macos, so python programs can hand back by Jack Jansen · 29 years ago
  60. ee23d6e - Moved interrupt code to macglue.c by Jack Jansen · 29 years ago
  61. e8e8ae0 Added eventhandling in mainloop/busywait routine plus leaving some by Jack Jansen · 29 years ago
  62. bf068b1 Got rid of the Resource and Sound interfaces, in favor of the ones by Guido van Rossum · 29 years ago
  63. 5679e56 ported CW5 changes back to Think by Guido van Rossum · 29 years ago
  64. b7e79e5 Got rid of {Get,Set}FileType in favor of {Get,Set}CreatorAndType -- by Guido van Rossum · 29 years ago
  65. 673e142 Ported to CW5/new universal headers by Jack Jansen · 29 years ago
  66. 9aa3d13 renamed Get routines to PyMac_Get; added macfs to config.c by Guido van Rossum · 29 years ago
  67. f74d4e2 added high level event interface (requires stdwin patch) by Guido van Rossum · 29 years ago
  68. 9589e93 Moved some generally useful routines to macglue.c by Jack Jansen · 29 years ago
  69. fffb8bb rename2 changes by Guido van Rossum · 29 years ago
  70. e791c2e Used new getargs interface; added {Get,Set}FileInfo. by Guido van Rossum · 30 years ago
  71. 9954699 1995 copyright by Guido van Rossum · 30 years ago
  72. 97ce361 - Use PyErr_Mac for nicer exceptions by Jack Jansen · 30 years ago
  73. e433c97 config.c: add MacOS module by Guido van Rossum · 30 years ago
  74. df1c4ee Support user routines (callbacks) on sound channels. by Guido van Rossum · 30 years ago
  75. 2d16703 gestaltmodule.c: interface to Gestalt Manager. by Guido van Rossum · 30 years ago