1. 425e9eb - Added color window/pixmap support by Jack Jansen · 29 years ago
  2. 72b56e8 don't return from main loop when error occurs by Guido van Rossum · 29 years ago
  3. 9cfea10 It now actually works. Also, MovieInWindow and VerySimplePlayer by Jack Jansen · 29 years ago
  4. 232f3cd Added support for RGB objects (tuples in python) by Jack Jansen · 29 years ago
  5. 1e4ce73 Added Sint8 and Uint8 types by Jack Jansen · 29 years ago
  6. 0a54ae2 Added cm and qt demos by Jack Jansen · 29 years ago
  7. cbc0358 Added QuickTime module by Jack Jansen · 29 years ago
  8. 641e8d7 Added component mgr and quicktime modules by Jack Jansen · 29 years ago
  9. 992ded8 fix free memory reads in dictlookup et al by Guido van Rossum · 29 years ago
  10. e5fe4af Use global statement instead of importing ourselves to get to global variable. by Sjoerd Mullender · 29 years ago
  11. 453ced5 still untested (but it compiles) by Jack Jansen · 29 years ago
  12. 8b13703 Added Cm.slb, the component mgr interface by Jack Jansen · 29 years ago
  13. cb4eaad QuickTime support (not yet functional) by Jack Jansen · 29 years ago
  14. b996856 Component mgr support by Jack Jansen · 29 years ago
  15. 41058c0 BitMap object support (only lightly tested) by Jack Jansen · 29 years ago
  16. 135fb71 BitMap object support by Jack Jansen · 29 years ago
  17. 93fa45c A variation on PICTbrowse.py that displays the picture using DrawPicture. by Jack Jansen · 29 years ago
  18. fa4d5d0 Added converters for Fixed by Jack Jansen · 29 years ago
  19. b7abb18 Added support for GrafPort object by Jack Jansen · 29 years ago
  20. 330381c Added (minimal) support for a GrafPort type by Jack Jansen · 29 years ago
  21. 7830ab8 Added definitions for GrafPort object and Fixed type. by Jack Jansen · 29 years ago
  22. e7bea57 Example: control eudora using AppleEvents by Jack Jansen · 29 years ago
  23. 1dcbcc3 Sample extension module: InterSLIP control API. by Jack Jansen · 29 years ago
  24. 4ac7249 Control InterSLIP using modeless dialog, uses FrameWork by Jack Jansen · 29 years ago
  25. 310c657 Control InterSLIP using a modal dialog by Jack Jansen · 29 years ago
  26. 07043b4 Browse all PICT resources in the resource chain. Uses SetWindowPic for display. by Jack Jansen · 29 years ago
  27. 330f576 - Added support for PicHandle by Jack Jansen · 29 years ago
  28. a01a8f7 New universal headers, a few bit-flags were added. by Jack Jansen · 29 years ago
  29. 54c8f7e - Fixed handling of InsetRect, OffsetRect, MapRect by Jack Jansen · 29 years ago
  30. cdaa3d9 Universal header changes: some new bits defined. by Jack Jansen · 29 years ago
  31. 754d4a4 Regenerated because of minor changes in universal headers by Jack Jansen · 29 years ago
  32. b5cf5da Changed file signature to CW7 project mgr by Jack Jansen · 29 years ago
  33. 5d95797 Allow '@' for ' ' in uuencoded files. by Jack Jansen · 29 years ago
  34. 40b546d Initialize GUSI on the mac. by Jack Jansen · 29 years ago
  35. 8a5d0d4 Updated for the CW7.5 release, and some minor tweaks that I don't remember. by Jack Jansen · 29 years ago
  36. 06d1632 Project to build alternative version of MWCRuntimePPC.lib, needed for by Jack Jansen · 29 years ago
  37. c436d87 almost-but-not-quite working python with tk. by Jack Jansen · 29 years ago
  38. 350b2b9 Documented ProgressBar and idle() by Jack Jansen · 29 years ago
  39. a550328 MacTkPython configuration file. by Jack Jansen · 29 years ago
  40. e3342e8 Added progress-bar dialog by Jack Jansen · 29 years ago
  41. e2b5d04 Changed for the 1.3.2 compiler (CW7.5) by Jack Jansen · 29 years ago
  42. 79559dc Initialize GUSI for MacTkPython by Jack Jansen · 29 years ago
  43. da38f2d Added 2 missing SetPort calls by Jack Jansen · 29 years ago
  44. 3a87f5b Added a ProgressBar() class (which shows a progress bar). Needs new resource. by Jack Jansen · 29 years ago
  45. e48aa96 Fixed bug in cts error message handling. by Jack Jansen · 29 years ago
  46. e2ac51e Added _tkinter, if USE_TK defined by Jack Jansen · 29 years ago
  47. dbe75ae Continue looking for "open doc" events even after "open app". This by Jack Jansen · 29 years ago
  48. 38e9766 Cosmetic change to event handling. by Jack Jansen · 29 years ago
  49. 1e8557a For MW Python, update titlebar of window when python exits. by Jack Jansen · 29 years ago
  50. 8324836 Disable pythons own eventhandling on the mac. by Jack Jansen · 29 years ago
  51. 3818678 Added idle() method, called when no events are available. by Jack Jansen · 29 years ago
  52. e0371b8 Fixed basejoin. There were two main problems: by Sjoerd Mullender · 29 years ago
  53. 17914f4 (py-indent-offset): Change default to 4. by Barry Warsaw · 29 years ago
  54. 825bae7 Also remember the module a class is defined in. by Sjoerd Mullender · 29 years ago
  55. fa7aece - plugin tkinter module for ppc python by Jack Jansen · 29 years ago
  56. 34cc5c3 Fix to load needed resources on a mac by Jack Jansen · 29 years ago
  57. 81299f1 Added providence mailer support by Jack Jansen · 29 years ago
  58. 4ec940a Added (limited) compuserve error parsing by Jack Jansen · 29 years ago
  59. a8304b6 Updated 'vers' resource to 1.3 (forgot before the distribution:-) by Jack Jansen · 29 years ago
  60. 0168f27 Added options for keeping window open on normal/error termination by Jack Jansen · 29 years ago
  61. 66a8977 Moved mac-specific exit handling to macmain.c by Jack Jansen · 29 years ago
  62. 9513f2c Made a bit more robust against out-of-memory situations by Jack Jansen · 29 years ago
  63. 10d0f8f Renamed module tkinter to _tkinter by Jack Jansen · 29 years ago
  64. f39ca24 Removed unneeded reference to tkinter by Jack Jansen · 29 years ago
  65. ba0311e Renamed module tkinter to _tkinter, moved source to _tkinter.c by Jack Jansen · 29 years ago
  66. 9715779 Added class MHMailbox Added optional third parameter to seek. by Jack Jansen · 29 years ago
  67. 173c8bd MACTCP renamed to MACTCPconst by Jack Jansen · 29 years ago
  68. 85c9aea Added prototypes. by Jack Jansen · 29 years ago
  69. 4e17866 Added localport/localhost initialization. This fixes socket.getsockname(). by Jack Jansen · 29 years ago
  70. 9a78536 CW6->CW7 by Jack Jansen · 29 years ago
  71. 9bc4690 Take care that filenames for .hqx files are ascii (no more mu's, etc) by Jack Jansen · 29 years ago
  72. 0a72e8d Added missing include for <Aliases.h> by Jack Jansen · 29 years ago
  73. 945b7b8 comment fix by Jack Jansen · 29 years ago
  74. 8968624 Script to read and parse error messages from mailer daemons. by Sjoerd Mullender · 29 years ago
  75. 2bbe49b changed underscore to have symbol syntax by Barry Warsaw · 29 years ago
  76. 52bc17c (py-indent-offset): this should be buffer local. by Barry Warsaw · 29 years ago
  77. 349a988 Added third argument to call() by Jack Jansen · 29 years ago
  78. 99bbd18 This commit was manufactured by cvs2svn to create tag 'release13'. by cvs2svn · 29 years ago
  79. 0638b60 Added imgpbm and imgsgi by Jack Jansen · 29 years ago
  80. 84c8baf Added missing imgpbm and imgsgi modules by Jack Jansen · 29 years ago
  81. 178652b Export strdup (parsermodule needs it) by Jack Jansen · 29 years ago
  82. d0f2678 Last few notes/bugs by Jack Jansen · 29 years ago
  83. c925291 Last minor tweaks: debug off, added missing img mods, minor things by Jack Jansen · 29 years ago
  84. 6c06688 set date to oct 13 by Guido van Rossum · 29 years ago
  85. b50667d rename binasciimodule.c -> binascii.c; disable parsermodule.c by Guido van Rossum · 29 years ago
  86. bf032a9 mention syslog upgrade by Guido van Rossum · 29 years ago
  87. 5e6a356 undo opaque=fopaque changes; make test script more flexible by Guido van Rossum · 29 years ago
  88. 81a07ce idraw on top of an image by Guido van Rossum · 29 years ago
  89. e7d92d5 all sorts of minor nits by Guido van Rossum · 29 years ago
  90. 5e639d4 transcribed changes from tut.tex by Guido van Rossum · 29 years ago
  91. c102a13 added two names by Guido van Rossum · 29 years ago
  92. aa93ca8 mention Fred Drake's parser module by Guido van Rossum · 29 years ago
  93. 46f92d2 add Listbox.activate() by Guido van Rossum · 29 years ago
  94. b61b28b added listbox selection modes by Guido van Rossum · 29 years ago
  95. a61bdeb add delete() method to ftp object by Guido van Rossum · 29 years ago
  96. d9e9f9c Fred Drake's new parser module by Guido van Rossum · 29 years ago
  97. ca81470 add libparser.tex by Guido van Rossum · 29 years ago
  98. 4b73a06 Fred Drake's parser module by Guido van Rossum · 29 years ago
  99. c1822a4 changes by Steve Clift by Guido van Rossum · 29 years ago
  100. 7d0590b Removed declaration of sginap because it conflicted with a header file. by Sjoerd Mullender · 29 years ago