1. 05249f96f Updated 1.3 relnotes and added top-level instructions by Jack Jansen · 29 years ago
  2. b39be21 Fixed to work on 68K (could be yet another optimizer bug or something) by Jack Jansen · 29 years ago
  3. dffa123 Seems I had never checked the README file in... by Jack Jansen · 29 years ago
  4. 41fa7ea Python will now attempt (again) to create at least a minimal by Jack Jansen · 29 years ago
  5. 9119ccf Added List module by Jack Jansen · 29 years ago
  6. 847e89e Removed unused variables by Jack Jansen · 29 years ago
  7. 57633c1 removed unused variables by Jack Jansen · 29 years ago
  8. 61c32fe Release notes for 1.3 by Jack Jansen · 29 years ago
  9. 6c60b6e Added version resource Added dialogs for initial preference file creation by Jack Jansen · 29 years ago
  10. e220f50 removed unused var by Jack Jansen · 29 years ago
  11. a6a55e9 Removed unused var by Jack Jansen · 29 years ago
  12. c9c99f2 Interactively create a distribution from a sourcetree. by Jack Jansen · 29 years ago
  13. 7c86b21 - Allow PythonApplet to be an alias - Correctly set bundle and init bits by Jack Jansen · 29 years ago
  14. 8094f0d Added functionality: locate CW projects, copy them, empty them and binhex them. by Jack Jansen · 29 years ago
  15. fbac4bb - imp seems to always want a file object arg by Jack Jansen · 29 years ago
  16. 0949055 its all in the name... by Jack Jansen · 29 years ago
  17. 8961847 Modeless dialog test by Jack Jansen · 29 years ago
  18. 423c798 copy() can now create destination path by Jack Jansen · 29 years ago
  19. f5101ee Constants useful when using macfs module by Jack Jansen · 29 years ago
  20. 13dc4f7 Fixed dialog-window event handling by Jack Jansen · 29 years ago
  21. 7765dbb Hexbinned CodeWarrior projects by Jack Jansen · 29 years ago
  22. d4c2646 Generated anew by Jack Jansen · 29 years ago
  23. 91a6398 Use ResObj_OptNew for GetDialogItem return value: the handle returned by Jack Jansen · 29 years ago
  24. 9f37c6d Added ResObj_OptNew, like ResObj_New but returns None when passed NULL. by Jack Jansen · 29 years ago
  25. caf7505 Added WhichWindow function to obtain window object given WindowPtr (as by Jack Jansen · 29 years ago
  26. 2f21246 Test of list in dialog by Jack Jansen · 29 years ago
  27. b4e4783 Uses new FrameWork, has multiple windows by Jack Jansen · 29 years ago
  28. 8ce4d51 Different arg to GetEventHandler (but I cannot really remember fixing by Jack Jansen · 29 years ago
  29. 7e0da90 Made separate window class (and subclasses for special windows like by Jack Jansen · 29 years ago
  30. 7a58336 Various fixes: missing imports, missing calls to by Jack Jansen · 29 years ago
  31. 01c2309 Useful routines on a mac: by Jack Jansen · 29 years ago
  32. 32486f5 Added PyMac_PromptGetFile, removed stuff gone to other sources. by Jack Jansen · 29 years ago
  33. 819f177 Lots of stuff moved to other files. by Jack Jansen · 29 years ago
  34. c2e6dd8 New file: list resource-ids in one place. by Jack Jansen · 29 years ago
  35. 56b14d4 Lots of stuff removed: gone to various other files. by Jack Jansen · 29 years ago
  36. 696c958 This is completely different from the old mainmain (which wasn't used by Jack Jansen · 29 years ago
  37. 12fce3e macgetpath - sys.path setting code factored out of config.c and by Jack Jansen · 29 years ago
  38. f717ac2 Merged Jack's macgetcompiler.c and Guido's maccompiler.c and named the by Jack Jansen · 29 years ago
  39. 0e1c0ce Renumbered dialogs: by Jack Jansen · 29 years ago
  40. d5d5f46 Added new call PromptGetFile (like StandardGetFile, but accepts a by Jack Jansen · 29 years ago
  41. 9c45a65 Added missing initializer and extra error check. by Jack Jansen · 29 years ago
  42. 9062fa2 Added prompts to various file-select dialogs Renumbered resources to above 512 by Jack Jansen · 29 years ago
  43. ad16927 Added List.slb alias by Jack Jansen · 29 years ago
  44. 3050a2d Binhexify any .rsrc file in a tree by Jack Jansen · 29 years ago
  45. 9d19a91 Added prompt to getfile dialog Renumbered resources by Jack Jansen · 29 years ago
  46. a4b1d00 Interface to the Mac List Manager. by Jack Jansen · 29 years ago
  47. ea79c87 re-enabled newmodule by Jack Jansen · 29 years ago
  48. d8eb8a7 MkPluginAliases - Scripts (AppleScript and Python) to create aliases by Jack Jansen · 29 years ago
  49. 6e39e53 Initial revision by Guido van Rossum · 29 years ago
  50. 222c892 add xstat (extended stat, returns resource fork size and creator/type) by Guido van Rossum · 29 years ago
  51. 08d2071 set some fields to zero for directories by Guido van Rossum · 29 years ago
  52. cf63693 Better error messages wrt missing resources and preferences by Jack Jansen · 29 years ago
  53. a7b6a82 Added binascii by Jack Jansen · 29 years ago
  54. 3d18593 Added interfaces to {Get,Set}FInfo and accompanying objects by Jack Jansen · 29 years ago
  55. f8bddd8 Mwerks now also has fopenrf by Jack Jansen · 29 years ago
  56. 426fa79 Mwerks version of fopenRF. by Jack Jansen · 29 years ago
  57. 67b4e6d Fix for cfm68k by Jack Jansen · 29 years ago
  58. fc59603 Moved here because it is think-specific by Jack Jansen · 29 years ago
  59. 63bf598 Added resource-files to CVS tree, in binhex form by Jack Jansen · 29 years ago
  60. d8c7a41 Put resource-files under CVS, in binhex form by Jack Jansen · 29 years ago
  61. 5968bad - Use new names - Use AEInteractWithUser by Jack Jansen · 29 years ago
  62. 39fe80b Initial revision by Jack Jansen · 29 years ago
  63. e87e7a5 New test program for server AE handling by Jack Jansen · 29 years ago
  64. 7874b5d minor fix by Jack Jansen · 29 years ago
  65. 5050199 Fixed incorrect call to InstallHandler and a few other things by Jack Jansen · 29 years ago
  66. 292b0f9 Added code so you canset "command line options" if you by Jack Jansen · 29 years ago
  67. cc456fb Un-installing of AE handlers fixed (AE is very picky that you specify by Jack Jansen · 29 years ago
  68. 7571f30 A new home for scripts/applets by Jack Jansen · 29 years ago
  69. 23ebeba Made more ppc-savvy by Jack Jansen · 29 years ago
  70. 4cae5e6 - Added getplatform() - (temporarily?) removed newmodule reference by Jack Jansen · 29 years ago
  71. e4b4038 Various toolbox routines have gotten new names. by Jack Jansen · 29 years ago
  72. bc60864 The three most important suites, generated by gensuitemodule by Jack Jansen · 29 years ago
  73. 5ccd826 Gensuitemodule generates python classes from aete/aeut resources by Jack Jansen · 29 years ago
  74. 40775ba Split aepack and aetypes off from aetools (it was getting too big) by Jack Jansen · 29 years ago
  75. 5ae5fdf Generated anew after fixing aescan.py by Jack Jansen · 29 years ago
  76. 7433568 Also scan AERegistry.h and AEObjects.h and create .py definition files. by Jack Jansen · 29 years ago
  77. 829f88c Added GetErrorString method (convert OSErr number to string) by Jack Jansen · 29 years ago
  78. f74f63a Initial port to CodeWarrior CFM68K support (mainly by disabling by Jack Jansen · 29 years ago
  79. 1e05402 Added methods as_Menu and as_Control to convert a resource to those object types by Jack Jansen · 29 years ago
  80. a177228 Added as_Resource() method to convert menu object to res object by Jack Jansen · 29 years ago
  81. 5d56f4b Added as_Resource() method to convert ctl object to res object by Jack Jansen · 29 years ago
  82. 2c67362 Added FindFolder interface by Jack Jansen · 29 years ago
  83. 0830550 Added code to obtain sys.path from a resource by Jack Jansen · 29 years ago
  84. 68f1d45 Obtain path from a resource (unless USE_BUILTIN_PATH is #defined) by Jack Jansen · 29 years ago
  85. 3f0c155 Added USE_* ifdefs for a couple of optional modules. by Jack Jansen · 29 years ago
  86. 2a58638 Ported to CW6 by Jack Jansen · 29 years ago
  87. a7ee15c Split shared-library support and dynamic-loading support (they were by Jack Jansen · 29 years ago
  88. 7d0bc83 Ported to Universal Header 2.0.1f (i.e. CW6) by Jack Jansen · 29 years ago
  89. a0e76be Ported to CodeWarrior 6 by Jack Jansen · 29 years ago
  90. b81cf9d Trying again to check it in. Changes to: by Jack Jansen · 29 years ago
  91. ae8a68f Trying again to check it in. Changes to: by Jack Jansen · 29 years ago
  92. c7cfb95 Rather massive changes: by Jack Jansen · 29 years ago
  93. f301dca Added img stuff (within #ifdef, so they're easy to remove) by Jack Jansen · 29 years ago
  94. c263286 StandardGetFile without args now shows all files (in stead of none) by Jack Jansen · 29 years ago
  95. 45ff77f - The prefs file wasn't updated correctly if it already existed. by Jack Jansen · 29 years ago
  96. 1ff2f21 Removed seeks beyond eof (MW doesn't support them) by Jack Jansen · 29 years ago
  97. 8f4b6ad two new modules for the Mac toolbox by Guido van Rossum · 29 years ago
  98. e375b3f use PyMac_Yield() instead of PyMac_Idle() by Guido van Rossum · 29 years ago
  99. e56db43 first cut at the whole quickdraw.h header file ... by Guido van Rossum · 29 years ago
  100. 86c3af7 moved OpenDeskAcc here by Guido van Rossum · 29 years ago