1. 1d0c6cf Got PythonStandalone to work again, mainly for debugging purposes (it's much easier to debug GUSI errors in a static build). by Jack Jansen · 21 years ago
  2. 5bb97e6 Checking mac-specific stuff from the 2.3a2 branch in on the trunk. by Jack Jansen · 21 years ago
  3. 8d4f06a Added itertools module. by Jack Jansen · 22 years ago
  4. 3e82872 Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. by Jack Jansen · 22 years ago
  5. 5681acb Added zipimport and _random module. by Jack Jansen · 22 years ago
  6. 073ac9f Added File and Folder, removed macfs. by Jack Jansen · 22 years ago
  7. 9c17b11 Removed errors.rsrc: this is loaded dynamically from :Mac:Lib when needed. by Jack Jansen · 22 years ago
  8. 32f614b Got rid of unused Compat files. by Jack Jansen · 22 years ago
  9. 68c8138 Still used the old config file. Fixed. by Jack Jansen · 22 years ago
  10. 277fc7e Enable _AH module. by Jack Jansen · 22 years ago
  11. b341011 Added carbon Help module. by Jack Jansen · 22 years ago
  12. 521dd9f Upped the stack size to 256KB. test_class ran afoul of the 64K limit, and this is probably a better fix than lowering the recursion limit. by Jack Jansen · 22 years ago
  13. 3bd3fed Added _IBCarbon module. by Jack Jansen · 22 years ago
  14. 7504dfe - Got rid of non-carbon builds by Jack Jansen · 22 years ago
  15. fc7d379 - Got rid of newmodule.c - These are the final projects that support classic. by Jack Jansen · 22 years ago
  16. cb37646 Added pycfbridge.c by Jack Jansen · 22 years ago
  17. 0627c3e Added enumobject.c by Jack Jansen · 22 years ago
  18. cc8258d Added boolobject.c by Jack Jansen · 22 years ago
  19. a516a59 Include obmalloc.c in the build. by Jack Jansen · 22 years ago
  20. 648c892 Updated for new included expat and new waste. by Jack Jansen · 22 years ago
  21. 3014ce9 CGStubLib wasn't weak-linked, fixed. 221 candidate. by Jack Jansen · 22 years ago
  22. f706b1c Updated for CW7 and Tcl/Tk 8.3.4. by Jack Jansen · 23 years ago
  23. b952651 Merging changes from release22-branch. by Jack Jansen · 23 years ago
  24. 6943444 Finally CW7 allows me to replace the continually-in-need-of-updating exports files with one 6-line anti-export-file. Yeah! (Thanks Alex, for reminding me:-) by Jack Jansen · 23 years ago
  25. 8493771 Updated to CodeWarrior Pro 7. by Jack Jansen · 23 years ago
  26. d7fdba3 project file for CoreGraphics by Just van Rossum · 23 years ago
  27. 9493455 Updated for hfsplus module, new gusi libs. by Jack Jansen · 23 years ago
  28. b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 23 years ago
  29. df222d2 Added hfsplusapi module. by Jack Jansen · 23 years ago
  30. 6952177 Added longlong routines. by Jack Jansen · 23 years ago
  31. e8cbb9f Regenerated with CF accessors. by Jack Jansen · 23 years ago
  32. d17f4bd Regenerated by Jack Jansen · 23 years ago
  33. fb57c43 Added structseq.c by Just van Rossum · 23 years ago
  34. 5d528b7 Tweaks for MacPython 2.2b1 by Jack Jansen · 23 years ago
  35. 8626aeb Tweaks for MacPython 2.2b1. by Jack Jansen · 23 years ago
  36. b088dd4a Some of the lesser used targets still used FMADD/FMSUB instructions. Fixed. by Jack Jansen · 23 years ago
  37. a0472f7 Mods by Alexandre Parenteau to allow embedding programs to disable the MacPython console window completely, and optionally route console output (and input) to routines provided by the embedding app. by Jack Jansen · 23 years ago
  38. 144d387 Added weakrefobject.c and regenerated .exp files. by Jack Jansen · 23 years ago
  39. f7e5714 Final tweaks for 2.2a3 distribution. by Jack Jansen · 23 years ago
  40. 38c4dd4 Regenerated, mainly for new GC routines. by Jack Jansen · 23 years ago
  41. 1da6eb0 Superseded by the (generated) xx.mcp. by Jack Jansen · 23 years ago
  42. 60aa4cc Updated to the current state of affairs. by Jack Jansen · 23 years ago
  43. 1c2a2b7 Added targets for building the Carbon and Classic interpreter if you don't want to go through fullbuild.py. by Jack Jansen · 23 years ago
  44. d0688eb Oops, this file shouldn't have been removed. by Jack Jansen · 23 years ago
  45. 914f9e9 The destination folder is now :Lib:lib-dynload by Jack Jansen · 23 years ago
  46. 13dca1d Got rid of all the plugin xml files: they are generated, and by Jack Jansen · 23 years ago
  47. 686a4a6 Removed expat from the access paths, it isn't needed. by Jack Jansen · 23 years ago
  48. 09379da Regenerated. by Jack Jansen · 23 years ago
  49. 0cdba05 Changed reference to config.h to pyconfig.h. by Jack Jansen · 23 years ago
  50. 4795fcc Adapted for pymactoolbox.c and changed externals elsewhere. by Jack Jansen · 23 years ago
  51. c4dcb63 Brought up-to-date. by Jack Jansen · 23 years ago
  52. cf68425 Yet another project. by Jack Jansen · 23 years ago
  53. 179e085 Project files for the new plugin modules, plus a few that hadn't been added yet but should have been. by Jack Jansen · 23 years ago
  54. 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
  55. 59c14e2 Bit the bullet and enabled garbage collection (finally). by Jack Jansen · 23 years ago
  56. 2d713d1 Added descrobject.c and mysnprintf.c by Jack Jansen · 23 years ago
  57. 66298f1 Regenerated for new description stuff. by Jack Jansen · 23 years ago
  58. 13a0172 Got rid of mactoolboxglue.c by Jack Jansen · 23 years ago
  59. b686791 Added pymactoolboxglue.c and changed the exported symbols having to do with this. by Jack Jansen · 23 years ago
  60. 1bd0a71 Added iterobject.c to the project. And trying my first checkin at the same time. by Jack Jansen · 23 years ago
  61. c1218bc Files for 2.1 distribution. by Jack Jansen · 23 years ago
  62. 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
  63. 2b73fe9 Updated for 2.1b2 distribution. by Jack Jansen · 23 years ago
  64. 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
  65. c658236 Fixed some access paths. by Jack Jansen · 23 years ago
  66. aabdb0d Dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon. by Jack Jansen · 23 years ago
  67. 4cf97c4 Files for second 2.1b1 distribution. by Jack Jansen · 23 years ago
  68. 1d79f79 Files for 2.1b1 distribution. by Jack Jansen · 23 years ago
  69. 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
  70. 9fa7720 Added future.c by Jack Jansen · 23 years ago
  71. 501d89d Soundex has gone. by Jack Jansen · 23 years ago
  72. 881cd36 2.1a2 distribution files. by Jack Jansen · 23 years ago
  73. 883a19e Not sure what changed, probably an artefact of the new modules and/or new gusi. by Jack Jansen · 23 years ago
  74. 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
  75. 6e27118 Added modules _testcapi, _weakref, _symtable. by Jack Jansen · 23 years ago
  76. 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
  77. 9b897ec Ported the icglue module to carbon. by Jack Jansen · 24 years ago
  78. 2beeb22 Added cellobject.c by Jack Jansen · 24 years ago
  79. a813153 Got waste to work for Carbon. by Jack Jansen · 24 years ago
  80. c34a5ad ucnhash module has gone, xreadlines module added. by Jack Jansen · 24 years ago
  81. 41eb3c7 ucnhash module has gone. by Jack Jansen · 24 years ago
  82. c4abd00 Got rid of extraneous Modues:TE in the search path. by Jack Jansen · 24 years ago
  83. 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
  84. 3236f6a Projects for Carbon plugin modules. by Jack Jansen · 24 years ago
  85. 366ffcb Use &# escape for non-ascii chars. by Jack Jansen · 24 years ago
  86. a07d37f Regenerated (shoulnd't make a difference). by Jack Jansen · 24 years ago
  87. 391f40e Unicodedatabase.c has gone. by Jack Jansen · 24 years ago
  88. f75c9d9 Re-generated with relative paths. by Jack Jansen · 24 years ago
  89. 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
  90. 9eca235 Various tweaks for Python 2.1a1. by Jack Jansen · 24 years ago
  91. 2fffb13 Added Carbon interpreter. by Jack Jansen · 24 years ago
  92. 844c297 Converted to CW Pro 6 and new naming scheme. by Jack Jansen · 24 years ago
  93. 159830e Added the 'carb' resource to the carbon interpreter. by Jack Jansen · 24 years ago
  94. ee5b8fa Replaced the single .exp file by two files, one for classic and one for carbon. by Jack Jansen · 24 years ago
  95. a3d95fa Added PythonCoreCarbon and PythonInterpreterCarbon targets. by Jack Jansen · 24 years ago
  96. 6993f27 Added GUSI-Carbon targets (both threading and nonthreading), and they work!! YEAH!!! by Jack Jansen · 24 years ago
  97. 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
  98. 9473649 Replaced with .mcp projects in Extensions/Imaging by Jack Jansen · 24 years ago
  99. b5e4248 Drag moved to core toolbox modules (Win uses it). by Jack Jansen · 24 years ago
  100. 7683229 Qdoffs now exports GWorld new/convert, and Qt uses them. by Jack Jansen · 24 years ago