1. 6c4f003 changes (suggested) by Soren Larsen by Guido van Rossum · 30 years ago
  2. d01c100 clarified expanding %xx and form for print_form by Guido van Rossum · 30 years ago
  3. 85c4ff2 added macdnr by Guido van Rossum · 30 years ago
  4. ea6e19c added code objects by Guido van Rossum · 30 years ago
  5. 3d54de2 clarified code objects by Guido van Rossum · 30 years ago
  6. 46f2157 added ref to vars() by Guido van Rossum · 30 years ago
  7. 124107b reverse sense of PyMac_Idle test by Guido van Rossum · 30 years ago
  8. 5510dc2 socket.py by Guido van Rossum · 30 years ago
  9. 50d5e8a no longer need to include IN.py or SOCKET.py by Guido van Rossum · 30 years ago
  10. 687ec18 changes for MPW by Guido van Rossum · 30 years ago
  11. 0374771 remove some unused local variables by Guido van Rossum · 30 years ago
  12. 23f43d1 correct some return values and remove some unused variables by Guido van Rossum · 30 years ago
  13. d5f5385 include macglue.h so we can use HAVE_UNIVERSAL_HEADERS; by Guido van Rossum · 30 years ago
  14. cfa00ea don't use math at all by Guido van Rossum · 30 years ago
  15. 51b1c1c avoid math, don't abort when overflow check fails by Guido van Rossum · 30 years ago
  16. 1dba24e remove redundant backslashes; some cosnetics by Guido van Rossum · 30 years ago
  17. 7b5430f raise EOFError when load() hits EOF, instead of KeyError by Guido van Rossum · 30 years ago
  18. cd259d0 fix several cosmetic things, add buffering to makefile by Guido van Rossum · 30 years ago
  19. 09b39fa moved lots of stuff to Tools/scripts by Guido van Rossum · 30 years ago
  20. ed3c791 moved lots of scripts from Demo/scripts to Tools/scripts by Guido van Rossum · 30 years ago
  21. fd218ca moved Demo/modulator to Tools/modulator by Guido van Rossum · 30 years ago
  22. 309e8ac moved Demo/freeze to Tools/freeze by Guido van Rossum · 30 years ago
  23. 5f85880 new by Guido van Rossum · 30 years ago
  24. b5f9460 allow safe_import to be called with up to 4 args and check for . in name by Guido van Rossum · 30 years ago
  25. f16d5fa The final bit of my Mac documentation. by Jack Jansen · 30 years ago
  26. d211220 checkin of Jack's original version by Guido van Rossum · 30 years ago
  27. df804f8 converted docs for Jim Roskind's profiler by Guido van Rossum · 30 years ago
  28. f4aac48 minor update by Guido van Rossum · 30 years ago
  29. 0bf4d89 add warning about strop by Guido van Rossum · 30 years ago
  30. dc46c7f small nits and new files by Guido van Rossum · 30 years ago
  31. b721ef1 Half the mactcp documentation (macdnr still to come) by Jack Jansen · 30 years ago
  32. 81b3060 en weer twee! by Guido van Rossum · 30 years ago
  33. 51bbdfb totally rewritten, for new macro set by Guido van Rossum · 30 years ago
  34. 64f0845 Added a missing line by Jack Jansen · 30 years ago
  35. dcb0a9b Yet another one... by Jack Jansen · 30 years ago
  36. ad0ee83 changes for NT/Borland C by Guido van Rossum · 30 years ago
  37. 6964f73 include mymath.h by Guido van Rossum · 30 years ago
  38. d9b6b5c Write track artist info if given. by Sjoerd Mullender · 30 years ago
  39. 8675115 a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter by Guido van Rossum · 30 years ago
  40. e4be9be Three down, two to go... by Jack Jansen · 30 years ago
  41. ea39abd more stuff by Guido van Rossum · 30 years ago
  42. e26c263 more stuff by Guido van Rossum · 30 years ago
  43. a12ef94 added WWW sections by Guido van Rossum · 30 years ago
  44. 7defee7 document restriction on group names by Guido van Rossum · 30 years ago
  45. 8df3637 changes refs to SO_* symbols by Guido van Rossum · 30 years ago
  46. 61d34f4 added quote and unquote by Guido van Rossum · 30 years ago
  47. d6304d0 added cgi by Guido van Rossum · 30 years ago
  48. 2120d12 In interactive mode ask for output file by Jack Jansen · 30 years ago
  49. 16df2aa Under MW also be more conservative about events to request by Jack Jansen · 30 years ago
  50. 7c750e1 added html parser and supporting cast by Guido van Rossum · 30 years ago
  51. eb9e9d2 layout changes; quote & as well by Guido van Rossum · 30 years ago
  52. c7acf2a handle class exceptions by Guido van Rossum · 30 years ago
  53. cebfa70 fix stupid bug (db should be dict) by Guido van Rossum · 30 years ago
  54. 780620f added DictType as alias for DictionaryType by Guido van Rossum · 30 years ago
  55. 5e38b6f handle class exceptions; added runeval; made runctx obsolete by Guido van Rossum · 30 years ago
  56. 051ab12 make the type a parameter of the DL_IMPORT macro, for Borland C by Guido van Rossum · 30 years ago
  57. 0fbec64 for BorlandC by Guido van Rossum · 30 years ago
  58. 464a0a1 for MPW __SC__ by Guido van Rossum · 30 years ago
  59. 07e3a7e for MPW __SC__ compiler by Guido van Rossum · 30 years ago
  60. caeaafc don't complain about too many args if arg is a dict by Guido van Rossum · 30 years ago
  61. ea64dea another round by Guido van Rossum · 30 years ago
  62. 8cebe38 all bgen modules now work with MWerks by Guido van Rossum · 30 years ago
  63. e7134aa return old value of PyMac_DoYieldEnabled; -1 means do not even check for interrupts by Guido van Rossum · 30 years ago
  64. 83c434b get creator from Owner resource; set attrs by Guido van Rossum · 30 years ago
  65. 2e1db77 Update by Guido van Rossum · 30 years ago
  66. 76efd8e MAde a few things more orthogonal and did some cleanups: by Jack Jansen · 30 years ago
  67. 397c3fb Added BINA to unknown filetypes (what mw uses) by Jack Jansen · 30 years ago
  68. 32b2f82 Rationalized mwerks config files: they only differ depending on by Jack Jansen · 30 years ago
  69. 585c6dc more fixes by Steve Clift by Guido van Rossum · 30 years ago
  70. 57836fe change in staticforward -- added statichere by Guido van Rossum · 30 years ago
  71. 4f508cc add explicit 0 flags for methodlist by Guido van Rossum · 30 years ago
  72. 3097c3a change ifdefs and fix "%#s" format by Guido van Rossum · 30 years ago
  73. edea408 changed ifdefs and comments -- more modules are good by Guido van Rossum · 30 years ago
  74. e6d9ccc change SC ifdef to MPW by Guido van Rossum · 30 years ago
  75. 8656ad5 a few new things by Guido van Rossum · 30 years ago
  76. 4410d57 ported to MPW/SC by Guido van Rossum · 30 years ago
  77. 7fb1dcc added ctb by Guido van Rossum · 30 years ago
  78. 0437e89 fix bug in filterproc interface by Guido van Rossum · 30 years ago
  79. f74c36c fix bug with volume root by Guido van Rossum · 30 years ago
  80. 24a45e3 ported to MPW, moved main() here by Guido van Rossum · 30 years ago
  81. 850f44b moved main() to macglue.c by Guido van Rossum · 30 years ago
  82. 7c496ec ported to CFM-68K by Guido van Rossum · 30 years ago
  83. 42a69c8 real dialogs for warnings etc., copy applet.rsrc template too by Guido van Rossum · 30 years ago
  84. f45b53b replace %#s with portable solution by Guido van Rossum · 30 years ago
  85. 4cbb0e3 applet to run any script by Guido van Rossum · 30 years ago
  86. 156380e added shared library glue by Guido van Rossum · 30 years ago
  87. bcf3b56 also set cur dir for standard get/put file by Guido van Rossum · 30 years ago
  88. 86b4049 Some more modules temp excluded in mwerks, and a comment fix. by Jack Jansen · 30 years ago
  89. 3ec804a - Added PyMac_GetDirectory call which asks the user to select a by Jack Jansen · 30 years ago
  90. 77b5828 Always set type to APPL by Jack Jansen · 30 years ago
  91. b2f6a7e Minor bug fix by Jack Jansen · 30 years ago
  92. 81f51c7 Added GetDirectory() method by Jack Jansen · 30 years ago
  93. 6fc5aec ported back to Think C by Guido van Rossum · 30 years ago
  94. 9784295 another round... ported to __SC__ by Guido van Rossum · 30 years ago
  95. 295d171 explicitly init flags in methodlists by Guido van Rossum · 30 years ago
  96. 2b7e04a for __SC__ by Guido van Rossum · 30 years ago
  97. c388068 magic number changes of CR/LF are swapped by Guido van Rossum · 30 years ago
  98. 8c89a6f use PyMac_GetArgv (in macgetargv.c) for applet inits by Guido van Rossum · 30 years ago
  99. dbfb282 get argc/argv from AppleEvents by Guido van Rossum · 30 years ago
  100. 40d94e0 added copyright header by Guido van Rossum · 30 years ago