1. e7bf59f Run 2to3's print fixer over some places that had been missed. by Collin Winter · 18 years ago
  2. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 18 years ago
  3. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
  4. 87eea88 After generating the Python file with definitions try to run it, so by Jack Jansen · 23 years ago
  5. aaebdd6 Enable building of Carbon toolbox modules with unix-Python. by Jack Jansen · 23 years ago
  6. 23be1ce Added CFPreferences support. Added these as functions, not methods, which seemed counter-intuitive. by Jack Jansen · 23 years ago
  7. 7906634 - Better exception when a NULL CF object is encountered. by Jack Jansen · 23 years ago
  8. 6d207c0 - Get data from CFData objects as Python strings and vv. by Jack Jansen · 23 years ago
  9. 9d79990 Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. by Jack Jansen · 23 years ago
  10. 69ac361 Added some support for unicode arguments. by Jack Jansen · 24 years ago
  11. 6f70d62 Used an adapted MethodGenerator to generate methods too for functions that have the object as the second arg after a first CFAllocatorRef arg (which we pass as NULL always anyway). by Jack Jansen · 24 years ago
  12. 340d98f - Use weaklink generators so we can support OSX-only calls without crashing on OS9. by Jack Jansen · 24 years ago
  13. 7becc91 Added CFURL support, and got base chaining to really work. by Jack Jansen · 24 years ago
  14. bc7c896 CFArray, CFData and CFDictonary are now covered, but mainly opaque. by Jack Jansen · 24 years ago
  15. 686f9c3 First small step towards bgen-generated CoreFoundation. there is hardly any real functionality yet, but method chains seem to work, and so do Retain/Release semantics. by Jack Jansen · 24 years ago