1. a8304b6 Updated 'vers' resource to 1.3 (forgot before the distribution:-) by Jack Jansen · 29 years ago
  2. 0168f27 Added options for keeping window open on normal/error termination by Jack Jansen · 29 years ago
  3. 173c8bd MACTCP renamed to MACTCPconst by Jack Jansen · 29 years ago
  4. 85c9aea Added prototypes. by Jack Jansen · 29 years ago
  5. 4e17866 Added localport/localhost initialization. This fixes socket.getsockname(). by Jack Jansen · 29 years ago
  6. 9a78536 CW6->CW7 by Jack Jansen · 29 years ago
  7. 9bc4690 Take care that filenames for .hqx files are ascii (no more mu's, etc) by Jack Jansen · 29 years ago
  8. 0638b60 Added imgpbm and imgsgi by Jack Jansen · 29 years ago
  9. 84c8baf Added missing imgpbm and imgsgi modules by Jack Jansen · 29 years ago
  10. 178652b Export strdup (parsermodule needs it) by Jack Jansen · 29 years ago
  11. d0f2678 Last few notes/bugs by Jack Jansen · 29 years ago
  12. c925291 Last minor tweaks: debug off, added missing img mods, minor things by Jack Jansen · 29 years ago
  13. a8a277c Fixed positioning of icon on copy() by Jack Jansen · 29 years ago
  14. 9bd2d97 Updated for 1.3 by Jack Jansen · 29 years ago
  15. 83f4540 Removed unused variables by Jack Jansen · 29 years ago
  16. fc72d36 Changed SIZE: minimum 2Mb is a bit over the top... by Jack Jansen · 29 years ago
  17. ae3d3ef Ported to CW7 by Jack Jansen · 29 years ago
  18. 3434a27 Resource files for 1.3 distribution by Jack Jansen · 29 years ago
  19. b39a5d7 Adapted to CW7, added MkPluginAlises by Jack Jansen · 29 years ago
  20. 703e2c1 Changed CW signature and fixed .as/.hqx creator/type by Jack Jansen · 29 years ago
  21. 316ba5d Adapted to os and imp changes by Jack Jansen · 29 years ago
  22. d40f3c6 New universal headers by Jack Jansen · 29 years ago
  23. 7321514 Fixed bug in optional argument error checking (and generated all suites anew). by Jack Jansen · 29 years ago
  24. 8150760 Clarified some things, started adding mods since 1.3beta3 by Jack Jansen · 29 years ago
  25. 8ccfc93 Removed unused variable by Jack Jansen · 29 years ago
  26. 8426477 Modified/recreated to use keyword arguments by Jack Jansen · 29 years ago
  27. 59fcc5a Added some clarifications and fixed host names. by Jack Jansen · 29 years ago
  28. bc12873 Load toolbox modules "by hand" using imp, so this script should now by Jack Jansen · 29 years ago
  29. 3f14f4a Changed the way .rsrc and template are copied: hopefully this will by Jack Jansen · 29 years ago
  30. 1dc366f add (dummy) mode arg to open() by Guido van Rossum · 29 years ago
  31. edd6376 added read/writelines, bufsize to makefile, gethostbyaddr by Guido van Rossum · 29 years ago
  32. 6655c4e Build appplications, libraries and applets according to builtin instructions. by Jack Jansen · 29 years ago
  33. 0f452fa Slightly reorganized so it is useable from another program, and by Jack Jansen · 29 years ago
  34. 54500bb Fixed typo by Jack Jansen · 29 years ago
  35. 8932a82 Projects used for 1.3b3 distribution (I promise I won't check them in by Jack Jansen · 29 years ago
  36. e83d201 Minor fix by Jack Jansen · 29 years ago
  37. 05249f96f Updated 1.3 relnotes and added top-level instructions by Jack Jansen · 29 years ago
  38. b39be21 Fixed to work on 68K (could be yet another optimizer bug or something) by Jack Jansen · 29 years ago
  39. dffa123 Seems I had never checked the README file in... by Jack Jansen · 29 years ago
  40. 41fa7ea Python will now attempt (again) to create at least a minimal by Jack Jansen · 29 years ago
  41. 9119ccf Added List module by Jack Jansen · 29 years ago
  42. 847e89e Removed unused variables by Jack Jansen · 29 years ago
  43. 57633c1 removed unused variables by Jack Jansen · 29 years ago
  44. 61c32fe Release notes for 1.3 by Jack Jansen · 29 years ago
  45. 6c60b6e Added version resource Added dialogs for initial preference file creation by Jack Jansen · 29 years ago
  46. e220f50 removed unused var by Jack Jansen · 29 years ago
  47. a6a55e9 Removed unused var by Jack Jansen · 29 years ago
  48. c9c99f2 Interactively create a distribution from a sourcetree. by Jack Jansen · 29 years ago
  49. 7c86b21 - Allow PythonApplet to be an alias - Correctly set bundle and init bits by Jack Jansen · 29 years ago
  50. 8094f0d Added functionality: locate CW projects, copy them, empty them and binhex them. by Jack Jansen · 29 years ago
  51. fbac4bb - imp seems to always want a file object arg by Jack Jansen · 29 years ago
  52. 0949055 its all in the name... by Jack Jansen · 29 years ago
  53. 8961847 Modeless dialog test by Jack Jansen · 29 years ago
  54. 423c798 copy() can now create destination path by Jack Jansen · 29 years ago
  55. f5101ee Constants useful when using macfs module by Jack Jansen · 29 years ago
  56. 13dc4f7 Fixed dialog-window event handling by Jack Jansen · 29 years ago
  57. 7765dbb Hexbinned CodeWarrior projects by Jack Jansen · 29 years ago
  58. d4c2646 Generated anew by Jack Jansen · 29 years ago
  59. 91a6398 Use ResObj_OptNew for GetDialogItem return value: the handle returned by Jack Jansen · 29 years ago
  60. 9f37c6d Added ResObj_OptNew, like ResObj_New but returns None when passed NULL. by Jack Jansen · 29 years ago
  61. caf7505 Added WhichWindow function to obtain window object given WindowPtr (as by Jack Jansen · 29 years ago
  62. 2f21246 Test of list in dialog by Jack Jansen · 29 years ago
  63. b4e4783 Uses new FrameWork, has multiple windows by Jack Jansen · 29 years ago
  64. 8ce4d51 Different arg to GetEventHandler (but I cannot really remember fixing by Jack Jansen · 29 years ago
  65. 7e0da90 Made separate window class (and subclasses for special windows like by Jack Jansen · 29 years ago
  66. 7a58336 Various fixes: missing imports, missing calls to by Jack Jansen · 29 years ago
  67. 01c2309 Useful routines on a mac: by Jack Jansen · 29 years ago
  68. 32486f5 Added PyMac_PromptGetFile, removed stuff gone to other sources. by Jack Jansen · 29 years ago
  69. 819f177 Lots of stuff moved to other files. by Jack Jansen · 29 years ago
  70. c2e6dd8 New file: list resource-ids in one place. by Jack Jansen · 29 years ago
  71. 56b14d4 Lots of stuff removed: gone to various other files. by Jack Jansen · 29 years ago
  72. 696c958 This is completely different from the old mainmain (which wasn't used by Jack Jansen · 29 years ago
  73. 12fce3e macgetpath - sys.path setting code factored out of config.c and by Jack Jansen · 29 years ago
  74. f717ac2 Merged Jack's macgetcompiler.c and Guido's maccompiler.c and named the by Jack Jansen · 29 years ago
  75. 0e1c0ce Renumbered dialogs: by Jack Jansen · 29 years ago
  76. d5d5f46 Added new call PromptGetFile (like StandardGetFile, but accepts a by Jack Jansen · 29 years ago
  77. 9c45a65 Added missing initializer and extra error check. by Jack Jansen · 29 years ago
  78. 9062fa2 Added prompts to various file-select dialogs Renumbered resources to above 512 by Jack Jansen · 29 years ago
  79. ad16927 Added List.slb alias by Jack Jansen · 29 years ago
  80. 3050a2d Binhexify any .rsrc file in a tree by Jack Jansen · 29 years ago
  81. 9d19a91 Added prompt to getfile dialog Renumbered resources by Jack Jansen · 29 years ago
  82. a4b1d00 Interface to the Mac List Manager. by Jack Jansen · 29 years ago
  83. ea79c87 re-enabled newmodule by Jack Jansen · 29 years ago
  84. d8eb8a7 MkPluginAliases - Scripts (AppleScript and Python) to create aliases by Jack Jansen · 29 years ago
  85. 6e39e53 Initial revision by Guido van Rossum · 29 years ago
  86. 222c892 add xstat (extended stat, returns resource fork size and creator/type) by Guido van Rossum · 29 years ago
  87. 08d2071 set some fields to zero for directories by Guido van Rossum · 29 years ago
  88. cf63693 Better error messages wrt missing resources and preferences by Jack Jansen · 29 years ago
  89. a7b6a82 Added binascii by Jack Jansen · 29 years ago
  90. 3d18593 Added interfaces to {Get,Set}FInfo and accompanying objects by Jack Jansen · 29 years ago
  91. f8bddd8 Mwerks now also has fopenrf by Jack Jansen · 29 years ago
  92. 426fa79 Mwerks version of fopenRF. by Jack Jansen · 29 years ago
  93. 67b4e6d Fix for cfm68k by Jack Jansen · 29 years ago
  94. fc59603 Moved here because it is think-specific by Jack Jansen · 29 years ago
  95. 63bf598 Added resource-files to CVS tree, in binhex form by Jack Jansen · 29 years ago
  96. d8c7a41 Put resource-files under CVS, in binhex form by Jack Jansen · 29 years ago
  97. 5968bad - Use new names - Use AEInteractWithUser by Jack Jansen · 29 years ago
  98. 39fe80b Initial revision by Jack Jansen · 29 years ago
  99. e87e7a5 New test program for server AE handling by Jack Jansen · 29 years ago
  100. 7874b5d minor fix by Jack Jansen · 29 years ago