1. 13a0172 Got rid of mactoolboxglue.c by Jack Jansen · 23 years ago
  2. b686791 Added pymactoolboxglue.c and changed the exported symbols having to do with this. by Jack Jansen · 23 years ago
  3. 1bd0a71 Added iterobject.c to the project. And trying my first checkin at the same time. by Jack Jansen · 23 years ago
  4. c1218bc Files for 2.1 distribution. by Jack Jansen · 23 years ago
  5. e3850f5 Disable fused-add-mul instructions. They give a nonstandard result for some things that test_coercion complains about. The added performance is probably minimal for Python anyway. by Jack Jansen · 23 years ago
  6. 2b73fe9 Updated for 2.1b2 distribution. by Jack Jansen · 23 years ago
  7. 996c5c1 Disable fused-add-mul instructions. They give a nonstandard result for some things that test_coercion complains about. The added performance is probably minimal for Python anyway. by Jack Jansen · 23 years ago
  8. c658236 Fixed some access paths. by Jack Jansen · 23 years ago
  9. aabdb0d Dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon. by Jack Jansen · 23 years ago
  10. 4cf97c4 Files for second 2.1b1 distribution. by Jack Jansen · 23 years ago
  11. 1d79f79 Files for 2.1b1 distribution. by Jack Jansen · 23 years ago
  12. 5fc3381 PythonInterpreterClassic and PythonInterpreterCarbon now have filetype "Atmp". The ConfigurePythonXXX scripts will set this to APPL when copying either of those to PythonInterpreter. by Jack Jansen · 23 years ago
  13. 9fa7720 Added future.c by Jack Jansen · 23 years ago
  14. 501d89d Soundex has gone. by Jack Jansen · 23 years ago
  15. 881cd36 2.1a2 distribution files. by Jack Jansen · 23 years ago
  16. 883a19e Not sure what changed, probably an artefact of the new modules and/or new gusi. by Jack Jansen · 23 years ago
  17. 9826fe5 The interpreters built are now called PythonInterpreterClassic and PythonInterpreterCarbon. The fullbuild script takes care of copying either of these to PythonInterpreter. by Jack Jansen · 23 years ago
  18. 6e27118 Added modules _testcapi, _weakref, _symtable. by Jack Jansen · 23 years ago
  19. 497314e Bit the bullet and added a private GUSISIOUX for Python. This makes the delayconsole and keepopen code neater. Also tells Sioux to behave better with events, and handles cmd-. during print better. The pythonpreferences have also changed due to this. by Jack Jansen · 23 years ago
  20. 9b897ec Ported the icglue module to carbon. by Jack Jansen · 24 years ago
  21. 2beeb22 Added cellobject.c by Jack Jansen · 24 years ago
  22. a813153 Got waste to work for Carbon. by Jack Jansen · 24 years ago
  23. c34a5ad ucnhash module has gone, xreadlines module added. by Jack Jansen · 24 years ago
  24. 41eb3c7 ucnhash module has gone. by Jack Jansen · 24 years ago
  25. c4abd00 Got rid of extraneous Modues:TE in the search path. by Jack Jansen · 24 years ago
  26. 48d11c1 Waste and scrap now sort-of work for Carbon. Scrap is mostly empty, and waste uses a mixture between Waste 2.0 and Waste 1.3. by Jack Jansen · 24 years ago
  27. 3236f6a Projects for Carbon plugin modules. by Jack Jansen · 24 years ago
  28. 366ffcb Use &# escape for non-ascii chars. by Jack Jansen · 24 years ago
  29. a07d37f Regenerated (shoulnd't make a difference). by Jack Jansen · 24 years ago
  30. 391f40e Unicodedatabase.c has gone. by Jack Jansen · 24 years ago
  31. f75c9d9 Re-generated with relative paths. by Jack Jansen · 24 years ago
  32. 0447ebd Added CarbonAccessors.o to the non-carbon targets, and probably a few minor things having to do with Python 2.1a1. by Jack Jansen · 24 years ago
  33. 9eca235 Various tweaks for Python 2.1a1. by Jack Jansen · 24 years ago
  34. 2fffb13 Added Carbon interpreter. by Jack Jansen · 24 years ago
  35. 844c297 Converted to CW Pro 6 and new naming scheme. by Jack Jansen · 24 years ago
  36. 159830e Added the 'carb' resource to the carbon interpreter. by Jack Jansen · 24 years ago
  37. ee5b8fa Replaced the single .exp file by two files, one for classic and one for carbon. by Jack Jansen · 24 years ago
  38. a3d95fa Added PythonCoreCarbon and PythonInterpreterCarbon targets. by Jack Jansen · 24 years ago
  39. 6993f27 Added GUSI-Carbon targets (both threading and nonthreading), and they work!! YEAH!!! by Jack Jansen · 24 years ago
  40. 92f4b36 Resurrected Small Carbon Python as a target in PythonStandSmall. Still no GUSI, though, so no socket/select/threads. by Jack Jansen · 24 years ago
  41. 9473649 Replaced with .mcp projects in Extensions/Imaging by Jack Jansen · 24 years ago
  42. b5e4248 Drag moved to core toolbox modules (Win uses it). by Jack Jansen · 24 years ago
  43. 7683229 Qdoffs now exports GWorld new/convert, and Qt uses them. by Jack Jansen · 24 years ago
  44. 24342d9 Updated for the current state of the main Python source tree. by Jack Jansen · 24 years ago
  45. a49bdc0 These have been replaced by the new generated projects. by Jack Jansen · 24 years ago
  46. 420c4aa The new generated plugin projects. Checked in in XML form, so cvs diffs should work. by Jack Jansen · 24 years ago
  47. 6c502d7 Got it working for all important plugins, and moved it from Build to scripts. by Jack Jansen · 24 years ago
  48. c10a11b Generate plugin projects automatically using mkcwproject. There are as of yet only by Jack Jansen · 24 years ago
  49. 00429db Getting rid of 68K targets. by Jack Jansen · 24 years ago
  50. 704925c Last CW Pro 5.3 projects. by Jack Jansen · 24 years ago
  51. 87f204a Final version used for 2.0 distribution. by Jack Jansen · 24 years ago
  52. 3714516 Projects used for 2.0c1 by Jack Jansen · 24 years ago
  53. 5c204ae Fixes that should make it possible to run Python on machines without NavServices installed. Also weak-linked OT libraries so Python can run with extensions disabled. by Jack Jansen · 24 years ago
  54. 26d7c14 Final tweaks for 2.0b1 by Jack Jansen · 24 years ago
  55. 93e5d54 Removed 68K support. Getting ready for 2.0b1 release. by Jack Jansen · 24 years ago
  56. be80fa2 Last set of CW Pro 5 projects (probably) by Jack Jansen · 24 years ago
  57. 5bcb215 Project for pyexpat module. by Jack Jansen · 24 years ago
  58. cbfe3c8 Two more cases of GUSI2 include access paths not being correct (reveiled by the new pyport.h). by Jack Jansen · 24 years ago
  59. 1af5b08 Removed guesstabsize.c, which is obsolete. by Jack Jansen · 24 years ago
  60. 4ceaa03 - Removed guesstabsize.c, which is obsolete. by Jack Jansen · 24 years ago
  61. 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
  62. 89d017d Added the unchash module. by Jack Jansen · 24 years ago
  63. f93cb18 Evt moved to the core toolbox modules. by Jack Jansen · 24 years ago
  64. e641ba1 ucnhash and various other modules added. by Jack Jansen · 24 years ago
  65. 8d929ae All relevant toolbox modules have now been carbonized. by Jack Jansen · 24 years ago
  66. 5108db6 Added _localemodule and exceptions.c by Jack Jansen · 24 years ago
  67. f23a2e9 Added _localemodule. by Jack Jansen · 24 years ago
  68. ee68fc3 Nav and AE have been moved to core toolbox modules: fixup dependent modules, export symbol list, etc. by Jack Jansen · 24 years ago
  69. 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
  70. 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
  71. 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
  72. 036194c Slowly becoming functional... by Jack Jansen · 24 years ago
  73. ebd0106 Interface to macOS 9 HTMLRenderingLib. Not yet functional. by Jack Jansen · 24 years ago
  74. 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
  75. 7972a5a We should define both USE_GUSI and USE_GUSI2. by Jack Jansen · 24 years ago
  76. 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
  77. bad9c76 Almost ready for 1.6a2. by Jack Jansen · 24 years ago
  78. 3c6f0e6 Fixed to work with Tcl/Tk 8.3.0, at least, my modified copy of it. by Jack Jansen · 24 years ago
  79. 82add28 The .exp file hadn't been regenerated after adding the threading stuff. This means that building a nonthreaded PythonCore will now require massaging of the .exp. by Jack Jansen · 24 years ago
  80. d96f04c This hadn't been checked in for a while. by Jack Jansen · 24 years ago
  81. 6d3632a Added a profiling target. by Jack Jansen · 24 years ago
  82. a974d24 Fiddled linkorder and a few other things to make shared threaded python work. by Jack Jansen · 24 years ago
  83. 7f70c8e Started on GUSI2 and threading support. cfm68k targets are still included in all projects, but for the time being all the "fat" targets exclude them, making them basically copy operations. This way we don't have to rename everything, and anyone interested can easily try to fix 68k support. by Jack Jansen · 24 years ago
  84. 0475104 Hmm, the project wasn't a 5.3 file, despite the log msg. Now it is. by Jack Jansen · 25 years ago
  85. bb05b25 CW Pro 5.3 projects. by Jack Jansen · 25 years ago
  86. e721f3d Modified for new dll import source organisation by Greg. by Jack Jansen · 25 years ago
  87. cd3d7cc PyMac_BuildOptStr255 and PyMac_BuildFSSpec added to exports. by Jack Jansen · 25 years ago
  88. 8542b2e Project for Nav module. by Jack Jansen · 25 years ago
  89. da261e6 Added Nav by Jack Jansen · 25 years ago
  90. c5d0959 Regenerated toolbox modules with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support, and added workaround for non-existing calls for 68K. by Jack Jansen · 25 years ago
  91. 70d7849 CW Pro 5 projects. by Jack Jansen · 25 years ago
  92. c4f6331 Drag manager interface (completely untested, so far) by Jack Jansen · 25 years ago
  93. 012ae20 Added bufferobject.c by Jack Jansen · 25 years ago
  94. 6a51b37 Added Qdoffs module. by Jack Jansen · 25 years ago
  95. 5b6334f Added App module (appearance manager interface). And of course codewarrior by Jack Jansen · 25 years ago
  96. 3b80526 (finally) unified the interpreter and the applet as Just suggested ages ago. The by Jack Jansen · 25 years ago
  97. 561df24 Changed case on cm and qt modules, removed last references to toolboxmodules. by Jack Jansen · 25 years ago
  98. eef0486 Try a new commit, hoping it'll fix the problems with this project on flap. by Jack Jansen · 25 years ago
  99. 496cae7 Moved Ctl, Dlg, Menu, Qd, Res and Win modules to PythonCore. by Jack Jansen · 25 years ago
  100. 6c45a82 - img modules are no longer in PlugIns folder by Jack Jansen · 25 years ago