1. d1f46c8 Don't export the SPB type as "SPB", because it shadows the method SPB, by Jack Jansen · 21 years ago
  2. e748f03 This wasn't ansified. Fixed. by Jack Jansen · 21 years ago
  3. ac8bd91 Forgot the code to initialize the glue for the new CFObj_ routines. by Jack Jansen · 21 years ago
  4. 4eb45e7 Added functions CFObj_New and CFObj_Convert, general functions to convert by Jack Jansen · 21 years ago
  5. 0ed3957 modernized ColorPicker somewhat by Just van Rossum · 21 years ago
  6. d77bee1 fixed typo by Just van Rossum · 21 years ago
  7. 6767eed Short and sweet module doing something very useful: for event loop by Just van Rossum · 21 years ago
  8. 8c46ce9 Allow setting the auto dispose flag on window objects. by Jack Jansen · 21 years ago
  9. 84c2b1b Oops, 'k' is the new format code for un unchecked 32 bit quantity, not 'K'. by Jack Jansen · 22 years ago
  10. ecc6635 Converted manually written code to the new K format specifier. by Jack Jansen · 22 years ago
  11. bc4ded9b Give a better error message when a string of the wrong size is by Jack Jansen · 22 years ago
  12. 3e0196c Adding unicode filename support to FSRefs broke things on MacOS9. "Fixed" by disabling unicode filenames on OS9. by Jack Jansen · 22 years ago
  13. fe94e97 GetCreatorAndType and SetCreatorAndType have been undeprecated. Spotted by Just. by Jack Jansen · 22 years ago
  14. dded848 Allow unicode pathnames where FSRefs are expected. Fixes 696253. by Jack Jansen · 22 years ago
  15. 45f5c4a Removed unused variable by Jack Jansen · 22 years ago
  16. ee1c85c Various tweaks by Jack because of the different module name, adaptation by Jack Jansen · 22 years ago
  17. 86f25fb Module to get OSA terminology description through the "official channels", by Jack Jansen · 22 years ago
  18. 885d4f6 Mod to previous checkin: we must require ascii, not system defautl encoding, by Jack Jansen · 22 years ago
  19. d505cab Accept only the system default encoding when converting Python by Jack Jansen · 22 years ago
  20. f92ec2d StdFilterProc() uses InOut parameters. by Jack Jansen · 22 years ago
  21. 8cd9a4f Added a linkmodel attribute, showing how Python was built. This is so by Jack Jansen · 22 years ago
  22. 2bc4a47 WASTEconst.py goes one level above the toolbox directory. by Jack Jansen · 22 years ago
  23. d7c1723 Added a method WMAvailable(). This will return True if and only if there by Jack Jansen · 22 years ago
  24. 8d4f06a Added itertools module. by Jack Jansen · 22 years ago
  25. b9fa1a9 Changed an edit instruction because of a changed parameter name (sigh). by Jack Jansen · 22 years ago
  26. 52377e0 The FSAliasFile routines also have an in/out parameter. by Jack Jansen · 22 years ago
  27. 60ffc2b Added a missing INCREF in pathname(). by Jack Jansen · 22 years ago
  28. 2b3ce3b FSRef and EasyDialogs pathname support was pretty much broken in MacPython-OS9. Fixed. by Jack Jansen · 22 years ago
  29. 9c56475 Added a convenience routine pathname() which accepts either a string, unicode, by Jack Jansen · 22 years ago
  30. e58962a Fixed the first two bugs in the new file dialogs (found by Just): by Jack Jansen · 22 years ago
  31. b2a5772 It turns out that some calls return AEDesc records that are "borrowed", by Jack Jansen · 22 years ago
  32. c99b675 For reasons unknown previewProc and filterProc were disabled. Enabled them. by Jack Jansen · 22 years ago
  33. 2d0909b Implemented FSCatalogInfo structure support, and used this to implement by Jack Jansen · 22 years ago
  34. bc65521 Implemented FSCatalogInfo. by Jack Jansen · 22 years ago
  35. b2fcd08 Started on implementing support for FSCatalogInfo. Doesn't work yet, don't by Jack Jansen · 22 years ago
  36. 3e82872 Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. by Jack Jansen · 22 years ago
  37. 5681acb Added zipimport and _random module. by Jack Jansen · 22 years ago
  38. 248f6f1 Second-argument alias methods were generated with a variation on by Jack Jansen · 22 years ago
  39. 00df3e0 If you entered a pathname for a nonexisting file to a FSSpec constructor by Jack Jansen · 22 years ago
  40. e072b87 Removed macfs, added File and Folder. by Jack Jansen · 22 years ago
  41. b734869 - Various tweaks to shut up compiler warnings. by Jack Jansen · 22 years ago
  42. 234d074 - Various tweaks to forestall compiler warnings. by Jack Jansen · 22 years ago
  43. 6810f92 The extension module macfs has been replaced by a pure Python version. by Jack Jansen · 22 years ago
  44. e876633 Added the last missing bits of functionality, and fixed a nasty bug where we by Jack Jansen · 22 years ago
  45. f955784 Regenerated with inheritance-aware xxxx_Check() macros. by Jack Jansen · 22 years ago
  46. 543c925 - Added rawdata initializers by Jack Jansen · 22 years ago
  47. 1795f29 Fixed silly typo. Added comment (to myself) on what still needs to be done. by Jack Jansen · 22 years ago
  48. ae63756 Include Finder.h too in the list of header files to parse: the finder by Jack Jansen · 22 years ago
  49. e55beef - Added as_pathname and as_tuple methods by Jack Jansen · 22 years ago
  50. e3a1c8f Combined alias and file into a single module. This is the only reasonable by Jack Jansen · 22 years ago
  51. 6d802a0 Tweaks to make this module OS9-compatible. by Jack Jansen · 22 years ago
  52. b132a39 Removed: not carbon-compatible. by Jack Jansen · 22 years ago
  53. 65cbf93 Get rid of support for Universal Headers older than 3.4 and various other by Jack Jansen · 22 years ago
  54. 6c7e326 Getting rid of pre-Carbon (MacOS8) support. All code depending on by Jack Jansen · 22 years ago
  55. 5f61a05 Fixed so the Res.Resource() accepts either another resource, a string by Jack Jansen · 22 years ago
  56. 96cebde Added PEP253 support to most Carbon modules. This isn't complete yet: by Jack Jansen · 22 years ago
  57. dbd5701 Converted the Carbon modules to use PEP252-style objects, with by Jack Jansen · 22 years ago
  58. 4b5c7a4 Allow access to the returned value(s) as FSRefs. Unfortunately for some by Jack Jansen · 22 years ago
  59. d0e59fb Added the alias manager too. The interface isn't perfect yet: the alias by Jack Jansen · 22 years ago
  60. e2ba873 Got angry and added support for pretty much the whole file and folder by Jack Jansen · 22 years ago
  61. 9725735 Define PyDoc_STR if it isn't defined. This makes these modules compile by Jack Jansen · 22 years ago
  62. 277fc7e Enable _AH module. by Jack Jansen · 22 years ago
  63. fe9acde Typecode for AHTOCType was wrong. Fixed. by Jack Jansen · 22 years ago
  64. 983258e Revived the Carbon.Help module, but implementing the MacHelp API in stead by Jack Jansen · 22 years ago
  65. d59f8d0 Interface to Apple Help Manager. by Jack Jansen · 22 years ago
  66. f34a8bc Moved CoreFoundation type support to bgen/macsupport. by Jack Jansen · 22 years ago
  67. 286e838 Added PyDoc_STR's. by Jack Jansen · 22 years ago
  68. 4993188 Regenerated with PyDoc_STR() around docstrings. by Jack Jansen · 22 years ago
  69. 7ca993e Fixed the bugs in the constant definitions, and in the code to test by Jack Jansen · 22 years ago
  70. 87eea88 After generating the Python file with definitions try to run it, so by Jack Jansen · 22 years ago
  71. 9536bcb This file should have gone long ago. by Jack Jansen · 22 years ago
  72. 9c5b61b Patch #567296 by Pim Buurman, slightly modified by me so it can be disabled by Jack Jansen · 22 years ago
  73. c4ff194 Fixed the last two bgen-based modules to be buildable on OSX. by Jack Jansen · 22 years ago
  74. aaebdd6 Enable building of Carbon toolbox modules with unix-Python. by Jack Jansen · 22 years ago
  75. ff8dec7 Got rid of staticforward. by Jack Jansen · 22 years ago
  76. 3bd3fed Added _IBCarbon module. by Jack Jansen · 22 years ago
  77. acbaefd Updated to something that works on my system, and regenerated module. by Jack Jansen · 22 years ago
  78. 0c06992 Donovan Preston's interface to IBCarbon, allowing you to use Interface by Jack Jansen · 22 years ago
  79. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  80. 059ed83 - Got rid if WITH_CYCLE_GC by Jack Jansen · 22 years ago
  81. fc7d379 - Got rid of newmodule.c - These are the final projects that support classic. by Jack Jansen · 22 years ago
  82. 84fca94 fixed refcount leak in CreateNewWindow() and CreateWindowFromResource(). by Just van Rossum · 22 years ago
  83. 0e2f798 Replaced lots of PyMem_DEL() calls with PyObject_DEL(). by Jack Jansen · 22 years ago
  84. 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
  85. 23be1ce Added CFPreferences support. Added these as functions, not methods, which seemed counter-intuitive. by Jack Jansen · 22 years ago
  86. 7906634 - Better exception when a NULL CF object is encountered. by Jack Jansen · 22 years ago
  87. 6d207c0 - Get data from CFData objects as Python strings and vv. by Jack Jansen · 22 years ago
  88. 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
  89. 1df628d Partial fix for string handling. Null byte TBD. by Jack Jansen · 22 years ago
  90. 5ad6f7a More support for bridging between Python and CoreFoundation objects. Still untested. by Jack Jansen · 22 years ago
  91. efaffae First steps towards a generalized converter of Python object by Jack Jansen · 22 years ago
  92. 033b79c Regenerated. by Jack Jansen · 22 years ago
  93. 786681a Got rid of obsolete appearance flag. by Jack Jansen · 23 years ago
  94. 8ab04b4 Got rid of ifdefs for long-obsolete GUSI versions. by Jack Jansen · 23 years ago
  95. 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
  96. 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
  97. 150ed61 Generate with weaklink stubs, so missing routines (on MacOS 8.6 and earlier) by Jack Jansen · 23 years ago
  98. 0e5a733 Solve sync() signature conflict differently: manually return 0 if by Jack Jansen · 23 years ago
  99. ca9a4a6 Lurking bug found by patch for 531291: FSSpecs should be passed to by Jack Jansen · 23 years ago
  100. 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