1. eaba9d7 Added typechecking to the individual python->CF converters, so we can use them in the CF object initializers safely. by Jack Jansen · 22 years ago
  2. 23be1ce Added CFPreferences support. Added these as functions, not methods, which seemed counter-intuitive. by Jack Jansen · 22 years ago
  3. 7906634 - Better exception when a NULL CF object is encountered. by Jack Jansen · 22 years ago
  4. 6d207c0 - Get data from CFData objects as Python strings and vv. by Jack Jansen · 22 years ago
  5. 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 · 22 years ago
  6. 1df628d Partial fix for string handling. Null byte TBD. by Jack Jansen · 22 years ago
  7. 5ad6f7a More support for bridging between Python and CoreFoundation objects. Still untested. by Jack Jansen · 22 years ago
  8. efaffae First steps towards a generalized converter of Python object by Jack Jansen · 22 years ago
  9. 033b79c Regenerated. by Jack Jansen · 22 years ago
  10. 786681a Got rid of obsolete appearance flag. by Jack Jansen · 22 years ago
  11. 8ab04b4 Got rid of ifdefs for long-obsolete GUSI versions. by Jack Jansen · 22 years ago
  12. 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 · 22 years ago
  13. 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 · 22 years ago
  14. 150ed61 Generate with weaklink stubs, so missing routines (on MacOS 8.6 and earlier) by Jack Jansen · 22 years ago
  15. 0e5a733 Solve sync() signature conflict differently: manually return 0 if by Jack Jansen · 22 years ago
  16. ca9a4a6 Lurking bug found by patch for 531291: FSSpecs should be passed to by Jack Jansen · 22 years ago
  17. 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 · 22 years ago
  18. dd989e1 Added ClipCGContextToRegion() from Quickdraw.h. by Just van Rossum · 22 years ago
  19. 38b504e Added support for SyncCGContextOriginWithPort(). by Just van Rossum · 22 years ago
  20. 5ae815a Some buffers needed to be unsigned char, not char. by Jack Jansen · 22 years ago
  21. 6a60915 Don't blacklist ModalFilterUPP but always pass it as NULL. This enables the record routines to be generated. by Jack Jansen · 22 years ago
  22. e62ceac Added SndRecord and (classic only) SndRecordToFile. by Jack Jansen · 22 years ago
  23. ba4fe77 Added as_pathname() method to FSRef objects. by Jack Jansen · 22 years ago
  24. 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 · 22 years ago
  25. 8f54f2a Internet Config is now part of official Apple interfaces, so use the new by Jack Jansen · 23 years ago
  26. b99e521 - Updated to Waste 2.0. by Jack Jansen · 23 years ago
  27. 4b36735 Fixed TrackMouseRegion() argument: ioWasInRgn is an in/out parameter. by Just van Rossum · 23 years ago
  28. ec0107f Today's Carbon Toolbox addition: CarbonEvt.TrackMouseLocation() and friends. by Just van Rossum · 23 years ago
  29. ca3b2ff Today's Carbon Toolbox addition: QDTextBounds() by Just van Rossum · 23 years ago
  30. 6253a11 Added support for DrawThemeButton() and friends. by Just van Rossum · 23 years ago
  31. 8a107fb Whoops, it's late -- generated output now matches what's checked in... by Just van Rossum · 23 years ago
  32. eae9504 Q&D support for ThemeDrawingState objects. by Just van Rossum · 23 years ago
  33. c4cf27e - added support for UserPaneKeyDownProc and UserPaneFocusProc by Just van Rossum · 23 years ago
  34. 3bac5ca Some of the new routines are carbon-only. by Jack Jansen · 23 years ago
  35. 7d1d396 Callback error handling improvements: by Just van Rossum · 23 years ago
  36. 3e584aa Ugh, by all means, _do_ report exceptions somehow ;-) by Just van Rossum · 23 years ago
  37. 43c2de23 fixed SetEventParameter() signature: removed unneccesary length arg. by Just van Rossum · 23 years ago
  38. 8edfc54 The output MenuRef of GetMenuItemHierarchicalMenu() may be NULL. by Just van Rossum · 23 years ago
  39. 4f6fe52 - Added DrawThemeTextBox() by Just van Rossum · 23 years ago
  40. 1ca65c0 rectified copy/paste oversight in comment by Just van Rossum · 23 years ago
  41. ca3cff3 - Added support for optional MenuObj arguments by Just van Rossum · 23 years ago
  42. 69ac361 Added some support for unicode arguments. by Jack Jansen · 23 years ago
  43. 420ed40 Added support for the Carbon scrap manager (finally). by Jack Jansen · 23 years ago
  44. 7633593 Oops, forgot to mark CreateScrollBarControl and CreateSliderControl by Just van Rossum · 23 years ago
  45. cae6da6 - added support for ControlActionProcs, exposing the following calls: by Just van Rossum · 23 years ago
  46. 7eb48e3 Moved a bunch of routines from "blacklisted" to "graylisted", as they _are_ by Just van Rossum · 23 years ago
  47. 620a766 Updated to Universal Headers 3.4 by Jack Jansen · 23 years ago
  48. f30c3ad Added missing docstring by Just van Rossum · 23 years ago
  49. 66d78bf Added support for tab controls and initial (incomplete) support by Just van Rossum · 23 years ago
  50. 8208676 Patch #494553 by Donovan Preston: initial implementation by Just van Rossum · 23 years ago
  51. 086f7c3 There's a new include file AEInteraction.h which contains AESend and friends. by Jack Jansen · 23 years ago
  52. ec982e2 TickCount moved to a different header file. We manually added it back in here, for conveninece. by Jack Jansen · 23 years ago
  53. 2168e9d Adapted for Universal Headers 3.4 by Jack Jansen · 23 years ago
  54. 2c39115 Made event callbacks more rubust: keep an actual reference to the by Just van Rossum · 23 years ago
  55. 9635f33 Quick patch to allow building with Universal Headers 3.4. by Jack Jansen · 23 years ago
  56. 615e250 Many of the new calls are Carbon-only. Flagged them as such. by Jack Jansen · 23 years ago
  57. 7ec1c85 - "manage" controls created by CreateXxxXxxControl() functions. by Just van Rossum · 23 years ago
  58. 4f6c058 include the proper header for Mach-O by Just van Rossum · 23 years ago
  59. 79e71f7 second CoreGraphics batch by Just van Rossum · 23 years ago
  60. 6c31459 Shut up gcc warning. by Jack Jansen · 23 years ago
  61. e0b9fdc Updated for Universal Headers 3.4. by Just van Rossum · 23 years ago
  62. cddfc87 Added proper error checking in event callback handler by Just van Rossum · 23 years ago
  63. f8d6473 Exposed quite a few more calls. by Just van Rossum · 23 years ago
  64. c3baa0e Fixed to the extend that it now builds in CW6, and actually works a little. by Just van Rossum · 23 years ago
  65. 14666cc Added __members__ to FInfo object. by Just van Rossum · 23 years ago
  66. 1464839 Patch supplied by Burton Radons for his own SF bug #487390: Modifying by Guido van Rossum · 23 years ago
  67. 101de91 Replace sprintf() with PyOS_snprintf(). by Jack Jansen · 23 years ago
  68. b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 23 years ago
  69. 5cc6d6e Changed names, added bridge functions to macfs.fsref objects and by Jack Jansen · 23 years ago
  70. 2bf52da Added an error message when using FSRef objects on platforms that don't by Jack Jansen · 23 years ago
  71. df222d2 Added hfsplusapi module. by Jack Jansen · 23 years ago
  72. ae2df93 Removed unused variable. by Jack Jansen · 23 years ago
  73. 24aa3ce First couple of fixes to make it compile with Universal 3.3.2. by Jack Jansen · 23 years ago
  74. e9b2a05 HFS+ API contributed by Nitin Ganatra. This checkin is identical to what he sent me, except for the namechange (fmgr->hfsplus). by Jack Jansen · 23 years ago
  75. 9c2b514 Correctly builds the C module now. by Jack Jansen · 23 years ago
  76. bd00884 First tweaks to allow MacPython to be compiled with Universal Headers 3.4 by Jack Jansen · 23 years ago
  77. 34cbe71 Fixed broken newlines and changed module name. Still untested. by Jack Jansen · 23 years ago
  78. 52e9045 Carbon Event Manager module donated by Donovan Preston. Checked in as I received them (except for namechange), these will not work as-is, that'll be fixed in a later checkin. by Jack Jansen · 23 years ago
  79. 537a69f Make the CoreFoundation object _New and _Convert routines available to other modules. Idea by Donovan Preston, implementaion by me. by Jack Jansen · 23 years ago
  80. 3b5074b added acces to the cellSize field, rewrote setattr code by Just van Rossum · 23 years ago
  81. dd4830a More List Manager interfacing: by Just van Rossum · 23 years ago
  82. 01a9462 Under MachO-Python unconditionally import macfsn. by Jack Jansen · 23 years ago
  83. ab57c7d Moved macfsn hackery from macmain.c to macfsmodule.c so it loads by Just van Rossum · 23 years ago
  84. e54968a Some escaped newlines had spaces between the backslash and the newline. Also slightly changed the comment on xstat(). by Jack Jansen · 23 years ago
  85. 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 23 years ago
  86. 697842f Replaced PyMac_FullPath by PyMac_FullPathname, which has an extra 'length' by Jack Jansen · 23 years ago
  87. 044d95e A few more gcc warnings bite the dust. by Jack Jansen · 23 years ago
  88. fd06486 Shut up many more gcc warnings. by Jack Jansen · 23 years ago
  89. f894f6f Added prototypes to shut gcc -Wstrict-prototypes up. by Jack Jansen · 23 years ago
  90. 9642eca Shut up a few more gcc warnings. by Jack Jansen · 23 years ago
  91. 1767f93 Added prototypes to silence gcc strict-prototype warnings. by Jack Jansen · 23 years ago
  92. 06d2e1a Regenerated without default int return types. by Jack Jansen · 23 years ago
  93. 6114297 Silly typos. by Jack Jansen · 23 years ago
  94. 569ba10 Don't call PyMac_HandleEvent in unix-Python by Jack Jansen · 23 years ago
  95. fabd00f Added glue routine for PyMac_BuildFSSpec, PyMac_GetFSRef and PyMac_BuildFSRef. by Jack Jansen · 23 years ago
  96. 62d24a0 Don't call PyMac_HandleEvent if we're in unix-Python. by Jack Jansen · 23 years ago
  97. e9fb3d6 Include Carbon/Carbon.h if we're on OSX. by Jack Jansen · 23 years ago
  98. e7d8322 exceptions was missing from the module list. Added. by Jack Jansen · 23 years ago
  99. 75a2f85 Last renamed module that wasn't removed yet. by Jack Jansen · 23 years ago
  100. 25a5bd7 Renamed. by Jack Jansen · 23 years ago