1. a44923f Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define. by Jack Jansen · 24 years ago
  2. 74a1e63 Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef. by Jack Jansen · 24 years ago
  3. 2d391f2 include stdio.h for sprintf prototype. by Jack Jansen · 24 years ago
  4. 9d8b96c pymactoolbox.h contains protoypes for all externally visible toolbox module by Jack Jansen · 24 years ago
  5. 41e25cc include macdefs.h for declaration of getwd, if non-gusi python. by Jack Jansen · 24 years ago
  6. bb7e213 PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython. by Jack Jansen · 24 years ago
  7. c3f593e Don't declare sync if we use gusi. by Jack Jansen · 24 years ago
  8. e17fd2a Got rid of __SC__ ifdefs. by Jack Jansen · 24 years ago
  9. 1af5b08 Removed guesstabsize.c, which is obsolete. by Jack Jansen · 24 years ago
  10. 4ceaa03 - Removed guesstabsize.c, which is obsolete. by Jack Jansen · 24 years ago
  11. 9ae898b ANSIfication step 2: make sure all needed prototypes are available, and all needed by Jack Jansen · 24 years ago
  12. 5e80a75 Added a declaration of fileno() if we use GUSI. Not sure whether it should go here or in pyport.h really... by Jack Jansen · 24 years ago
  13. 85152b9 Fiddled declaration/implementation of setcallback() so that it is ansifyable. by Jack Jansen · 24 years ago
  14. d88296d ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO. by Jack Jansen · 24 years ago
  15. 3d476d7 So many things have changed over the last few weeks that it's probably a good idea to check the project files in again. 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. 89d017d Added the unchash module. by Jack Jansen · 24 years ago
  18. f93cb18 Evt moved to the core toolbox modules. by Jack Jansen · 24 years ago
  19. fe38d29 PyMac_FindModuleExtension now uses a size_t as its size parameter for compatibility. by Jack Jansen · 24 years ago
  20. edd9924 a minimal test app to show how to build a standalone app with W by Just van Rossum · 24 years ago
  21. 5069498 added clearkey = '\033' by Just van Rossum · 24 years ago
  22. ed2ed94 fixed bug in comment matching by Just van Rossum · 24 years ago
  23. 0ed1148 added ucnhash (optional on USE_UCNHASH) and the mysteriously disappeared math. by Jack Jansen · 24 years ago
  24. e641ba1 ucnhash and various other modules added. by Jack Jansen · 24 years ago
  25. 2819146 Added USE_UCNHASH (experimental, I hope it can go), USE_TOOLBOX and USE_QT. by Jack Jansen · 24 years ago
  26. 2c9cb7a Added USE_UCNHASH (experimental, I hope it can go) by Jack Jansen · 24 years ago
  27. 8d929ae All relevant toolbox modules have now been carbonized. by Jack Jansen · 24 years ago
  28. 8eff33b Added an optional debug handler that traps and prints all unknown appleevents. by Jack Jansen · 24 years ago
  29. d13c385 Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compatible). by Jack Jansen · 24 years ago
  30. abf1703 Made to work under carbon. by Jack Jansen · 24 years ago
  31. fd78de3 Under carbon use the GetQDGlobalxxx methods to implement Qd.qd.member access. by Jack Jansen · 24 years ago
  32. ca23d91 Made argc/argv processing work again under carbon. by Jack Jansen · 24 years ago
  33. 868f0c7 Oops, default type and creator were reversed. by Jack Jansen · 24 years ago
  34. f6b5374 Also add a one-line description of the "optional" directive. by Jack Jansen · 24 years ago
  35. 5108db6 Added _localemodule and exceptions.c by Jack Jansen · 24 years ago
  36. f23a2e9 Added _localemodule. by Jack Jansen · 24 years ago
  37. dafe471 Nav removed (it has moved to the core toolbox modules). by Jack Jansen · 24 years ago
  38. ee68fc3 Nav and AE have been moved to core toolbox modules: fixup dependent modules, export symbol list, etc. by Jack Jansen · 24 years ago
  39. ebececc 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
  40. 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
  41. 1c0fcee Minor bugfix: one uthread-dependent cleanup had "if not uthread" in stead of "if uthread". by Jack Jansen · 24 years ago
  42. fd771a6 Upped default memory size to 16MB by Jack Jansen · 24 years ago
  43. dab0554 Added lib-tk to the standard sys.path initializer. by Jack Jansen · 24 years ago
  44. 4901213 Removed assorted old ifdefs. by Jack Jansen · 24 years ago
  45. 80dc66e Removed support for very old CodeWarrior runtimes. by Jack Jansen · 24 years ago
  46. fb1aafd Removed SYMANTEC_CFM68K support. by Jack Jansen · 24 years ago
  47. d4d24cd Removed USE_STDWIN support. by Jack Jansen · 24 years ago
  48. 021da55 Removed THINK_C support. by Jack Jansen · 24 years ago
  49. 031ac71 Define USE_GUSI2, not USE_GUSI1. PythonStandalone still doesn't compile due to tk issues, though, but it isn't important right now. by Jack Jansen · 24 years ago
  50. d9f6e92 Removed THINK_C support. Added a CARBON indicator to the version string. by Jack Jansen · 24 years ago
  51. 60f157d First version of the project that produces a working Carbon binary. The binary has only been tested on MacOS9, so far. This project needs CW IDE 4.1b4 or later. by Jack Jansen · 24 years ago
  52. 2b44ba5 Revived various of the compatability routines and made them Carbon-compliant. This is needed because the initial carbon-python does not use GUSI. by Jack Jansen · 24 years ago
  53. a04b24b Removed hfsrunning() macro. This means MacPython won't run on MacOS 5 (oops, System 5) or earlier anymore:-) by Jack Jansen · 24 years ago
  54. 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
  55. 33d1ad2 Replaced GetFInfo and SetFInfo calls with FspGetFInfo and FspSetFInfo calls, which are carbon-compatible. by Jack Jansen · 24 years ago
  56. ee6eeb1 Removed (within an #ifdef) Carbon-incompatabilities: by Jack Jansen · 24 years ago
  57. bb6d83a Removed (within an #ifdef) Carbon-incompatabilities: by Jack Jansen · 24 years ago
  58. 14cd750 Fixed callback function arguments to be carbon-compatible. by Jack Jansen · 24 years ago
  59. d564d5f Config file for PythonStandCarbon (small non-shared MacPython for Carbon). by Jack Jansen · 24 years ago
  60. 8334dc1 Made compatible with MSL Carbon libraries. by Jack Jansen · 24 years ago
  61. 8a6d4d9 macfsn should always be included, like exceptions and site. by Jack Jansen · 24 years ago
  62. d9c01a5 Manually added HRHTMLRenderingLibAvailable. by Jack Jansen · 24 years ago
  63. 036194c Slowly becoming functional... by Jack Jansen · 24 years ago
  64. ebd0106 Interface to macOS 9 HTMLRenderingLib. Not yet functional. by Jack Jansen · 24 years ago
  65. 8f7f91f (Temporarily) revived after a long sleep, for building MacPython without GUSI by Jack Jansen · 24 years ago
  66. 7bfc2eb Fixed to work again without USE_GUSI and with USE_MSL_MALLOC by Jack Jansen · 24 years ago
  67. 12e89e4 Fixed to work again without USE_GUSI by Jack Jansen · 24 years ago
  68. 48b486b Added unicodedata and _codecs modules (which had apparently slipped through until now). by Jack Jansen · 24 years ago
  69. 092580b First tiny steps towards Carbon: this project currently builds a PythonStandSmall without GUSI and with standard MSL malloc. Socket and select are the main victims of this. by Jack Jansen · 24 years ago
  70. 9cfce18 GUSI 2.0.5 has a non-functional getsockname() if you use Open Transport. For now the workaround is to only enable MacTCP sockets. by Jack Jansen · 24 years ago
  71. 9cef99f USE_GUSI2 should be defined, not USE_GUSI1. by Jack Jansen · 24 years ago
  72. 6f8a6d2 Selecting the macfsn option didn't work, fixed. by Jack Jansen · 24 years ago
  73. 317b2a6 Import this to replace open() by an extended version that uses by Jack Jansen · 24 years ago
  74. 8b41d53 Updated for the 1.6a2 distribution: added a note about the special Tcl/Tk distribution, about Quicktime Exschange and a few minor updates. by Jack Jansen · 24 years ago
  75. e4d7b5e Changed for the new preference resource version. by Jack Jansen · 24 years ago
  76. 31e2d73 The applets need more memory nowadays, it seems (because of navservices, maybe?). Give them 4M, that should be okay for a while. by Jack Jansen · 24 years ago
  77. e3c843e Installer for 1.6a2. This is not the optimal location for the VCT file, it should be one level higher, but I can't be bothered fixing that this time around. by Jack Jansen · 24 years ago
  78. 6c2d7f8 1.6a2 directive files. by Jack Jansen · 24 years ago
  79. 0e17c58 These were never used, removed. by Jack Jansen · 24 years ago
  80. 09c79b8 Moved and renamed by Jack Jansen · 24 years ago
  81. ea79ba9 Tentative MkDistr scripts for 1.6a2. by Jack Jansen · 24 years ago
  82. 12a37b7 Updated for 1.6a2. by Jack Jansen · 24 years ago
  83. caaa982 Put the install folders in (vise), not vise, so the include files aren't accidentally picked up by the normal build process. by Jack Jansen · 24 years ago
  84. 7972a5a We should define both USE_GUSI and USE_GUSI2. by Jack Jansen · 24 years ago
  85. dd8024e Adding projects to the repository again, this time in MacBinary form. If you have added the MMPr filetype as "plain binary" in the MacCVS preferences you should revert this before doing this update. by Jack Jansen · 24 years ago
  86. 0c6d037 Removed string-exception preference, added tabcheck and NavService preference, upped version number. by Jack Jansen · 24 years ago
  87. 1fdadcd Auto-install on import, if NavServices is available. Unless a "no navservices" flag is set Python automagically imports this module so code that uses macfs.xxxGetFile will get NavServices dialogs. by Jack Jansen · 24 years ago
  88. 9d61d1b Got rid of PyMem_XDEL. by Jack Jansen · 24 years ago
  89. 850d118 Got rid of w/MSL in the version string. by Jack Jansen · 24 years ago
  90. 68552dd Automatically dump distribution folders where I want them, next to the vise scripts. by Jack Jansen · 24 years ago
  91. 301f3f6 Added accessor for kControlListBoxDoubleClickPart by Jack Jansen · 24 years ago
  92. 69652f8 Moved to the Compat folder (in case anyone still wants to try MPW building), it hasn't been used for years. by Jack Jansen · 24 years ago
  93. 6a06680 Removed, the core-python getmtime works fine with GUSI2. by Jack Jansen · 24 years ago
  94. bad9c76 Almost ready for 1.6a2. by Jack Jansen · 24 years ago
  95. bfbf113 Don't build the _tkinter project from Build, only the one from Extensions:Imaging, which now drops its resulting .slb into the PlugIns folder. by Jack Jansen · 24 years ago
  96. 322e158 Tk 8.3.0 resources. by Jack Jansen · 24 years ago
  97. 3c6f0e6 Fixed to work with Tcl/Tk 8.3.0, at least, my modified copy of it. by Jack Jansen · 24 years ago
  98. 01ae9eb Added a couple of contributors. Still needs work for the next distribution. by Jack Jansen · 24 years ago
  99. 6a2fdab Erik van Blokland's CaptureAE. by Jack Jansen · 24 years ago
  100. 2ea47f9 Added a reference to the Open Directory page on macPython. by Jack Jansen · 24 years ago