1. f3f31ab Drop the calldll demo's for macos, calldll isn't present anymore, no need by Ronald Oussoren · 18 years ago
  2. fb2a169 Drop Mac wrappers for the WASTE library. by Ronald Oussoren · 18 years ago
  3. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  4. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  5. d338b6e Removing the obvious OS9-only documents§ by Jack Jansen · 21 years ago
  6. a154262 Modified to accept a command line argument too. by Jack Jansen · 21 years ago
  7. 2b47756 This file was terribly outdated. The example is still silly (and won't by Jack Jansen · 21 years ago
  8. b340acf Use new file dialogs. by Jack Jansen · 22 years ago
  9. df976ca Use new file dialogs. by Jack Jansen · 22 years ago
  10. 3e82872 Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. by Jack Jansen · 22 years ago
  11. 3d87e3c The speech manager interface is no longer supported and a replacement is by Jack Jansen · 22 years ago
  12. 362c7cd0 Lots of minor tweaks for the pep252 checkins, mainly because Qd by Jack Jansen · 22 years ago
  13. c7dd34b Added a note about compiler warnings. by Jack Jansen · 23 years ago
  14. 9051ad1 Some modifications and clarifications (by me) to Michael's mods. by Jack Jansen · 23 years ago
  15. c7a7d2d Rewritten, clarified, corrected and cleaned up by Michael J. Barber. by Jack Jansen · 23 years ago
  16. 8aa4987 Removed references to download of Waste. by Jack Jansen · 23 years ago
  17. e0b1e6a Updated for CW7 and Tcl/Tk 8.3.4. Also added a few other things by Jack Jansen · 23 years ago
  18. 9cf00dd Updated to optionally use Carbon Scrap manager. by Jack Jansen · 23 years ago
  19. 9ca14ec New URL for Joe Strouts example page. by Jack Jansen · 23 years ago
  20. e67dab3 Updated, and added a very terse description of PyMac_SetConsoleHandler(). by Jack Jansen · 23 years ago
  21. 893b0ab Fixed the embedding demo to correctly show the use of by Jack Jansen · 23 years ago
  22. 509ad42 Brought up to date with the current state of affairs. by Jack Jansen · 23 years ago
  23. 3c06b9a Use the new macresource module to open the accompanying resource file (if needed). by Jack Jansen · 23 years ago
  24. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 23 years ago
  25. 1690409 Updated to the current state of things (long overdue). by Jack Jansen · 23 years ago
  26. cbed91b Merging appropriate 2.1.1 fixes back into the main trunk. by Jack Jansen · 23 years ago
  27. e160fe1 It now works under Carbon. Under Classic the scrollbars don't show by Jack Jansen · 23 years ago
  28. 1772009 Minimal text editor using MLTE (code based on wed.py, the waste demo). by Jack Jansen · 23 years ago
  29. 19f273c WaitNextEvent short vs. unsigned short fix. by Jack Jansen · 23 years ago
  30. 6f84ed5 Fixed macroman<->latin1 conversion. Some chars don't by Jack Jansen · 23 years ago
  31. 569c09c Removed some confusing sentences that are no longer relevant now that by Jack Jansen · 23 years ago
  32. c1218bc Files for 2.1 distribution. by Jack Jansen · 23 years ago
  33. ee67791 Don't crash if InfoScrap doesn't exist (as is the case in Carbon). by Jack Jansen · 23 years ago
  34. 64f9f71 Added a note about the new (since 2.0) OSA architecture. by Jack Jansen · 23 years ago
  35. 0eb5f2d Added a note that this file is incorrect for 2.1a2. by Jack Jansen · 24 years ago
  36. ed24cd2 DialogWindows now have a self.dlg in addition to self.wid. by Jack Jansen · 24 years ago
  37. 01a2d9e Use FSpCreateResFile() in stead of CreateResFile(). by Jack Jansen · 24 years ago
  38. 7302340 Sigh... First test before committing. InvalWindowRect and friends are window object methods. Fixed. by Jack Jansen · 24 years ago
  39. d829e9e Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. by Jack Jansen · 24 years ago
  40. 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
  41. 5f884c0 Refer to the sourceforge site for gusi downloads. by Jack Jansen · 24 years ago
  42. 185f42d struct.pack has become picky about h (short) and H (unsigned short). by Jack Jansen · 24 years ago
  43. 8a6cdcc Updated for 2.0b1 by Jack Jansen · 24 years ago
  44. 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
  45. 8eff33b Added an optional debug handler that traps and prints all unknown appleevents. by Jack Jansen · 24 years ago
  46. 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
  47. 2ea47f9 Added a reference to the Open Directory page on macPython. by Jack Jansen · 24 years ago
  48. 2f2c5f6 Added a note about Personal Webserver, and replaced "netpresenz" by a list of the current mac webservers. by Jack Jansen · 24 years ago
  49. 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
  50. 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
  51. 158ce42 realcgitest.py: added import MacOS, it now works again. Removed NetPresenz reference. by Just van Rossum · 24 years ago
  52. 34d11f0 Fixed multi-arg appends. by Jack Jansen · 24 years ago
  53. dae108c And added a note about needing two "cvs update"s. by Jack Jansen · 25 years ago
  54. 90cf491 Explained that you have to checkout the Mac portion of Python in a separate by Jack Jansen · 25 years ago
  55. b06007a Added a reference to oldPICTbrowse.py. by Jack Jansen · 25 years ago
  56. 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
  57. dd20689 Standalone.html is long obsolete. Added description of BuildApplication by Jack Jansen · 25 years ago
  58. 2450a25 New examples by Tony Ingraldi, using dns-lookup in stead of the funny interslip by Jack Jansen · 25 years ago
  59. 2afc2c7 vec_longjmp added to list of "forbidden" functions in .exp file. by Jack Jansen · 25 years ago
  60. 65f685b Removed reference to the PSA (PSA membership no longer needed for CVS by Jack Jansen · 25 years ago
  61. 5744d2a For some reason these files had never been checked in. by Jack Jansen · 25 years ago
  62. cd219d5 For reasons unknown these files were never checked in to CVS. by Jack Jansen · 25 years ago
  63. 9537586 Added some clarification on CWGUSI building and pathnames as they come by Jack Jansen · 25 years ago
  64. 3b80526 (finally) unified the interpreter and the applet as Just suggested ages ago. The by Jack Jansen · 26 years ago
  65. a598bc4 Updated for the new one-slb-per-extension scheme. by Jack Jansen · 26 years ago
  66. c256ece Partly updated to reflect the new organization and the availability of CVS by Jack Jansen · 26 years ago
  67. f25813a Re-committed as AppleSingle by Jack Jansen · 26 years ago
  68. 1c4d96f Added examples/testcode for the Icn module. by Jack Jansen · 26 years ago
  69. 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
  70. e504fa2 Disable python event handling in mainloop (discovered by Tasselli Marco) by Jack Jansen · 26 years ago
  71. de57030 Added a note about the buildlibs script. by Jack Jansen · 26 years ago
  72. fb37f89 Replaced all remaining BinHex files with their binary counterparts. by Jack Jansen · 26 years ago
  73. 2116bca Remove the MOOV filetype from the StandardGetFile call, so we can also by Jack Jansen · 26 years ago
  74. d969061 Initial documentation on freezing. by Jack Jansen · 26 years ago
  75. cf70b84 Mention the Mac:Contrib folder by Jack Jansen · 26 years ago
  76. 5073b37 Added Just's printing demo code. by Jack Jansen · 26 years ago
  77. b8fd1f1 Tabnanny fixes by Jack Jansen · 26 years ago
  78. a2139fe Added (minimal) documentation on how to build standalone applications by Jack Jansen · 26 years ago
  79. dee6d02 Removed incorrect weMonoStyled from initialization by Jack Jansen · 26 years ago
  80. ae4300f Updated embed demo, and put a note in the html file that you need a by Jack Jansen · 27 years ago
  81. 44a8931 Upped tcl/tk instructions for 8.0p2 by Jack Jansen · 27 years ago
  82. 04d5c58 Updated (but still not up to date) by Jack Jansen · 27 years ago
  83. 3412c5d Modified for installer and new names of various applets. Also cleaned by Jack Jansen · 27 years ago
  84. 9ffa432 Modified for new scripting support by Jack Jansen · 27 years ago
  85. d0417ec Removed support_print docs. by Jack Jansen · 27 years ago
  86. 3261719 Docs on new tcl/tk, new build tree layout by Jack Jansen · 27 years ago
  87. f10786b Very sketchy preliminary docs on new applescripting functionality. by Jack Jansen · 27 years ago
  88. e66b8c8 Updated for 1.5a2 distribution by Jack Jansen · 27 years ago
  89. 1473af7 Updated for building with MSL libraries by Jack Jansen · 27 years ago
  90. 1836a62 NewMovieFromFile has extra parameter and return value by Jack Jansen · 27 years ago
  91. 4240b61 Use MacOS.string_id_to_buffer for the hack to convert string id() to by Jack Jansen · 27 years ago
  92. 6ad8d13 "ported" Guido's embedding demo to the mac, and wrote some minimal by Jack Jansen · 28 years ago
  93. f3dd5aa - CWGUSI has moved - Changed instructions for Tcl 7.6/Tk 4.2 by Jack Jansen · 28 years ago
  94. a742d11 Added a chapter on using OSAXen by Jack Jansen · 28 years ago
  95. 3d919c4 Added reference to pdf documentation and bbpy, correctly explained by Jack Jansen · 28 years ago
  96. 0fb1d82 Added reference to pdf documentation and bbpy, correctly explained by Jack Jansen · 28 years ago
  97. abc2db7 Updated (which should have been done before the 1.4 distribution). by Jack Jansen · 28 years ago
  98. 70e413d Added a note on swed and htmled examples, added tab support, fixed typo by Jack Jansen · 28 years ago
  99. e272303 Added a note about incorrect "PythonCore not found" message by Jack Jansen · 28 years ago
  100. 061ac50 Added a note about PythonApplet name by Jack Jansen · 28 years ago