1. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  2. da6081f Ported to Universal Headers 3.4.2. Qd and Qt remain to be done. by Jack Jansen · 21 years ago
  3. 7107c1a Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. by Jack Jansen · 21 years ago
  4. a53f4eb Getting rid of code conditional on TARGET_API_MAC_*. by Jack Jansen · 21 years ago
  5. e48cef7 Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS: MacOS9isms. by Jack Jansen · 21 years ago
  6. b734869 - Various tweaks to shut up compiler warnings. by Jack Jansen · 22 years ago
  7. f955784 Regenerated with inheritance-aware xxxx_Check() macros. by Jack Jansen · 22 years ago
  8. 6c7e326 Getting rid of pre-Carbon (MacOS8) support. All code depending on by Jack Jansen · 22 years ago
  9. 96cebde Added PEP253 support to most Carbon modules. This isn't complete yet: by Jack Jansen · 22 years ago
  10. dbd5701 Converted the Carbon modules to use PEP252-style objects, with by Jack Jansen · 22 years ago
  11. f34a8bc Moved CoreFoundation type support to bgen/macsupport. by Jack Jansen · 22 years ago
  12. 7ca993e Fixed the bugs in the constant definitions, and in the code to test by Jack Jansen · 22 years ago
  13. 87eea88 After generating the Python file with definitions try to run it, so by Jack Jansen · 22 years ago
  14. aaebdd6 Enable building of Carbon toolbox modules with unix-Python. by Jack Jansen · 22 years ago
  15. ff8dec7 Got rid of staticforward. by Jack Jansen · 22 years ago
  16. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  17. 033b79c Regenerated. by Jack Jansen · 23 years ago
  18. 69ac361 Added some support for unicode arguments. by Jack Jansen · 23 years ago
  19. 620a766 Updated to Universal Headers 3.4 by Jack Jansen · 23 years ago
  20. 9635f33 Quick patch to allow building with Universal Headers 3.4. by Jack Jansen · 23 years ago
  21. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  22. b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 23 years ago
  23. fd06486 Shut up many more gcc warnings. by Jack Jansen · 23 years ago
  24. 06d2e1a Regenerated without default int return types. by Jack Jansen · 23 years ago
  25. e9fb3d6 Include Carbon/Carbon.h if we're on OSX. by Jack Jansen · 23 years ago
  26. 25a5bd7 Renamed. by Jack Jansen · 23 years ago
  27. 50ecb0a Renamed the Mac toolbox modules to have an initial _ in their name. by Jack Jansen · 23 years ago
  28. 77105a9 The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package. by Jack Jansen · 23 years ago
  29. 03b33ef TXNTSMCheck isn't available under Mach-O Carbon. by Jack Jansen · 23 years ago
  30. e85e4e4 The TNXDraw gworld argument is optional. by Jack Jansen · 23 years ago
  31. f0ded2f Various small fixes. The demo now starts to limp along. by Jack Jansen · 23 years ago
  32. d4b8361 Fixed the mis-guessed parameters and added support for a few optional parameter types. There's a good chance that this is usable now (but there's no test code yet). by Jack Jansen · 23 years ago
  33. 2aadb89 First stab at an interface to the Multi Language Text Editor. It compiles and imports, but that's about all. Apple didn't put const in front of their input-only by-reference args, so that needs fixing first. by Jack Jansen · 23 years ago