1. 52ea7e9 Patch #632973: Implement _getdefaultlocale for OS X. by Martin v. Löwis · 22 years ago
  2. 5f26dda Restore to ANSI C. by Michael W. Hudson · 22 years ago
  3. dde800e Got rid of the python.rsrc resource file. The error message strings and by Jack Jansen · 22 years ago
  4. 8fce2ef Made MacOS.Error a class style exception (at last!). by Jack Jansen · 22 years ago
  5. 21ed16a Added one call to Py_Main(), for OSX framework builds only, that will get the by Jack Jansen · 22 years ago
  6. 22a51ef More sprintf -> PyOS_snprintf. by Tim Peters · 23 years ago
  7. 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
  8. 666b1e7 Link the core with CoreServices, not with Carbon, and don't use any Carbon by Jack Jansen · 23 years ago
  9. 697842f Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' by Jack Jansen · 23 years ago
  10. fabd00f Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. by Jack Jansen · 23 years ago
  11. 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
  12. 3cbf6d9 Mac toolbox modules have gotten an _ prepended to their name. by Jack Jansen · 23 years ago
  13. d844a5f Got rid of unused includes. by Jack Jansen · 23 years ago
  14. 94bebc0 Split macglue.c into two: a new mactoolboxglue.c (in ./Python) by Jack Jansen · 23 years ago