1. b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 23 years ago
  2. df222d2 Added hfsplusapi module. by Jack Jansen · 23 years ago
  3. e7d8322 exceptions was missing from the module list. Added. by Jack Jansen · 23 years ago
  4. 77105a9 The MacOS toolbox modules have acquired an _ in front of their name. Normal usage is through a wrapper module (without underscore) which lives in the Carbon package. by Jack Jansen · 23 years ago
  5. 71c5b02 Got rid of mactcp cruft, added Mlte and CF modules. by Jack Jansen · 23 years ago
  6. 67992b7 Bit another bullet: all toolbox modules are now in dynamically loaded modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work. by Jack Jansen · 23 years ago
  7. 50cb38d Added support for the gc module (!). by Just van Rossum · 23 years ago
  8. f02f4c8 Soundex has gone. by Jack Jansen · 24 years ago
  9. f424f24 Re-enabled Scrap (even though it's mostly empty right now). by Jack Jansen · 24 years ago
  10. 4ff2fe7 ucnhash module has gone, xreadlines module added. by Jack Jansen · 24 years ago
  11. b5e4248 Drag moved to core toolbox modules (Win uses it). by Jack Jansen · 24 years ago
  12. 6433fdf Added sha module, it's needed by the unicode stuff, it seems. by Jack Jansen · 24 years ago
  13. 2cecd41 Added Qdoffs and (optionally) icglue modules. by Jack Jansen · 24 years ago
  14. cdb3483 - Added pyexpat. - Renamed socket to _socket. by Jack Jansen · 24 years ago
  15. 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 24 years ago
  16. 0b13e7c Changed all (hopefully) uses of unsigned 16 bit value to use H format specifier, now that h is signed-only. by Jack Jansen · 24 years ago
  17. 0ed1148 added ucnhash (optional on USE_UCNHASH) and the mysteriously disappeared math. by Jack Jansen · 24 years ago
  18. 8d929ae All relevant toolbox modules have now been carbonized. by Jack Jansen · 24 years ago
  19. abf1703 Made to work under carbon. by Jack Jansen · 24 years ago
  20. d1fb711 Moved AE module to the core toolbox set: it is needed by Nav and it isn't all _that_ huge. by Jack Jansen · 24 years ago
  21. fb1aafd Removed SYMANTEC_CFM68K support. by Jack Jansen · 24 years ago
  22. d4d24cd Removed USE_STDWIN support. by Jack Jansen · 24 years ago
  23. e79dc76 Made the core toolbox modules carbon-compatible using the new greylist feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open. by Jack Jansen · 24 years ago
  24. 48b486b Added unicodedata and _codecs modules (which had apparently slipped through until now). by Jack Jansen · 24 years ago
  25. d629660 1.6a1 modules added. by Jack Jansen · 24 years ago
  26. 2865387 Added Nav module by Jack Jansen · 25 years ago
  27. c8c1b5d Drag module added. by Jack Jansen · 25 years ago
  28. 57ed139 Added App module (appearance manager interface). by Jack Jansen · 26 years ago
  29. b068789 Added a define USE_CORE_TOOLBOX, which includes six core toolbox modules by Jack Jansen · 26 years ago
  30. 0072bfb I give in (after all these years): renaming config.c to macconfig.c to forestall by Jack Jansen · 26 years ago[Renamed from Mac/Modules/config.c]
  31. d674163 The init routine for MacOS had a non-standard name. Changed to initMacOS(). by Jack Jansen · 26 years ago
  32. 02facaf Added ColorPicker and Printing modules, donated by Just. In config.c by Jack Jansen · 26 years ago
  33. b36b830 Removed reop by Jack Jansen · 26 years ago
  34. 8fa02d9 Added Sndihooks by Jack Jansen · 26 years ago
  35. d9d2968 Added cPickle and cStringIO by Jack Jansen · 27 years ago
  36. bbaf37c Added pcre module by Jack Jansen · 27 years ago
  37. bf2f602 Added interface to the Balloon Help Manager by Jack Jansen · 27 years ago
  38. 97de10c Added reop by Jack Jansen · 27 years ago
  39. e68a61c Added zlib (optional on USE_ZLIB) by Jack Jansen · 27 years ago
  40. a07dd0f Renamed by Jack Jansen · 27 years ago
  41. c1cd2ca Added operator, errno and soundex modules. by Jack Jansen · 28 years ago
  42. 42218ce Added/updated copyright notices by Jack Jansen · 28 years ago
  43. 22023f4 Added imgpng by Jack Jansen · 28 years ago
  44. 81aa0e2 Added gdbm (if USE_GDBM defined) by Jack Jansen · 28 years ago
  45. 16ff872 - Renamed USE_BGEN to USE_TOOLBOX by Jack Jansen · 28 years ago
  46. 84d0bfc inittab is a "struct _inittab". by Jack Jansen · 28 years ago
  47. 9d640a3 Added waste by Jack Jansen · 28 years ago
  48. 819fa1a Added scrap manager by Jack Jansen · 28 years ago
  49. c743c8d Modified for GUSI by Jack Jansen · 29 years ago
  50. 4fbb6d9 Added cmath module by Jack Jansen · 29 years ago
  51. 79fb732 Added Fm module by Jack Jansen · 29 years ago
  52. 641e8d7 Added component mgr and quicktime modules by Jack Jansen · 29 years ago
  53. e2ac51e Added _tkinter, if USE_TK defined by Jack Jansen · 29 years ago
  54. 84c8baf Added missing imgpbm and imgsgi modules by Jack Jansen · 29 years ago
  55. 9119ccf Added List module by Jack Jansen · 29 years ago
  56. 56b14d4 Lots of stuff removed: gone to various other files. by Jack Jansen · 29 years ago
  57. ea79c87 re-enabled newmodule by Jack Jansen · 29 years ago
  58. a7b6a82 Added binascii by Jack Jansen · 29 years ago
  59. 4cae5e6 - Added getplatform() - (temporarily?) removed newmodule reference by Jack Jansen · 29 years ago
  60. f74f63a Initial port to CodeWarrior CFM68K support (mainly by disabling by Jack Jansen · 29 years ago
  61. 68f1d45 Obtain path from a resource (unless USE_BUILTIN_PATH is #defined) by Jack Jansen · 29 years ago
  62. 3f0c155 Added USE_* ifdefs for a couple of optional modules. by Jack Jansen · 29 years ago
  63. f301dca Added img stuff (within #ifdef, so they're easy to remove) by Jack Jansen · 29 years ago
  64. 8cebe38 all bgen modules now work with MWerks by Guido van Rossum · 30 years ago
  65. 76efd8e MAde a few things more orthogonal and did some cleanups: by Jack Jansen · 30 years ago
  66. edea408 changed ifdefs and comments -- more modules are good by Guido van Rossum · 30 years ago
  67. 86b4049 Some more modules temp excluded in mwerks, and a comment fix. by Jack Jansen · 30 years ago
  68. 99d20f6 added imp; forget ctb and math for __SC__ (for now) by Guido van Rossum · 30 years ago
  69. becdbec ported to Think C by Guido van Rossum · 30 years ago
  70. 26a9f74 Some of Guido's bgen modules aren't think-only anymore by Jack Jansen · 30 years ago
  71. e6c884c added QuickDraw by Guido van Rossum · 30 years ago
  72. 0f6ca80 Use PyMac_GetPythonDir() to obtain python homedir by Jack Jansen · 30 years ago
  73. c9a3569 split PATH over multiple lines for clarity; added some generated modules by Guido van Rossum · 30 years ago
  74. d8373d8 added Res module by Guido van Rossum · 30 years ago
  75. a1c5602 Removed imgformat reference by Jack Jansen · 30 years ago
  76. 9aa3d13 renamed Get routines to PyMac_Get; added macfs to config.c by Guido van Rossum · 30 years ago
  77. 6a5df90 ported Jacks changes back to think C by Guido van Rossum · 30 years ago
  78. 9954699 1995 copyright by Guido van Rossum · 30 years ago
  79. c5b26f4 - PYTHONPATH is now \n-separated, so you can have directories with by Jack Jansen · 30 years ago
  80. e433c97 config.c: add MacOS module by Guido van Rossum · 30 years ago
  81. 739267b Completed (hopefully) the unification of THINK 6.0 and MPW 3.2 by Guido van Rossum · 30 years ago
  82. 29e7af0 Some more changes by Guido van Rossum · 30 years ago
  83. d4d7728 Updates for THINK C 6.0. Moved the necessary UNIX emulation routines here. by Guido van Rossum · 30 years ago
  84. c9422eb Don't include intrcheck.h by Guido van Rossum · 30 years ago
  85. 3ce7a1a Changes by RMW for MPW by Guido van Rossum · 30 years ago
  86. ce9739b Initial revision by Guido van Rossum · 31 years ago