1. 89841bd Shut up FutureWarnings about hex constants. by Jack Jansen · 22 years ago
  2. 76a6ab6 Patch by Tony Lownds: build an IDLE applet too, if _tkinter is available. by Jack Jansen · 22 years ago
  3. e87ed57 Patch by Tony Lownds: add the Resources directory to sys.path. by Jack Jansen · 22 years ago
  4. 10c6eda Mode rU for universal newlines, not rT. Spotted by Guido. by Jack Jansen · 22 years ago
  5. ec694c3 Pass None to AHGotoPage(). by Jack Jansen · 22 years ago
  6. f6b3fdd The debugger source view only understood mac-style linefeeds. Fixed. by Jack Jansen · 22 years ago
  7. 93ad6a7 Converted to Vise 8. by Jack Jansen · 22 years ago
  8. 17d67f0 All set for 2.3 installer, except for upgrade of Vise version. by Jack Jansen · 22 years ago
  9. a0d1833 Fixed typo spotted by Whomas Touters. by Jack Jansen · 22 years ago
  10. 47ec141 Added include guards and C++ extern "C" {} constructs. Partial fix for #607253. by Jack Jansen · 22 years ago
  11. 2575022 Reverted previous change, I was confused. by Jack Jansen · 22 years ago
  12. 796e5f7 Next few steps towards a 2.3 installer. by Jack Jansen · 22 years ago
  13. 481fddf First steps towards a 2.3 installer. by Jack Jansen · 22 years ago
  14. 277fc7e Enable _AH module. by Jack Jansen · 22 years ago
  15. bc60354 Import Carbon.AH, not Carbon.Help by Jack Jansen · 22 years ago
  16. 7f677f4 Reorganized order of help menu, and don't show Carbon documentation by Jack Jansen · 22 years ago
  17. 25a8f0d Silly me, I enabled the old help module. Fixed. by Jack Jansen · 22 years ago
  18. b341011 Added carbon Help module. by Jack Jansen · 22 years ago
  19. 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
  20. fdf427f Updated the notes on building a binary installer. by Jack Jansen · 22 years ago
  21. 997429a The script was very sloppy about which variables held source pathnames by Jack Jansen · 22 years ago
  22. 1f74ed8 Fixed a typo in the binary install notes by Jack Jansen · 22 years ago
  23. 3a70e3f Get rid of non-ascii characters. by Jack Jansen · 22 years ago
  24. 82a9b60 Use PyString_CHECK_INTERNED. by Jack Jansen · 22 years ago
  25. 8ba4220 Started on documentation for building a MacOSX binary installer. Unfinished. by Jack Jansen · 22 years ago
  26. 3337ea7 Remove .pyo files too. by Jack Jansen · 22 years ago
  27. a6db44f Script to generate .pkg packages, donated by Dinu Gherman. This is his by Jack Jansen · 22 years ago
  28. 94fab76 Generate pythonw.sh on the fly. by Jack Jansen · 22 years ago
  29. e3d9f40 Pass -x badsyntax to compileall. by Jack Jansen · 22 years ago
  30. b2d2bc9 Implemented the Help menu. The Python manual can be viewed (if installed) by Jack Jansen · 22 years ago
  31. 6be8956 If there's an environment variable PYTHONIDEPATH it points to the IDE by Jack Jansen · 22 years ago
  32. f94cadf MenuID's are signed. by Jack Jansen · 22 years ago
  33. fe9acde Typecode for AHTOCType was wrong. Fixed. by Jack Jansen · 22 years ago
  34. 4e39949 Initialize self._helpmenu earlier, so we can use gethelpmenu() while by Jack Jansen · 22 years ago
  35. bdbff73 Fix for Jaguar: use ln for installing symlinks, install no longer works. by Jack Jansen · 22 years ago
  36. b05e056 On Jaguar the default mode for files in the installed product is 444 (or 555) by Jack Jansen · 22 years ago
  37. f21b706 Added support for the help menu. Application.gethelpmenu() will return it. by Jack Jansen · 22 years ago
  38. 983258e Revived the Carbon.Help module, but implementing the MacHelp API in stead by Jack Jansen · 22 years ago
  39. afb7632 Don't copy the documentation when using Python.app as an applet template. by Jack Jansen · 22 years ago
  40. 278a3a2 Distutils-based script by Bill Fancher to download the Python documentation by Jack Jansen · 22 years ago
  41. 4684a09 - Install a symlink to the documentation (which lives in the framework) by Jack Jansen · 22 years ago
  42. f90367c This file never made it to the repository, somehow. by Jack Jansen · 22 years ago
  43. 5472376 These were regenerated some time ago (with ascii chars only and by Jack Jansen · 22 years ago
  44. 4f2d89f Interface to Apple Help Viewer. by Jack Jansen · 22 years ago
  45. fd372aa Don't build ConfigurePythonCarbon and ConfigurePythonClassic any longer, by Jack Jansen · 22 years ago
  46. 5fd9458 For MacPython-OS9 verbose is the default. by Jack Jansen · 22 years ago
  47. d59f8d0 Interface to Apple Help Manager. by Jack Jansen · 22 years ago
  48. f34a8bc Moved CoreFoundation type support to bgen/macsupport. by Jack Jansen · 22 years ago
  49. 286e838 Added PyDoc_STR's. by Jack Jansen · 22 years ago
  50. 0281512 Merged the MacPython thanks list into the general acknowledgements. by Jack Jansen · 22 years ago
  51. 58ba80a Refuse to run if the last bit of the destination path contains a # character. by Jack Jansen · 22 years ago
  52. 4993188 Regenerated with PyDoc_STR() around docstrings. by Jack Jansen · 22 years ago
  53. 7ca993e Fixed the bugs in the constant definitions, and in the code to test by Jack Jansen · 22 years ago
  54. 87eea88 After generating the Python file with definitions try to run it, so by Jack Jansen · 22 years ago
  55. 8120415 Try to cater for a source tree checked out with MacCVS in stead of by Jack Jansen · 22 years ago
  56. 7a1703d Updated for the current state of affairs. by Jack Jansen · 22 years ago
  57. 45c8e92 - Precompile py files in Mac subtree after installing by Jack Jansen · 22 years ago
  58. ccd8e8d - Check not only that cache file exists, but also that it is newer than by Jack Jansen · 22 years ago
  59. b8da8d7 Tool to pre-created cached .rsrc.df.rsrc files in the Lib directories, by Jack Jansen · 22 years ago
  60. d77f93a Obsolete now that there's a python implementation of strptime in the by Jack Jansen · 22 years ago
  61. f1148f0 Patch by Russel Owen: if we have command line arguments zap pyc files by Jack Jansen · 22 years ago
  62. a70ab8c Depracated some non-carbon modules. by Jack Jansen · 22 years ago
  63. 9536bcb This file should have gone long ago. by Jack Jansen · 22 years ago
  64. cb4321e By popular demand the frameworkinstall target now installs everything: by Jack Jansen · 22 years ago
  65. 617e230 Use hex escape for non-ascii chars, now that the parser wants that. by Jack Jansen · 22 years ago
  66. 295105f Regenerated with OSA class inheritance and fix for non-ascii chars. by Jack Jansen · 22 years ago
  67. 7ff034b Fixed incorrect logic in determining whether we should initialize by Jack Jansen · 22 years ago
  68. 21f6758 - If an OSA identifier is a Python reserved word we now append an _ by Jack Jansen · 22 years ago
  69. 2f7f8c4 Don't be over-enthusiastic with the ascii() calls: we don't need it if by Jack Jansen · 22 years ago
  70. 8b77767 Donovan Preston's patch #538395, with some mods by me. by Jack Jansen · 22 years ago
  71. b2bb873 Quote the arguments, they may contain strings. by Jack Jansen · 22 years ago
  72. 9c5b61b Patch #567296 by Pim Buurman, slightly modified by me so it can be disabled by Jack Jansen · 22 years ago
  73. 137d8c5 Wrapper around _IBCarbon. by Jack Jansen · 22 years ago
  74. 94caa78 Patch by Ronald Oussoren: if there's a .lproj in the extras list also by Jack Jansen · 22 years ago
  75. 0a9d755 In copy() don't try to obtain an FSSpec until we know the destination by Jack Jansen · 22 years ago
  76. 20417bc Better output for errors, and some progress reports. by Jack Jansen · 22 years ago
  77. c4ff194 Fixed the last two bgen-based modules to be buildable on OSX. by Jack Jansen · 22 years ago
  78. aaebdd6 Enable building of Carbon toolbox modules with unix-Python. by Jack Jansen · 22 years ago
  79. ff8dec7 Got rid of staticforward. by Jack Jansen · 22 years ago
  80. a4741ff This can now run under unix-Python too. You have to pass the folder by Jack Jansen · 22 years ago
  81. 6573f31 Moved bgenlocations to the Mac/Lib directory. Not perfect, but better than by Jack Jansen · 22 years ago
  82. ace9d95 Renamed Py_Main to PyMac_Main as it has a different signature than the "normal" Py_Main, and that signature has appeared in a .h file. by Jack Jansen · 22 years ago
  83. 3bd3fed Added _IBCarbon module. by Jack Jansen · 22 years ago
  84. 83f5c38 The definitions for IBCarbonRuntime.h by Jack Jansen · 22 years ago
  85. acbaefd Updated to something that works on my system, and regenerated module. by Jack Jansen · 22 years ago
  86. 0c06992 Donovan Preston's interface to IBCarbon, allowing you to use Interface by Jack Jansen · 22 years ago
  87. d64845d Mkdirs() failed when provided with unix pathnames. Fixed. by Jack Jansen · 22 years ago
  88. 0e0a479 Added an icon for .pyw files. by Jack Jansen · 22 years ago
  89. 2f8816f An icon for .pyw files. Yes, it's lousy, I know.... by Jack Jansen · 22 years ago
  90. 940dc92 Build the IDE last, as it may fail because of waste missing. by Jack Jansen · 22 years ago
  91. 0fdaee7 Added a lot more information on framework builds, the various .app's, by Jack Jansen · 22 years ago
  92. 337f85d Updated for the new path to Python.app. by Jack Jansen · 22 years ago
  93. f80798b When building the IDE check that waste is available, to forestall by Jack Jansen · 22 years ago
  94. 940e970 Also create BuildApplet. It's useful enough as a standalone application. by Jack Jansen · 22 years ago
  95. 3e6c80b Hmm, in some cases we don't seem to get our scriptname in argv[0]. by Jack Jansen · 22 years ago
  96. ba1c13d Final step in making applets first-class citizens: if the applet wants by Jack Jansen · 22 years ago
  97. a9454e2 Oops, the -psn stuff is in argv[1], of course. by Jack Jansen · 22 years ago
  98. 21ed16a Added one call to Py_Main(), for OSX framework builds only, that will get the by Jack Jansen · 22 years ago
  99. 94416e5 Got rid of a couple of OS9-isms. by Jack Jansen · 22 years ago
  100. 2eb4b18 - Slightly better error message in case of syntax errors in the script. by Jack Jansen · 22 years ago