1. 8f4b6ad two new modules for the Mac toolbox by Guido van Rossum · 29 years ago
  2. e375b3f use PyMac_Yield() instead of PyMac_Idle() by Guido van Rossum · 29 years ago
  3. e56db43 first cut at the whole quickdraw.h header file ... by Guido van Rossum · 29 years ago
  4. 86c3af7 moved OpenDeskAcc here by Guido van Rossum · 29 years ago
  5. e23e1fb moved bgen to Tools by Guido van Rossum · 29 years ago
  6. 7a84c5a pseudo progress bar (not finished) by Guido van Rossum · 29 years ago
  7. 7aa87cc added morse library (not finished yet) by Guido van Rossum · 29 years ago
  8. b7a3835 added evtedit.py for SystemClick() by Guido van Rossum · 29 years ago
  9. 227a423 the usual by Guido van Rossum · 29 years ago
  10. 3b0a5cd Initial revision by Jack Jansen · 29 years ago
  11. 124107b reverse sense of PyMac_Idle test by Guido van Rossum · 29 years ago
  12. 5510dc2 socket.py by Guido van Rossum · 29 years ago
  13. 0374771 remove some unused local variables by Guido van Rossum · 29 years ago
  14. 23f43d1 correct some return values and remove some unused variables by Guido van Rossum · 29 years ago
  15. d5f5385 include macglue.h so we can use HAVE_UNIVERSAL_HEADERS; by Guido van Rossum · 29 years ago
  16. cfa00ea don't use math at all by Guido van Rossum · 29 years ago
  17. cd259d0 fix several cosmetic things, add buffering to makefile by Guido van Rossum · 29 years ago
  18. ea39abd more stuff by Guido van Rossum · 29 years ago
  19. e26c263 more stuff by Guido van Rossum · 29 years ago
  20. 2120d12 In interactive mode ask for output file by Jack Jansen · 29 years ago
  21. 16df2aa Under MW also be more conservative about events to request by Jack Jansen · 29 years ago
  22. 8cebe38 all bgen modules now work with MWerks by Guido van Rossum · 29 years ago
  23. e7134aa return old value of PyMac_DoYieldEnabled; -1 means do not even check for interrupts by Guido van Rossum · 29 years ago
  24. 83c434b get creator from Owner resource; set attrs by Guido van Rossum · 29 years ago
  25. 2e1db77 Update by Guido van Rossum · 29 years ago
  26. 76efd8e MAde a few things more orthogonal and did some cleanups: by Jack Jansen · 29 years ago
  27. 397c3fb Added BINA to unknown filetypes (what mw uses) by Jack Jansen · 29 years ago
  28. 32b2f82 Rationalized mwerks config files: they only differ depending on by Jack Jansen · 29 years ago
  29. edea408 changed ifdefs and comments -- more modules are good by Guido van Rossum · 29 years ago
  30. e6d9ccc change SC ifdef to MPW by Guido van Rossum · 29 years ago
  31. 8656ad5 a few new things by Guido van Rossum · 29 years ago
  32. 4410d57 ported to MPW/SC by Guido van Rossum · 29 years ago
  33. 7fb1dcc added ctb by Guido van Rossum · 29 years ago
  34. 0437e89 fix bug in filterproc interface by Guido van Rossum · 29 years ago
  35. f74c36c fix bug with volume root by Guido van Rossum · 29 years ago
  36. 24a45e3 ported to MPW, moved main() here by Guido van Rossum · 29 years ago
  37. 850f44b moved main() to macglue.c by Guido van Rossum · 29 years ago
  38. 7c496ec ported to CFM-68K by Guido van Rossum · 29 years ago
  39. 42a69c8 real dialogs for warnings etc., copy applet.rsrc template too by Guido van Rossum · 29 years ago
  40. f45b53b replace %#s with portable solution by Guido van Rossum · 29 years ago
  41. 4cbb0e3 applet to run any script by Guido van Rossum · 29 years ago
  42. 156380e added shared library glue by Guido van Rossum · 29 years ago
  43. bcf3b56 also set cur dir for standard get/put file by Guido van Rossum · 29 years ago
  44. 86b4049 Some more modules temp excluded in mwerks, and a comment fix. by Jack Jansen · 29 years ago
  45. 3ec804a - Added PyMac_GetDirectory call which asks the user to select a by Jack Jansen · 29 years ago
  46. 77b5828 Always set type to APPL by Jack Jansen · 29 years ago
  47. b2f6a7e Minor bug fix by Jack Jansen · 29 years ago
  48. 81f51c7 Added GetDirectory() method by Jack Jansen · 29 years ago
  49. 6fc5aec ported back to Think C by Guido van Rossum · 29 years ago
  50. 9784295 another round... ported to __SC__ by Guido van Rossum · 29 years ago
  51. 8c89a6f use PyMac_GetArgv (in macgetargv.c) for applet inits by Guido van Rossum · 29 years ago
  52. dbfb282 get argc/argv from AppleEvents by Guido van Rossum · 29 years ago
  53. 40d94e0 added copyright header by Guido van Rossum · 29 years ago
  54. d1ef596 explicitly init flags in methodlist by Guido van Rossum · 29 years ago
  55. e71d853 hacks for atoi/strtod in __SC__ by Guido van Rossum · 29 years ago
  56. 57128fd accept file arguments and loop over files by Guido van Rossum · 29 years ago
  57. 23c0150 The Makefile by Guido van Rossum · 29 years ago
  58. 6a0fb6e fancier version copies template file by Guido van Rossum · 29 years ago
  59. a6da03f newer stuff by Guido van Rossum · 29 years ago
  60. 00effaf asdded applet info by Guido van Rossum · 29 years ago
  61. 1f5c600 different MPW notes by Guido van Rossum · 29 years ago
  62. 9fed183 cfm 68k support by Guido van Rossum · 29 years ago
  63. c3d1c8e added applet initialization; by Guido van Rossum · 29 years ago
  64. f71a9a9 macstrerror -> MacOS-StrError; added applet and cfm-68k support by Guido van Rossum · 29 years ago
  65. 99d20f6 added imp; forget ctb and math for __SC__ (for now) by Guido van Rossum · 29 years ago
  66. eabdbff put #undefs insize comments; rationalize MPW support by Guido van Rossum · 29 years ago
  67. e5df962 moved most of it to macglue.c by Guido van Rossum · 29 years ago
  68. 1b2fe8e new Makefile and everything by Guido van Rossum · 29 years ago
  69. 2d54692 completely redone by Guido van Rossum · 29 years ago
  70. 930b36b main program for applets by Guido van Rossum · 29 years ago
  71. 5bc76cd add casts for __SC__ by Guido van Rossum · 29 years ago
  72. 8318f2f add __SC__ ifdef by Guido van Rossum · 29 years ago
  73. 74162f3 Added support for loading pyc code from a resource. by Jack Jansen · 29 years ago
  74. 3075b32 different #ifdefs by Guido van Rossum · 29 years ago
  75. 872eeeb completed aete decoded now that I have the docs by Guido van Rossum · 29 years ago
  76. becdbec ported to Think C by Guido van Rossum · 29 years ago
  77. 26a9f74 Some of Guido's bgen modules aren't think-only anymore by Jack Jansen · 29 years ago
  78. 6cfab23 Changed PyMac_GetPythonDir to use a preferences file to store the by Jack Jansen · 29 years ago
  79. fc0ff42 Open library resource file read-only by Jack Jansen · 29 years ago
  80. 5693412 malloc debug only on ppc by Guido van Rossum · 29 years ago
  81. e9f29bf remove unused vars by Guido van Rossum · 29 years ago
  82. cc9bc8f null-terminate the error string in macstrerror by Guido van Rossum · 29 years ago
  83. e6c884c added QuickDraw by Guido van Rossum · 29 years ago
  84. b95ff40 adapted to 1.2 by Guido van Rossum · 29 years ago
  85. c889b76 Added RawFSSpec and RawAlias methods which turn their string arguments by Jack Jansen · 29 years ago
  86. 7467ce3 Startup code for applications using the python shared by Jack Jansen · 29 years ago
  87. 2e4679d Glue for the python shared library: an init routine that remembers by Jack Jansen · 29 years ago
  88. c6647c6 Mwerks header files for shared python and the applet template by Jack Jansen · 29 years ago
  89. 0f6ca80 Use PyMac_GetPythonDir() to obtain python homedir by Jack Jansen · 29 years ago
  90. f950f8d Various changes wrt shared-library python: by Jack Jansen · 29 years ago
  91. 8cd2b72 Added PyMac_GetPythonDir routine which obtains python home directory by Jack Jansen · 29 years ago
  92. b364257 Added getfiletype routine by Jack Jansen · 29 years ago
  93. 3c3eda2 stuff by jack to create a set of Estr resources by Guido van Rossum · 29 years ago
  94. 81920f1 manually defined Resource() function by Guido van Rossum · 29 years ago
  95. 3155923 more support for different kinds of objects by Guido van Rossum · 29 years ago
  96. b19a645 more think/mw changes by Guido van Rossum · 29 years ago
  97. 9bcb641 added Resource(), to create new resources from Python by Guido van Rossum · 29 years ago
  98. 0818a4c get rid of obsolete low-level routines by Guido van Rossum · 29 years ago
  99. c76fd39 Added stuff so CodeWarrior isn't so verbose about its stdio windows by Jack Jansen · 29 years ago
  100. a76382a Added HandleEvent method to macos, so python programs can hand back by Jack Jansen · 29 years ago