1. 9cf00dd Updated to optionally use Carbon Scrap manager. by Jack Jansen · 23 years ago
  2. 9ca14ec New URL for Joe Strouts example page. by Jack Jansen · 23 years ago
  3. e67dab3 Updated, and added a very terse description of PyMac_SetConsoleHandler(). by Jack Jansen · 23 years ago
  4. 893b0ab Fixed the embedding demo to correctly show the use of by Jack Jansen · 23 years ago
  5. 509ad42 Brought up to date with the current state of affairs. by Jack Jansen · 23 years ago
  6. 3c06b9a Use the new macresource module to open the accompanying resource file (if needed). by Jack Jansen · 23 years ago
  7. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 23 years ago
  8. 1690409 Updated to the current state of things (long overdue). by Jack Jansen · 23 years ago
  9. cbed91b Merging appropriate 2.1.1 fixes back into the main trunk. by Jack Jansen · 23 years ago
  10. e160fe1 It now works under Carbon. Under Classic the scrollbars don't show by Jack Jansen · 23 years ago
  11. 1772009 Minimal text editor using MLTE (code based on wed.py, the waste demo). by Jack Jansen · 23 years ago
  12. 19f273c WaitNextEvent short vs. unsigned short fix. by Jack Jansen · 23 years ago
  13. 6f84ed5 Fixed macroman<->latin1 conversion. Some chars don't by Jack Jansen · 23 years ago
  14. 569c09c Removed some confusing sentences that are no longer relevant now that by Jack Jansen · 23 years ago
  15. c1218bc Files for 2.1 distribution. by Jack Jansen · 23 years ago
  16. ee67791 Don't crash if InfoScrap doesn't exist (as is the case in Carbon). by Jack Jansen · 23 years ago
  17. 64f9f71 Added a note about the new (since 2.0) OSA architecture. by Jack Jansen · 23 years ago
  18. 0eb5f2d Added a note that this file is incorrect for 2.1a2. by Jack Jansen · 23 years ago
  19. ed24cd2 DialogWindows now have a self.dlg in addition to self.wid. by Jack Jansen · 23 years ago
  20. 01a2d9e Use FSpCreateResFile() in stead of CreateResFile(). by Jack Jansen · 23 years ago
  21. 7302340 Sigh... First test before committing. InvalWindowRect and friends are window object methods. Fixed. by Jack Jansen · 23 years ago
  22. d829e9e Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. by Jack Jansen · 23 years ago
  23. e7bfc91 Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {Get,Set}ControlData have gotten an underscore: GetControlData_Handle, etc. by Jack Jansen · 24 years ago
  24. 5f884c0 Refer to the sourceforge site for gusi downloads. by Jack Jansen · 24 years ago
  25. 185f42d struct.pack has become picky about h (short) and H (unsigned short). by Jack Jansen · 24 years ago
  26. 8a6cdcc Updated for 2.0b1 by Jack Jansen · 24 years ago
  27. c15ab03 Updated the applescript documentation for te new framework, and replaced the Eudora example with one that uses Disk Copy (which everyone running MacOS 8 or by Jack Jansen · 24 years ago
  28. 8eff33b Added an optional debug handler that traps and prints all unknown appleevents. by Jack Jansen · 24 years ago
  29. 8b41d53 Updated for the 1.6a2 distribution: added a note about the special Tcl/Tk distribution, about Quicktime Exschange and a few minor updates. by Jack Jansen · 24 years ago
  30. 2ea47f9 Added a reference to the Open Directory page on macPython. by Jack Jansen · 24 years ago
  31. 2f2c5f6 Added a note about Personal Webserver, and replaced "netpresenz" by a list of the current mac webservers. by Jack Jansen · 24 years ago
  32. 968cde9 Added Corran Webster's explanation of how to write extensions in MPW and a pointer to his W documentation. by Jack Jansen · 24 years ago
  33. 8f11d8e Updated NetPresenz URL. Still needs update in the light of the new :Mac:Tools:CGI: stuff. Later. (jvr) by Just van Rossum · 24 years ago
  34. 158ce42 realcgitest.py: added import MacOS, it now works again. Removed NetPresenz reference. by Just van Rossum · 24 years ago
  35. 34d11f0 Fixed multi-arg appends. by Jack Jansen · 24 years ago
  36. dae108c And added a note about needing two "cvs update"s. by Jack Jansen · 24 years ago
  37. 90cf491 Explained that you have to checkout the Mac portion of Python in a separate by Jack Jansen · 24 years ago
  38. b06007a Added a reference to oldPICTbrowse.py. by Jack Jansen · 25 years ago
  39. 3b23ed9 Converted to Appearance and using a List control in stead of manually creating the List and putting it in a useritem. The old version is in oldPICTbrowse, for documentary purposes. by Jack Jansen · 25 years ago
  40. dd20689 Standalone.html is long obsolete. Added description of BuildApplication by Jack Jansen · 25 years ago
  41. 2450a25 New examples by Tony Ingraldi, using dns-lookup in stead of the funny interslip by Jack Jansen · 25 years ago
  42. 2afc2c7 vec_longjmp added to list of "forbidden" functions in .exp file. by Jack Jansen · 25 years ago
  43. 65f685b Removed reference to the PSA (PSA membership no longer needed for CVS by Jack Jansen · 25 years ago
  44. 5744d2a For some reason these files had never been checked in. by Jack Jansen · 25 years ago
  45. cd219d5 For reasons unknown these files were never checked in to CVS. by Jack Jansen · 25 years ago
  46. 9537586 Added some clarification on CWGUSI building and pathnames as they come by Jack Jansen · 25 years ago
  47. 3b80526 (finally) unified the interpreter and the applet as Just suggested ages ago. The by Jack Jansen · 25 years ago
  48. a598bc4 Updated for the new one-slb-per-extension scheme. by Jack Jansen · 25 years ago
  49. c256ece Partly updated to reflect the new organization and the availability of CVS by Jack Jansen · 25 years ago
  50. f25813a Re-committed as AppleSingle by Jack Jansen · 25 years ago
  51. 1c4d96f Added examples/testcode for the Icn module. by Jack Jansen · 25 years ago
  52. b736a87 Project files converted for CW Pro 4. And the daylight savings time switch seems to have "modified" the resource files (but nothing has changed there). by Jack Jansen · 26 years ago
  53. e504fa2 Disable python event handling in mainloop (discovered by Tasselli Marco) by Jack Jansen · 26 years ago
  54. de57030 Added a note about the buildlibs script. by Jack Jansen · 26 years ago
  55. fb37f89 Replaced all remaining BinHex files with their binary counterparts. by Jack Jansen · 26 years ago
  56. 2116bca Remove the MOOV filetype from the StandardGetFile call, so we can also by Jack Jansen · 26 years ago
  57. d969061 Initial documentation on freezing. by Jack Jansen · 26 years ago
  58. cf70b84 Mention the Mac:Contrib folder by Jack Jansen · 26 years ago
  59. 5073b37 Added Just's printing demo code. by Jack Jansen · 26 years ago
  60. b8fd1f1 Tabnanny fixes by Jack Jansen · 26 years ago
  61. a2139fe Added (minimal) documentation on how to build standalone applications by Jack Jansen · 26 years ago
  62. dee6d02 Removed incorrect weMonoStyled from initialization by Jack Jansen · 26 years ago
  63. ae4300f Updated embed demo, and put a note in the html file that you need a by Jack Jansen · 27 years ago
  64. 44a8931 Upped tcl/tk instructions for 8.0p2 by Jack Jansen · 27 years ago
  65. 04d5c58 Updated (but still not up to date) by Jack Jansen · 27 years ago
  66. 3412c5d Modified for installer and new names of various applets. Also cleaned by Jack Jansen · 27 years ago
  67. 9ffa432 Modified for new scripting support by Jack Jansen · 27 years ago
  68. d0417ec Removed support_print docs. by Jack Jansen · 27 years ago
  69. 3261719 Docs on new tcl/tk, new build tree layout by Jack Jansen · 27 years ago
  70. f10786b Very sketchy preliminary docs on new applescripting functionality. by Jack Jansen · 27 years ago
  71. e66b8c8 Updated for 1.5a2 distribution by Jack Jansen · 27 years ago
  72. 1473af7 Updated for building with MSL libraries by Jack Jansen · 27 years ago
  73. 1836a62 NewMovieFromFile has extra parameter and return value by Jack Jansen · 27 years ago
  74. 4240b61 Use MacOS.string_id_to_buffer for the hack to convert string id() to by Jack Jansen · 27 years ago
  75. 6ad8d13 "ported" Guido's embedding demo to the mac, and wrote some minimal by Jack Jansen · 28 years ago
  76. f3dd5aa - CWGUSI has moved - Changed instructions for Tcl 7.6/Tk 4.2 by Jack Jansen · 28 years ago
  77. a742d11 Added a chapter on using OSAXen by Jack Jansen · 28 years ago
  78. 3d919c4 Added reference to pdf documentation and bbpy, correctly explained by Jack Jansen · 28 years ago
  79. 0fb1d82 Added reference to pdf documentation and bbpy, correctly explained by Jack Jansen · 28 years ago
  80. abc2db7 Updated (which should have been done before the 1.4 distribution). by Jack Jansen · 28 years ago
  81. 70e413d Added a note on swed and htmled examples, added tab support, fixed typo by Jack Jansen · 28 years ago
  82. e272303 Added a note about incorrect "PythonCore not found" message by Jack Jansen · 28 years ago
  83. 061ac50 Added a note about PythonApplet name by Jack Jansen · 28 years ago
  84. 319f1a2 Added a warning about gusi cfm68k "far data" by Jack Jansen · 28 years ago
  85. 6f1ee20 Use mac_image (from cmif stuff) by Jack Jansen · 28 years ago
  86. bdf03a0 - Regenerated suites - Use (and document) "start" argument to TalkTo initializer by Jack Jansen · 28 years ago
  87. ef5cd05 Calling Application._quit() is now preferred over raising self. by Jack Jansen · 28 years ago
  88. e1c3f36 Documented preliminary CGI applet. by Jack Jansen · 28 years ago
  89. 09da209 Added ref to cgi.html by Jack Jansen · 28 years ago
  90. 5a1a175 Example CGI applet by Jack Jansen · 28 years ago
  91. 16e99c0 Added note about modified gusi by Jack Jansen · 28 years ago
  92. 22fa642 Added a note that redirecting stdin/stdout does not work due to gusi bug. by Jack Jansen · 28 years ago
  93. 27b10ec - Added cfm68k instructions by Jack Jansen · 28 years ago
  94. ee8662f Fixed viewrect/destrect calculation by Jack Jansen · 28 years ago
  95. 3638935 Moved build.html to building.html by Jack Jansen · 28 years ago
  96. 4c1e56c Changed instructions for new releases of cwgusi, waste and tcl/tk, by Jack Jansen · 28 years ago
  97. 6aadd26 rebinhexed by Jack Jansen · 28 years ago
  98. 8f2d802 Build instructions for source distribution that were somehow never by Jack Jansen · 28 years ago
  99. 024a387 - Added a file dialog example - Added pointers to library documentation by Jack Jansen · 28 years ago
  100. 4122216 Modified for 1.3.3 distribution by Jack Jansen · 28 years ago