1. a098294 Make test_urllib.py pass. Mostly str/bytes issues. by Guido van Rossum · 18 years ago
  2. 5e23d57 Changes to ctypes and Mac toolbox glue that fix test_threading and test_platform. by Guido van Rossum · 18 years ago
  3. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  4. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  5. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  6. ec6eb36 SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core by Raymond Hettinger · 21 years ago
  7. 59f072a Moved PyMac_GetScript() to _localemodule, which is the only place where by Jack Jansen · 21 years ago
  8. a53f4eb Getting rid of code conditional on TARGET_API_MAC_*. by Jack Jansen · 21 years ago
  9. 37249c5 WITHOUT_FRAMEWORKS conditional code bites the dust: this was for by Jack Jansen · 21 years ago
  10. 4eb45e7 Added functions CFObj_New and CFObj_Convert, general functions to convert by Jack Jansen · 22 years ago
  11. 84c2b1b Oops, 'k' is the new format code for un unchecked 32 bit quantity, not 'K'. by Jack Jansen · 22 years ago
  12. ecc6635 Converted manually written code to the new K format specifier. by Jack Jansen · 22 years ago
  13. ad5e76a Use Carbon.File for FSSpec and FSRef conversion, not macfs. by Jack Jansen · 22 years ago
  14. b2a5772 It turns out that some calls return AEDesc records that are "borrowed", by Jack Jansen · 22 years ago
  15. 0a116f3 Squashed compiler warnings by adding casts, making sure prototypes are in by Jack Jansen · 22 years ago
  16. 52ea7e9 Patch #632973: Implement _getdefaultlocale for OS X. by Martin v. Löwis · 22 years ago
  17. 5f26dda Restore to ANSI C. by Michael W. Hudson · 23 years ago
  18. dde800e Got rid of the python.rsrc resource file. The error message strings and by Jack Jansen · 23 years ago
  19. 8fce2ef Made MacOS.Error a class style exception (at last!). by Jack Jansen · 23 years ago
  20. 21ed16a Added one call to Py_Main(), for OSX framework builds only, that will get the by Jack Jansen · 23 years ago
  21. 22a51ef More sprintf -> PyOS_snprintf. by Tim Peters · 23 years ago
  22. 537a69f Make the CoreFoundation object _New and _Convert routines available to other modules. Idea by Donovan Preston, implementaion by me. by Jack Jansen · 24 years ago
  23. 666b1e7 Link the core with CoreServices, not with Carbon, and don't use any Carbon by Jack Jansen · 24 years ago
  24. 697842f Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' by Jack Jansen · 24 years ago
  25. fabd00f Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. by Jack Jansen · 24 years ago
  26. 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 · 24 years ago
  27. 3cbf6d9 Mac toolbox modules have gotten an _ prepended to their name. by Jack Jansen · 24 years ago
  28. d844a5f Got rid of unused includes. by Jack Jansen · 24 years ago
  29. 94bebc0 Split macglue.c into two: a new mactoolboxglue.c (in ./Python) by Jack Jansen · 24 years ago