1. 2b3ce3b FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS9. Fixed. by Jack Jansen · 23 years ago
  2. 9c56475 Added a convenience routine pathname() which accepts either a string, unicode, by Jack Jansen · 23 years ago
  3. e58962a Fixed the first two bugs in the new file dialogs (found by Just): by Jack Jansen · 23 years ago
  4. b2a5772 It turns out that some calls return AEDesc records that are "borrowed", by Jack Jansen · 23 years ago
  5. c99b675 For reasons unknown previewProc and filterProc were disabled. Enabled them. by Jack Jansen · 23 years ago
  6. 2d0909b Implemented FSCatalogInfo structure support, and used this to implement by Jack Jansen · 23 years ago
  7. bc65521 Implemented FSCatalogInfo. by Jack Jansen · 23 years ago
  8. b2fcd08 Started on implementing support for FSCatalogInfo. Doesn't work yet, don't by Jack Jansen · 23 years ago
  9. 3e82872 Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. by Jack Jansen · 23 years ago
  10. 5681acb Added zipimport and _random module. by Jack Jansen · 23 years ago
  11. 248f6f1 Second-argument alias methods were generated with a variation on by Jack Jansen · 23 years ago
  12. 00df3e0 If you entered a pathname for a nonexisting file to a FSSpec constructor by Jack Jansen · 23 years ago
  13. e072b87 Removed macfs, added File and Folder. by Jack Jansen · 23 years ago
  14. b734869 - Various tweaks to shut up compiler warnings. by Jack Jansen · 23 years ago
  15. 234d074 - Various tweaks to forestall compiler warnings. by Jack Jansen · 23 years ago
  16. 6810f92 The extension module macfs has been replaced by a pure Python version. by Jack Jansen · 23 years ago
  17. e876633 Added the last missing bits of functionality, and fixed a nasty bug where we by Jack Jansen · 23 years ago
  18. f955784 Regenerated with inheritance-aware xxxx_Check() macros. by Jack Jansen · 23 years ago
  19. 543c925 - Added rawdata initializers by Jack Jansen · 23 years ago
  20. 1795f29 Fixed silly typo. Added comment (to myself) on what still needs to be done. by Jack Jansen · 23 years ago
  21. ae63756 Include Finder.h too in the list of header files to parse: the finder by Jack Jansen · 23 years ago
  22. e55beef - Added as_pathname and as_tuple methods by Jack Jansen · 23 years ago
  23. e3a1c8f Combined alias and file into a single module. This is the only reasonable by Jack Jansen · 23 years ago
  24. 6d802a0 Tweaks to make this module OS9-compatible. by Jack Jansen · 23 years ago
  25. b132a39 Removed: not carbon-compatible. by Jack Jansen · 23 years ago
  26. 65cbf93 Get rid of support for Universal Headers older than 3.4 and various other by Jack Jansen · 23 years ago
  27. 6c7e326 Getting rid of pre-Carbon (MacOS8) support. All code depending on by Jack Jansen · 23 years ago
  28. 5f61a05 Fixed so the Res.Resource() accepts either another resource, a string by Jack Jansen · 23 years ago
  29. 96cebde Added PEP253 support to most Carbon modules. This isn't complete yet: by Jack Jansen · 23 years ago
  30. dbd5701 Converted the Carbon modules to use PEP252-style objects, with by Jack Jansen · 23 years ago
  31. 4b5c7a4 Allow access to the returned value(s) as FSRefs. Unfortunately for some by Jack Jansen · 23 years ago
  32. d0e59fb Added the alias manager too. The interface isn't perfect yet: the alias by Jack Jansen · 23 years ago
  33. e2ba873 Got angry and added support for pretty much the whole file and folder by Jack Jansen · 23 years ago
  34. 9725735 Define PyDoc_STR if it isn't defined. This makes these modules compile by Jack Jansen · 23 years ago
  35. 277fc7e Enable _AH module. by Jack Jansen · 23 years ago
  36. fe9acde Typecode for AHTOCType was wrong. Fixed. by Jack Jansen · 23 years ago
  37. 983258e Revived the Carbon.Help module, but implementing the MacHelp API in stead by Jack Jansen · 23 years ago
  38. d59f8d0 Interface to Apple Help Manager. by Jack Jansen · 23 years ago
  39. f34a8bc Moved CoreFoundation type support to bgen/macsupport. by Jack Jansen · 23 years ago
  40. 286e838 Added PyDoc_STR's. by Jack Jansen · 23 years ago
  41. 4993188 Regenerated with PyDoc_STR() around docstrings. by Jack Jansen · 23 years ago
  42. 7ca993e Fixed the bugs in the constant definitions, and in the code to test by Jack Jansen · 23 years ago
  43. 87eea88 After generating the Python file with definitions try to run it, so by Jack Jansen · 23 years ago
  44. 9536bcb This file should have gone long ago. by Jack Jansen · 23 years ago
  45. 9c5b61b Patch #567296 by Pim Buurman, slightly modified by me so it can be disabled by Jack Jansen · 23 years ago
  46. c4ff194 Fixed the last two bgen-based modules to be buildable on OSX. by Jack Jansen · 23 years ago
  47. aaebdd6 Enable building of Carbon toolbox modules with unix-Python. by Jack Jansen · 23 years ago
  48. ff8dec7 Got rid of staticforward. by Jack Jansen · 23 years ago
  49. 3bd3fed Added _IBCarbon module. by Jack Jansen · 23 years ago
  50. acbaefd Updated to something that works on my system, and regenerated module. by Jack Jansen · 23 years ago
  51. 0c06992 Donovan Preston's interface to IBCarbon, allowing you to use Interface by Jack Jansen · 23 years ago
  52. 938ace6 staticforward bites the dust. by Jeremy Hylton · 23 years ago
  53. 059ed83 - Got rid if WITH_CYCLE_GC by Jack Jansen · 23 years ago
  54. fc7d379 - Got rid of newmodule.c - These are the final projects that support classic. by Jack Jansen · 23 years ago
  55. 84fca94 fixed refcount leak in CreateNewWindow() and CreateWindowFromResource(). by Just van Rossum · 23 years ago
  56. 0e2f798 Replaced lots of PyMem_DEL() calls with PyObject_DEL(). by Jack Jansen · 23 years ago
  57. eaba9d7 Added typechecking to the individual python->CF converters, so we can use them in the CF object initializers safely. by Jack Jansen · 23 years ago
  58. 23be1ce Added CFPreferences support. Added these as functions, not methods, which seemed counter-intuitive. by Jack Jansen · 23 years ago
  59. 7906634 - Better exception when a NULL CF object is encountered. by Jack Jansen · 23 years ago
  60. 6d207c0 - Get data from CFData objects as Python strings and vv. by Jack Jansen · 23 years ago
  61. 4225132 Fixed string and dict conversion, and implemented booleans and numbers (int and float). I think we now have enough CFType support to start on plists and CFpreferences! by Jack Jansen · 23 years ago
  62. 1df628d Partial fix for string handling. Null byte TBD. by Jack Jansen · 23 years ago
  63. 5ad6f7a More support for bridging between Python and CoreFoundation objects. Still untested. by Jack Jansen · 23 years ago
  64. efaffae First steps towards a generalized converter of Python object by Jack Jansen · 23 years ago
  65. 033b79c Regenerated. by Jack Jansen · 23 years ago
  66. 786681a Got rid of obsolete appearance flag. by Jack Jansen · 23 years ago
  67. 8ab04b4 Got rid of ifdefs for long-obsolete GUSI versions. by Jack Jansen · 23 years ago
  68. 714d726 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
  69. 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
  70. 150ed61 Generate with weaklink stubs, so missing routines (on MacOS 8.6 and earlier) by Jack Jansen · 23 years ago
  71. 0e5a733 Solve sync() signature conflict differently: manually return 0 if by Jack Jansen · 23 years ago
  72. ca9a4a6 Lurking bug found by patch for 531291: FSSpecs should be passed to by Jack Jansen · 23 years ago
  73. cb6cf13 Some of the newer routines return an OSErr, like most toolbox calls, in stead of depending on ResError(). Second half of fix for #531291. by Jack Jansen · 23 years ago
  74. dd989e1 Added ClipCGContextToRegion() from Quickdraw.h. by Just van Rossum · 23 years ago
  75. 38b504e Added support for SyncCGContextOriginWithPort(). by Just van Rossum · 23 years ago
  76. 5ae815a Some buffers needed to be unsigned char, not char. by Jack Jansen · 23 years ago
  77. 6a60915 Don't blacklist ModalFilterUPP but always pass it as NULL. This enables the record routines to be generated. by Jack Jansen · 24 years ago
  78. e62ceac Added SndRecord and (classic only) SndRecordToFile. by Jack Jansen · 24 years ago
  79. ba4fe77 Added as_pathname() method to FSRef objects. by Jack Jansen · 24 years ago
  80. d48b106 In MachoPython expect Unix-style pathnames for both FSSpec and FSRef initializers. TBD: Do the reverse for MacPython, and also handle as_pathname(). by Jack Jansen · 24 years ago
  81. 8f54f2a Internet Config is now part of official Apple interfaces, so use the new by Jack Jansen · 24 years ago
  82. b99e521 - Updated to Waste 2.0. by Jack Jansen · 24 years ago
  83. 4b36735 Fixed TrackMouseRegion() argument: ioWasInRgn is an in/out parameter. by Just van Rossum · 24 years ago
  84. ec0107f Today's Carbon Toolbox addition: CarbonEvt.TrackMouseLocation() and friends. by Just van Rossum · 24 years ago
  85. ca3b2ff Today's Carbon Toolbox addition: QDTextBounds() by Just van Rossum · 24 years ago
  86. 6253a11 Added support for DrawThemeButton() and friends. by Just van Rossum · 24 years ago
  87. 8a107fb Whoops, it's late -- generated output now matches what's checked in... by Just van Rossum · 24 years ago
  88. eae9504 Q&D support for ThemeDrawingState objects. by Just van Rossum · 24 years ago
  89. c4cf27e - added support for UserPaneKeyDownProc and UserPaneFocusProc by Just van Rossum · 24 years ago
  90. 3bac5ca Some of the new routines are carbon-only. by Jack Jansen · 24 years ago
  91. 7d1d396 Callback error handling improvements: by Just van Rossum · 24 years ago
  92. 3e584aa Ugh, by all means, _do_ report exceptions somehow ;-) by Just van Rossum · 24 years ago
  93. 43c2de2 fixed SetEventParameter() signature: removed unneccesary length arg. by Just van Rossum · 24 years ago
  94. 8edfc54 The output MenuRef of GetMenuItemHierarchicalMenu() may be NULL. by Just van Rossum · 24 years ago
  95. 4f6fe52 - Added DrawThemeTextBox() by Just van Rossum · 24 years ago
  96. 1ca65c0 rectified copy/paste oversight in comment by Just van Rossum · 24 years ago
  97. ca3cff3 - Added support for optional MenuObj arguments by Just van Rossum · 24 years ago
  98. 69ac361 Added some support for unicode arguments. by Jack Jansen · 24 years ago
  99. 420ed40 Added support for the Carbon scrap manager (finally). by Jack Jansen · 24 years ago
  100. 7633593 Oops, forgot to mark CreateScrollBarControl and CreateSliderControl by Just van Rossum · 24 years ago