1. ec6eb36 SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core by Raymond Hettinger · 20 years ago
  2. 59f072a Moved PyMac_GetScript() to _localemodule, which is the only place where by Jack Jansen · 20 years ago
  3. 3305d24 Got rid of macglue.h, moved the little bit that remains relevant by Jack Jansen · 21 years ago
  4. 37249c5 WITHOUT_FRAMEWORKS conditional code bites the dust: this was for by Jack Jansen · 21 years ago
  5. 4eb45e7 Added functions CFObj_New and CFObj_Convert, general functions to convert by Jack Jansen · 21 years ago
  6. b2a5772 It turns out that some calls return AEDesc records that are "borrowed", by Jack Jansen · 22 years ago
  7. 47ec141 Added include guards and C++ extern "C" {} constructs. Partial fix for #607253. by Jack Jansen · 22 years ago
  8. 21ed16a Added one call to Py_Main(), for OSX framework builds only, that will get the by Jack Jansen · 22 years ago
  9. 537a69f Make the CoreFoundation object _New and _Convert routines available to other modules. Idea by Donovan Preston, implementaion by me. by Jack Jansen · 23 years ago
  10. 7b04946 Prototype for PyMac_GetFullPathname(). by Jack Jansen · 23 years ago
  11. fabd00f Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. by Jack Jansen · 23 years ago
  12. 94bebc0 Split macglue.c into two: a new mactoolboxglue.c (in ./Python) by Jack Jansen · 23 years ago[Renamed (61%) from Mac/Include/pymactoolbox.h]
  13. a5bca57 PyMac_GetFSSpec must be called via the dylib glue code on OSX. by Jack Jansen · 23 years ago
  14. 0268ac8 Include Carbon/Carbon.h if appropriate. by Jack Jansen · 23 years ago
  15. 9f66b4a include Carbon/Carbon.h in stead of universal headers, if appropriate. by Jack Jansen · 23 years ago
  16. f57a4a2 Glue code to connect obj_New and obj_Convert routines (the PyArg_Parse and Py_BuildTuple helpers) from one dynamically imported module to another. by Jack Jansen · 23 years ago
  17. add58f9 Added prototype for DlgObj_WhichDialog() by Jack Jansen · 23 years ago
  18. 50bf148 Qdoffs now exports the GWorldObj_{New,Convert} functions. by Jack Jansen · 24 years ago
  19. 7a1b6fe Added prototype for DlgObj_ConvertToWindow(). by Jack Jansen · 24 years ago
  20. 9d8b96c pymactoolbox.h contains protoypes for all externally visible toolbox module by Jack Jansen · 24 years ago