1. 453ced5 still untested (but it compiles) by Jack Jansen · 30 years ago
  2. cb4eaad QuickTime support (not yet functional) by Jack Jansen · 30 years ago
  3. b996856 Component mgr support by Jack Jansen · 30 years ago
  4. 41058c0 BitMap object support (only lightly tested) by Jack Jansen · 30 years ago
  5. b7abb18 Added support for GrafPort object by Jack Jansen · 30 years ago
  6. 330381c Added (minimal) support for a GrafPort type by Jack Jansen · 30 years ago
  7. 330f576 - Added support for PicHandle by Jack Jansen · 30 years ago
  8. a01a8f7 New universal headers, a few bit-flags were added. by Jack Jansen · 30 years ago
  9. 54c8f7e - Fixed handling of InsetRect, OffsetRect, MapRect by Jack Jansen · 30 years ago
  10. cdaa3d9 Universal header changes: some new bits defined. by Jack Jansen · 30 years ago
  11. 754d4a4 Regenerated because of minor changes in universal headers by Jack Jansen · 30 years ago
  12. e2ac51e Added _tkinter, if USE_TK defined by Jack Jansen · 30 years ago
  13. 84c8baf Added missing imgpbm and imgsgi modules by Jack Jansen · 30 years ago
  14. d40f3c6 New universal headers by Jack Jansen · 30 years ago
  15. 8ccfc93 Removed unused variable by Jack Jansen · 30 years ago
  16. 9119ccf Added List module by Jack Jansen · 30 years ago
  17. d4c2646 Generated anew by Jack Jansen · 30 years ago
  18. 91a6398 Use ResObj_OptNew for GetDialogItem return value: the handle returned by Jack Jansen · 30 years ago
  19. 9f37c6d Added ResObj_OptNew, like ResObj_New but returns None when passed NULL. by Jack Jansen · 30 years ago
  20. caf7505 Added WhichWindow function to obtain window object given WindowPtr (as by Jack Jansen · 30 years ago
  21. 8ce4d51 Different arg to GetEventHandler (but I cannot really remember fixing by Jack Jansen · 30 years ago
  22. 56b14d4 Lots of stuff removed: gone to various other files. by Jack Jansen · 30 years ago
  23. d5d5f46 Added new call PromptGetFile (like StandardGetFile, but accepts a by Jack Jansen · 30 years ago
  24. a4b1d00 Interface to the Mac List Manager. by Jack Jansen · 30 years ago
  25. ea79c87 re-enabled newmodule by Jack Jansen · 30 years ago
  26. 222c892 add xstat (extended stat, returns resource fork size and creator/type) by Guido van Rossum · 30 years ago
  27. a7b6a82 Added binascii by Jack Jansen · 30 years ago
  28. 3d18593 Added interfaces to {Get,Set}FInfo and accompanying objects by Jack Jansen · 30 years ago
  29. 5050199 Fixed incorrect call to InstallHandler and a few other things by Jack Jansen · 30 years ago
  30. 4cae5e6 - Added getplatform() - (temporarily?) removed newmodule reference by Jack Jansen · 30 years ago
  31. 5ccd826 Gensuitemodule generates python classes from aete/aeut resources by Jack Jansen · 30 years ago
  32. 5ae5fdf Generated anew after fixing aescan.py by Jack Jansen · 30 years ago
  33. 7433568 Also scan AERegistry.h and AEObjects.h and create .py definition files. by Jack Jansen · 30 years ago
  34. 829f88c Added GetErrorString method (convert OSErr number to string) by Jack Jansen · 30 years ago
  35. f74f63a Initial port to CodeWarrior CFM68K support (mainly by disabling by Jack Jansen · 30 years ago
  36. 1e05402 Added methods as_Menu and as_Control to convert a resource to those object types by Jack Jansen · 30 years ago
  37. a177228 Added as_Resource() method to convert menu object to res object by Jack Jansen · 30 years ago
  38. 5d56f4b Added as_Resource() method to convert ctl object to res object by Jack Jansen · 30 years ago
  39. 2c67362 Added FindFolder interface by Jack Jansen · 30 years ago
  40. 68f1d45 Obtain path from a resource (unless USE_BUILTIN_PATH is #defined) by Jack Jansen · 30 years ago
  41. 3f0c155 Added USE_* ifdefs for a couple of optional modules. by Jack Jansen · 30 years ago
  42. 7d0bc83 Ported to Universal Header 2.0.1f (i.e. CW6) by Jack Jansen · 30 years ago
  43. a0e76be Ported to CodeWarrior 6 by Jack Jansen · 30 years ago
  44. b81cf9d Trying again to check it in. Changes to: by Jack Jansen · 30 years ago
  45. ae8a68f Trying again to check it in. Changes to: by Jack Jansen · 30 years ago
  46. c7cfb95 Rather massive changes: by Jack Jansen · 30 years ago
  47. f301dca Added img stuff (within #ifdef, so they're easy to remove) by Jack Jansen · 30 years ago
  48. c263286 StandardGetFile without args now shows all files (in stead of none) by Jack Jansen · 30 years ago
  49. e375b3f use PyMac_Yield() instead of PyMac_Idle() by Guido van Rossum · 30 years ago
  50. e56db43 first cut at the whole quickdraw.h header file ... by Guido van Rossum · 30 years ago
  51. 86c3af7 moved OpenDeskAcc here by Guido van Rossum · 30 years ago
  52. b7a3835 added evtedit.py for SystemClick() by Guido van Rossum · 30 years ago
  53. 227a423 the usual by Guido van Rossum · 30 years ago
  54. 0374771 remove some unused local variables by Guido van Rossum · 30 years ago
  55. ea39abd more stuff by Guido van Rossum · 30 years ago
  56. e26c263 more stuff by Guido van Rossum · 30 years ago
  57. 8cebe38 all bgen modules now work with MWerks by Guido van Rossum · 30 years ago
  58. e7134aa return old value of PyMac_DoYieldEnabled; -1 means do not even check for interrupts by Guido van Rossum · 30 years ago
  59. 76efd8e MAde a few things more orthogonal and did some cleanups: by Jack Jansen · 30 years ago
  60. edea408 changed ifdefs and comments -- more modules are good by Guido van Rossum · 30 years ago
  61. e6d9ccc change SC ifdef to MPW by Guido van Rossum · 30 years ago
  62. 4410d57 ported to MPW/SC by Guido van Rossum · 30 years ago
  63. 0437e89 fix bug in filterproc interface by Guido van Rossum · 30 years ago
  64. f45b53b replace %#s with portable solution by Guido van Rossum · 30 years ago
  65. 86b4049 Some more modules temp excluded in mwerks, and a comment fix. by Jack Jansen · 30 years ago
  66. b2f6a7e Minor bug fix by Jack Jansen · 30 years ago
  67. 81f51c7 Added GetDirectory() method by Jack Jansen · 30 years ago
  68. 6fc5aec ported back to Think C by Guido van Rossum · 30 years ago
  69. 9784295 another round... ported to __SC__ by Guido van Rossum · 30 years ago
  70. 40d94e0 added copyright header by Guido van Rossum · 30 years ago
  71. d1ef596 explicitly init flags in methodlist by Guido van Rossum · 30 years ago
  72. 9fed183 cfm 68k support by Guido van Rossum · 31 years ago
  73. 99d20f6 added imp; forget ctb and math for __SC__ (for now) by Guido van Rossum · 31 years ago
  74. 8318f2f add __SC__ ifdef by Guido van Rossum · 31 years ago
  75. 3075b32 different #ifdefs by Guido van Rossum · 31 years ago
  76. becdbec ported to Think C by Guido van Rossum · 31 years ago
  77. 26a9f74 Some of Guido's bgen modules aren't think-only anymore by Jack Jansen · 31 years ago
  78. 5693412 malloc debug only on ppc by Guido van Rossum · 31 years ago
  79. e6c884c added QuickDraw by Guido van Rossum · 31 years ago
  80. c889b76 Added RawFSSpec and RawAlias methods which turn their string arguments by Jack Jansen · 31 years ago
  81. 0f6ca80 Use PyMac_GetPythonDir() to obtain python homedir by Jack Jansen · 31 years ago
  82. 81920f1 manually defined Resource() function by Guido van Rossum · 31 years ago
  83. b19a645 more think/mw changes by Guido van Rossum · 31 years ago
  84. 9bcb641 added Resource(), to create new resources from Python by Guido van Rossum · 31 years ago
  85. 0818a4c get rid of obsolete low-level routines by Guido van Rossum · 31 years ago
  86. a76382a Added HandleEvent method to macos, so python programs can hand back by Jack Jansen · 31 years ago
  87. 8828fcf Added [GS]etCreatorType methods to FSSpec objects by Jack Jansen · 31 years ago
  88. 17448e2 Committed a more or less working version. by Guido van Rossum · 31 years ago
  89. b2f524a fixed StandardGetFile argument handling by Guido van Rossum · 31 years ago
  90. ee23d6e - Moved interrupt code to macglue.c by Jack Jansen · 31 years ago
  91. efd9767 added (method) casts and 1995 copyright by Guido van Rossum · 31 years ago
  92. e8e8ae0 Added eventhandling in mainloop/busywait routine plus leaving some by Jack Jansen · 31 years ago
  93. 9eeb82d CodeWarrior 5 has more unixisms (open/close/read/write) by Jack Jansen · 31 years ago
  94. 17ba43f Complete rewrite. by Jack Jansen · 31 years ago
  95. c9a3569 split PATH over multiple lines for clarity; added some generated modules by Guido van Rossum · 31 years ago
  96. bf068b1 Got rid of the Resource and Sound interfaces, in favor of the ones by Guido van Rossum · 31 years ago
  97. 5679e56 ported CW5 changes back to Think by Guido van Rossum · 31 years ago
  98. b7e79e5 Got rid of {Get,Set}FileType in favor of {Get,Set}CreatorAndType -- by Guido van Rossum · 31 years ago
  99. d8373d8 added Res module by Guido van Rossum · 31 years ago
  100. 7cbf480 Make malloc stats routine available under MetroWerks by Jack Jansen · 31 years ago