1. 22a51ef More sprintf -> PyOS_snprintf. by Tim Peters · 23 years ago
  2. 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
  3. 666b1e7 Link the core with CoreServices, not with Carbon, and don't use any Carbon by Jack Jansen · 23 years ago
  4. 697842f Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' by Jack Jansen · 23 years ago
  5. fabd00f Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. by Jack Jansen · 23 years ago
  6. 06bd323 Refer to the toolbox modules by their official name (Carbon.AE), not the internal name (_AE). This can slow things down (once) but it's the only way I can get things to work on OSX, OS9 dynamically loaded and OS9 frozen. by Jack Jansen · 23 years ago
  7. 3cbf6d9 Mac toolbox modules have gotten an _ prepended to their name. by Jack Jansen · 23 years ago
  8. d844a5f Got rid of unused includes. by Jack Jansen · 23 years ago
  9. 94bebc0 Split macglue.c into two: a new mactoolboxglue.c (in ./Python) by Jack Jansen · 23 years ago