1. ca56dd4 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  2. fd2f85d Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal of by sashk · 8 years ago
  3. c83ea13 Untabify C files. Will watch buildbots. by Antoine Pitrou · 14 years ago
  4. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  5. 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 16 years ago
  6. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  7. 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
  8. 249f6b1 Add missing Py_DECREFs. by Thomas Heller · 18 years ago
  9. 6c10748 This patches fixes a number of byteorder problems in MacOSX specific code. by Ronald Oussoren · 18 years ago
  10. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  11. ec6eb36 SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core by Raymond Hettinger · 20 years ago
  12. 59f072a Moved PyMac_GetScript() to _localemodule, which is the only place where by Jack Jansen · 20 years ago
  13. a53f4eb Getting rid of code conditional on TARGET_API_MAC_*. by Jack Jansen · 21 years ago
  14. 37249c5 WITHOUT_FRAMEWORKS conditional code bites the dust: this was for by Jack Jansen · 21 years ago
  15. 4eb45e7 Added functions CFObj_New and CFObj_Convert, general functions to convert by Jack Jansen · 21 years ago
  16. 84c2b1b Oops, 'k' is the new format code for un unchecked 32 bit quantity, not 'K'. by Jack Jansen · 21 years ago
  17. ecc6635 Converted manually written code to the new K format specifier. by Jack Jansen · 21 years ago
  18. ad5e76a Use Carbon.File for FSSpec and FSRef conversion, not macfs. by Jack Jansen · 21 years ago
  19. b2a5772 It turns out that some calls return AEDesc records that are "borrowed", by Jack Jansen · 21 years ago
  20. 0a116f3 Squashed compiler warnings by adding casts, making sure prototypes are in by Jack Jansen · 22 years ago
  21. 52ea7e9 Patch #632973: Implement _getdefaultlocale for OS X. by Martin v. Löwis · 22 years ago
  22. 5f26dda Restore to ANSI C. by Michael W. Hudson · 22 years ago
  23. dde800e Got rid of the python.rsrc resource file. The error message strings and by Jack Jansen · 22 years ago
  24. 8fce2ef Made MacOS.Error a class style exception (at last!). by Jack Jansen · 22 years ago
  25. 21ed16a Added one call to Py_Main(), for OSX framework builds only, that will get the by Jack Jansen · 22 years ago
  26. 22a51ef More sprintf -> PyOS_snprintf. by Tim Peters · 23 years ago
  27. 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
  28. 666b1e7 Link the core with CoreServices, not with Carbon, and don't use any Carbon by Jack Jansen · 23 years ago
  29. 697842f Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' by Jack Jansen · 23 years ago
  30. fabd00f Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. by Jack Jansen · 23 years ago
  31. 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
  32. 3cbf6d9 Mac toolbox modules have gotten an _ prepended to their name. by Jack Jansen · 23 years ago
  33. d844a5f Got rid of unused includes. by Jack Jansen · 23 years ago
  34. 94bebc0 Split macglue.c into two: a new mactoolboxglue.c (in ./Python) by Jack Jansen · 23 years ago