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