1. 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 17 years ago
  2. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  3. 2368193 Add warnings to and deprecated all those Mac modules by Benjamin Peterson · 17 years ago
  4. 8786eb5 Fix a couple of warnings on Mac OS X. by Neal Norwitz · 19 years ago
  5. 7107c1a Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. by Jack Jansen · 22 years ago
  6. bc2fbc7 Getting rid of one more TARGET_API_MAC_OSX. by Jack Jansen · 22 years ago
  7. 37249c5 WITHOUT_FRAMEWORKS conditional code bites the dust: this was for by Jack Jansen · 22 years ago
  8. 84c2b1b Oops, 'k' is the new format code for un unchecked 32 bit quantity, not 'K'. by Jack Jansen · 22 years ago
  9. ecc6635 Converted manually written code to the new K format specifier. by Jack Jansen · 22 years ago
  10. 45f5c4a Removed unused variable by Jack Jansen · 22 years ago
  11. e58962a Fixed the first two bugs in the new file dialogs (found by Just): by Jack Jansen · 23 years ago
  12. c99b675 For reasons unknown previewProc and filterProc were disabled. Enabled them. by Jack Jansen · 23 years ago
  13. b734869 - Various tweaks to shut up compiler warnings. by Jack Jansen · 23 years ago
  14. 6c7e326 Getting rid of pre-Carbon (MacOS8) support. All code depending on by Jack Jansen · 23 years ago
  15. 4b5c7a4 Allow access to the returned value(s) as FSRefs. Unfortunately for some by Jack Jansen · 23 years ago
  16. 938ace6 staticforward bites the dust. by Jeremy Hylton · 23 years ago
  17. 0e2f798 Replaced lots of PyMem_DEL() calls with PyObject_DEL(). by Jack Jansen · 23 years ago
  18. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 24 years ago
  19. 1767f93 Added prototypes to silence gcc strict-prototype warnings. by Jack Jansen · 24 years ago
  20. 569ba10 Don't call PyMac_HandleEvent in unix-Python by Jack Jansen · 24 years ago
  21. 1129671 Fixed changed UPP routines names. The module now compiles and loads. by Jack Jansen · 24 years ago
  22. c33a423 Treat an empty kwdict argument the same as a missing one. by Jack Jansen · 25 years ago
  23. 04b8549 Fixes that should make it possible to run Python on machines without NavServices installed. by Jack Jansen · 25 years ago
  24. fa1e27d Got rid of Py_FatalError calls. by Jack Jansen · 25 years ago
  25. 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 25 years ago
  26. 9d8b96c pymactoolbox.h contains protoypes for all externally visible toolbox module by Jack Jansen · 25 years ago
  27. e79dc76 Made the core toolbox modules carbon-compatible using the new greylist feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open. by Jack Jansen · 25 years ago
  28. 9d61d1b Got rid of PyMem_XDEL. by Jack Jansen · 25 years ago
  29. 2c6cf97 Handling of defaultLocation argument was wrong, causing a crash when used. Fixed. by Jack Jansen · 26 years ago
  30. 77abc43 Added a line about passing None as eventProc to the docstring to get movable by Jack Jansen · 26 years ago
  31. a07431f Finished (I think), but only very lightly tested. Should now have full interface: all by Jack Jansen · 26 years ago
  32. e1a45b3 Allow keyword arguments, and the dialog is now actually shown. No way to by Jack Jansen · 26 years ago
  33. e91a29d Navigation Services module. Started from scratch, as Joe's module exported too little for my needs. by Jack Jansen · 26 years ago