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