1. 79e75e1 Use string.ascii_letters instead of string.letters (SF bug #226706). by Fred Drake · 23 years ago
  2. 654c8db Typo in the classic mlte build line. by Jack Jansen · 23 years ago
  3. 1986412 Added Mlte module (which, to my surprise, is available for classic ppc as well). by Jack Jansen · 23 years ago
  4. f4b9fb7 Added CF module build and project generation (carbon only). by Jack Jansen · 23 years ago
  5. 11493bc Simple script to regenerate all bgen-generated modules. by Jack Jansen · 23 years ago
  6. e8f53bb Dynamically loaded toolbox modules don't need to link against each other anymore, due to the new glue code that ties them together. by Jack Jansen · 23 years ago
  7. 5a4718e Bah, somehow the macroman<->iso-latin-1 translation got lost during the merge. Checking in one fixed file to make sure MacCVS Pro isn't the problem. If it isn't a flurry of checkins will follow tomorrow. If it is... well... by Jack Jansen · 23 years ago
  8. 2e2546c On OSX always copy PythonCore. It turns out an orphaned alias in /Library/CFMSupport (happens when you remove python and aliased pythoncore) wreaks havoc with the system. by Jack Jansen · 23 years ago
  9. 9bfae98 Changed some of the dialogs to be a little clearer. by Jack Jansen · 23 years ago
  10. 3f4c173 Oops, ISO translation was off. Fixed. by Jack Jansen · 23 years ago
  11. 875b51d Added dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon. by Jack Jansen · 23 years ago
  12. d11f93c Look for shared libraries first in kLocalDomain and then in kOnSystemDisk. by Jack Jansen · 23 years ago
  13. 0a3939f Finished implementation of removing incorrect preferences file. by Jack Jansen · 23 years ago
  14. 54f3bdb Detect that the preference file may be incorrect, and offer to remove it. This isn't finished yet. by Jack Jansen · 23 years ago
  15. c1463c98 macostools.copy() now has an optional forcetype flag, which sets the filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype). by Jack Jansen · 23 years ago
  16. 36bcf9b Re-try the file copy once if it fails. This works around an obscure and non-reproducibe bug in GUSI. by Jack Jansen · 23 years ago
  17. a647807 Also build Imaging for Carbon. by Jack Jansen · 23 years ago
  18. f7fb3e6 Oops, need to import Res. by Jack Jansen · 23 years ago
  19. 72b97ae If we can't find our splash dialog (i.e. we're probably running from source) go into interactive mode: print what we're doing and ask about carbon/classic configure. by Jack Jansen · 23 years ago
  20. 6223d48 Added Popt resource for "dont show console" by Jack Jansen · 23 years ago
  21. 64700c9 Various tweaks to make it work on MacOSX. by Jack Jansen · 23 years ago
  22. 0b1f1b5 - Removed debug - Make sure splash screens are visible by Jack Jansen · 23 years ago
  23. cbb5d49 ConfigurePython now comes in two flavors: ConfigurePythonClassic and ConfigurePythonCarbon, which copy the respective interpreters to PythonInterpreter and rebuild all the applets. This allows MacOS9 users to switch back and forth. by Jack Jansen · 23 years ago
  24. f3eaf01 More modifications to bring the script output in line with the real thing. by Jack Jansen · 23 years ago
  25. ed24cd2 DialogWindows now have a self.dlg in addition to self.wid. by Jack Jansen · 23 years ago
  26. 3112bc1 Also create alias to PythonCoreCarbon. Got rid of lots of 68k stuff. by Jack Jansen · 23 years ago
  27. 0eea166 Adapted unweave to Matthias' fixes. It's still off-by-one-space in some cases. by Jack Jansen · 23 years ago
  28. 6e27118 Added modules _testcapi, _weakref, _symtable. by Jack Jansen · 23 years ago
  29. 5288c47 Added buttons for building interpreter, carbon standalone. by Jack Jansen · 23 years ago
  30. 5c734e8 Replaced by :Lib:cfmfile.py. by Jack Jansen · 23 years ago
  31. 1bbf6ff Make balloon code dependent on existence of Help module by Jack Jansen · 23 years ago
  32. a3e2dca Removed device from the list of Qd incompatibilities. It should be there, but causes too many false positives. by Jack Jansen · 23 years ago
  33. 5a8115c Ported the icglue module to carbon. by Jack Jansen · 23 years ago
  34. 13735e3 Added Help, Scrap and icglue missing methods. by Jack Jansen · 23 years ago
  35. 41eb3c7 ucnhash module has gone. by Jack Jansen · 23 years ago
  36. 8c98266 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 · 23 years ago
  37. 131c288 Build directives for PythonStandalone were missing. by Jack Jansen · 23 years ago
  38. bace5e9 Added the GrafPort attributes that are unavailable under Carbon. by Jack Jansen · 23 years ago
  39. 7b7e713 Also build the Carbon extension modules. by Jack Jansen · 23 years ago
  40. dfebb27 Ah well, why not check this in. A script to remove all .pyc files in a folder hierarchy. by Jack Jansen · 23 years ago
  41. c3fc51f Added the actual builds of the carbon projects. by Jack Jansen · 23 years ago
  42. 8c19b88 Generate Carbon as well as classic PPC plugin projects. This module is finally paying back the investment in it! by Jack Jansen · 23 years ago
  43. 5bb3be2 A script to search for methods that are missing in Carbon in Python by Jack Jansen · 23 years ago
  44. 7302340 Sigh... First test before committing. InvalWindowRect and friends are window object methods. Fixed. by Jack Jansen · 23 years ago
  45. d829e9e Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. by Jack Jansen · 23 years ago
  46. 0e1c24a Waste needs the ICProgKit API. by Jack Jansen · 23 years ago
  47. 1f5cd70 Added support for forced project building. by Jack Jansen · 23 years ago
  48. 1eda203 Added a force option (to force project generation, the default is now to only generate if different). by Jack Jansen · 23 years ago
  49. b55b7bb Use relative path for outputdir. by Jack Jansen · 24 years ago
  50. e56e87d Got rid of 68K support. by Jack Jansen · 24 years ago
  51. be614ee Use re in stead of regex. by Jack Jansen · 24 years ago
  52. 5a95e42 Updated for new universal headers (oops... this was loooong due). by Jack Jansen · 24 years ago
  53. c158bb2 Minor clarficiations in the dialogs about which errno file is wanted when (I had also forgotten:-). by Jack Jansen · 24 years ago
  54. 07d69f6 New .mcp names for tkinter and imgmodules projects. by Jack Jansen · 24 years ago
  55. 5232816 Changed the search path for pyexpat to include all of the expat folder. by Jack Jansen · 24 years ago
  56. 61c64c9 Various tweaks. It now returns the exact same files as Matthias' tool 95% of the time. by Jack Jansen · 24 years ago
  57. f0d7508 Oops, interaction() returned a single value in stead of a tuple (I thought that bug was loooong fixed??!?). by Jack Jansen · 24 years ago
  58. 581fa78 First stab at a script that mimicks Matthias Neerachers tool used to build GUSI. by Jack Jansen · 24 years ago
  59. 968c36d Qdoffs now exports GWorld new/convert, and Qt uses them. by Jack Jansen · 24 years ago
  60. a5d384d Updated for the new project names. by Jack Jansen · 24 years ago
  61. 6c502d7 Got it working for all important plugins, and moved it from Build to scripts. by Jack Jansen · 24 years ago
  62. 3e3eb3e Oops, all the options were off-by-one. Reported by Tom Bridgman. by Jack Jansen · 24 years ago
  63. 635a044 Fixed balloon help for options. Sort-of reported by Russell Finn. by Jack Jansen · 24 years ago
  64. 9ec8c06 Different phrasing of keepconsole options, suggested by David Goodger. by Jack Jansen · 24 years ago
  65. ab49e88 Call SchedParams(1,0) so the dialog is correctly re-enabled after something has been on top of it. by Jack Jansen · 24 years ago
  66. 8c94d5e Added some of the new Numeric modules (which weren't rebuilt). by Jack Jansen · 24 years ago
  67. 52b5b02 If we're installing to another partition than the system partition offer to copy PythonCore in stead of aliasing it. This should fix the applet problems some people have. by Jack Jansen · 24 years ago
  68. 6ab2cb6 Better exit handling. by Jack Jansen · 24 years ago
  69. 4a5eb96 Keepconsole is now a 4-way option: never/errorexit/unseen output/always. Default is "unseen output". Upped the Popt version number. by Jack Jansen · 24 years ago
  70. 9c940ca Moved to Unsupported. by Jack Jansen · 24 years ago
  71. eb43b30 The logic for finding long matches before short ones was wrong (why did I never notice this??!?), fixed. by Jack Jansen · 24 years ago
  72. 3500d85 Removed 68k support, added pyexpat, adapted for new NumPy. by Jack Jansen · 24 years ago
  73. 9d6d2c0 Only output the code to alias properties if the names aren't the same. by Jack Jansen · 24 years ago
  74. 6aa92c5 - identify() enum names. by Jack Jansen · 24 years ago
  75. 51f3570 Moved to unsupported: it doesn't work anymore and it has outlived its usefulness so I don't want to fix it. by Jack Jansen · 24 years ago
  76. 2eda244 Enums we cannot find are set to None, and enumsubst understands this (no substitution done). This is need for what I think are bugs in the Finder aete resources (some events use unknown enums). by Jack Jansen · 24 years ago
  77. 12b2b76 Fixed event inheritance code (which didn't work at all). by Jack Jansen · 24 years ago
  78. 87426b9 Use the new package-based scripting support. by Jack Jansen · 24 years ago
  79. 60762cb Generate packages in stead of separate modules. The package main module imports everything, it knows about the app signature, suites can extend standard suites, and lots more. Automatically finding declarations in other suites TBD. by Jack Jansen · 24 years ago
  80. bc66f95 If any of the builds in a group fails offer to stop the fullbuild process and open the failing projects in codewarrior. by Jack Jansen · 24 years ago
  81. 919d326 Added a "compile-time" flag PPC_ONLY, if set we make ppc-only applications without posting the dialog. This is the normal situation since 1.6alfa (no more 68k support). by Jack Jansen · 24 years ago
  82. 89d017d Added the unchash module. by Jack Jansen · 24 years ago
  83. d13c385 Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compatible). by Jack Jansen · 24 years ago
  84. dafe471 Nav removed (it has moved to the core toolbox modules). by Jack Jansen · 24 years ago
  85. 6f8a6d2 Selecting the macfsn option didn't work, fixed. by Jack Jansen · 24 years ago
  86. 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
  87. 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
  88. 0c6d037 Removed string-exception preference, added tabcheck and NavService preference, upped version number. by Jack Jansen · 24 years ago
  89. 68552dd Automatically dump distribution folders where I want them, next to the vise scripts. by Jack Jansen · 24 years ago
  90. 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
  91. 6c38e5b Drag was missing from the modules built. by Jack Jansen · 24 years ago
  92. f84fdfe added PythonCGISlave and BuildCGIApplet to the list of applets to build (jvr) by Just van Rossum · 24 years ago
  93. 34d11f0 Fixed multi-arg appends. by Jack Jansen · 24 years ago
  94. 6448c35 Build the Nav module too. by Jack Jansen · 24 years ago
  95. 8242c9e Get/set sys.path initializer in new appearance way. by Jack Jansen · 25 years ago
  96. c9b1e90 Modified for appearance. by Jack Jansen · 25 years ago
  97. 6a6db07 Partially converted to Appearance, the dialog still has the old ugly layout and by Jack Jansen · 25 years ago
  98. d2bf68f Converted to Appearance. by Jack Jansen · 25 years ago
  99. 43fd1f7 Give a warning if system-wide sys.argv processing is off (because then we by Jack Jansen · 25 years ago
  100. 29e5184 Typo fixed in docstring; removed unneccesary import. (jvr) by Just van Rossum · 25 years ago