1. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 16 years ago
  2. c76473d Fix Mac build, patch #1091 by Humberto Diogenes. by Georg Brandl · 17 years ago
  3. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  4. e7bf59f Run 2to3's print fixer over some places that had been missed. by Collin Winter · 17 years ago
  5. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  6. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  7. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  8. d910855 Remove apply() by Neal Norwitz · 19 years ago
  9. de2ecb8 Updated version numbers. by Jack Jansen · 20 years ago
  10. c77f6df Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot by Jack Jansen · 20 years ago
  11. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  12. 4f90137 - Added a note about fixversions.py - Ran it. by Jack Jansen · 20 years ago
  13. 28ecf70 Getting rid of support for MacOS9 and earlier. This is the first step, by Jack Jansen · 21 years ago
  14. 6bf3127 Ported from 23maint branch: add icons to BuildApplet. by Jack Jansen · 21 years ago
  15. 12cb99b Various tweaks to make the packages work better. Still not 100%, though. by Jack Jansen · 21 years ago
  16. 7327918 Import EasyDialogs only when needed, so this works if there is no window by Jack Jansen · 21 years ago
  17. 8ba0e80 Added a --python option, which sets the python to be used in the #! line by Jack Jansen · 21 years ago
  18. ee0325a Suppress wartning on macfs import. by Jack Jansen · 21 years ago
  19. 40006e9 Rename funny long suite to Disk_File_Folder. by Jack Jansen · 21 years ago
  20. d6abf5d By default be verbose. by Jack Jansen · 21 years ago
  21. a942b99 Moved gensuitemodule from Mac/scripts to Lib/plat-mac. Documentation by Jack Jansen · 21 years ago
  22. 1269be5 - Added an is_scriptable method to test applications for having by Jack Jansen · 21 years ago
  23. 0fc192a - Prefer using events (in stead of poking around in resource files) to by Jack Jansen · 21 years ago
  24. 8307e02 Sometimes a class is used as a base class of itself. Obviously there's by Jack Jansen · 21 years ago
  25. 00c3483 Sigh: didn't catch all lists that needed to be sorted. by Jack Jansen · 21 years ago
  26. 03b9c91 - Sort various lists (list of events, OSA-classes, etc) before generating by Jack Jansen · 21 years ago
  27. 0e85e7a If GetAppTerminology fails (which seems to be the usual case on OSX?) by Jack Jansen · 21 years ago
  28. 7cb016d Not all objects have an _propdict and _privpropdict, so cater for that. by Jack Jansen · 21 years ago
  29. 47345a7 Generate all the standard OSA suite packages. Has absolute pathname by Jack Jansen · 21 years ago
  30. 59cdbce Got rid of the "enum not found" interaction, and added code to allow by Jack Jansen · 21 years ago
  31. 714caa0 Allow gensuitemodule to be run non-interactively, from the OSX command by Jack Jansen · 21 years ago
  32. 6fa2dc7 Added _csv module, and getting rid of macfs. by Jack Jansen · 21 years ago
  33. 7e0bc11 Patch 702620 by Donovan Preston: Fix AE inheritance. by Jack Jansen · 21 years ago
  34. fa1bf1c First try to use the OSATerminology module to get the terminology by Jack Jansen · 22 years ago
  35. af1d422 Allow specifiying the destination for --extra files (default: same by Jack Jansen · 22 years ago
  36. 5bb97e6 Checking mac-specific stuff from the 2.3a2 branch in on the trunk. by Jack Jansen · 22 years ago
  37. 658375b Got rid of macfs. by Jack Jansen · 22 years ago
  38. 5a79329 Got rid of FSSpecs. by Jack Jansen · 22 years ago
  39. f3f4af5 Got rid of macfs and made a bit more OSX-friendly. by Jack Jansen · 22 years ago
  40. 19e02fc removing old junk by Just van Rossum · 22 years ago
  41. ab564ee Removed unused import of macfs. by Jack Jansen · 22 years ago
  42. 6d8bca8 I don't think this script serves a useful purpose anymore, and I can't by Jack Jansen · 22 years ago
  43. 3bd8d0f patch #678211 from Robin Dunn by Just van Rossum · 22 years ago
  44. 2373ff4 Fix an omission in the previous checkin. by Jack Jansen · 22 years ago
  45. b340acf Use new file dialogs. by Jack Jansen · 22 years ago
  46. df976ca Use new file dialogs. by Jack Jansen · 22 years ago
  47. d44a3ec Getting rid of StandardGetFile by Jack Jansen · 22 years ago
  48. 3e82872 Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. by Jack Jansen · 22 years ago
  49. 487197d Updated for demise of macfs. by Jack Jansen · 22 years ago
  50. 9ea729c Got rid of non-carbon stuff, and added new Alias, File and Folder modules. by Jack Jansen · 22 years ago
  51. 805f1de Tweaked button sizes and hid unused items. by Jack Jansen · 22 years ago
  52. e6de56e make the --link option match the original: just symlink the executable by Just van Rossum · 22 years ago
  53. 224405f Replaced the bundle building code with calls to the new bundlebuilder by Just van Rossum · 22 years ago
  54. 4ea1f45 Go from filename to FSSpec via FSRefs, to work around outdated macfs module by Jack Jansen · 22 years ago
  55. d892d4e Make the Resources directory if needed. by Jack Jansen · 22 years ago
  56. 65fe8dd Script to create .app bundles. Largely untested. by Jack Jansen · 22 years ago
  57. 25a8f0d Silly me, I enabled the old help module. Fixed. by Jack Jansen · 22 years ago
  58. b341011 Added carbon Help module. by Jack Jansen · 22 years ago
  59. 997429a The script was very sloppy about which variables held source pathnames by Jack Jansen · 22 years ago
  60. 3337ea7 Remove .pyo files too. by Jack Jansen · 22 years ago
  61. a6db44f Script to generate .pkg packages, donated by Dinu Gherman. This is his by Jack Jansen · 22 years ago
  62. fd372aa Don't build ConfigurePythonCarbon and ConfigurePythonClassic any longer, by Jack Jansen · 22 years ago
  63. 5fd9458 For MacPython-OS9 verbose is the default. by Jack Jansen · 22 years ago
  64. b8da8d7 Tool to pre-created cached .rsrc.df.rsrc files in the Lib directories, by Jack Jansen · 22 years ago
  65. f1148f0 Patch by Russel Owen: if we have command line arguments zap pyc files by Jack Jansen · 22 years ago
  66. 7ff034b Fixed incorrect logic in determining whether we should initialize by Jack Jansen · 22 years ago
  67. 21f6758 - If an OSA identifier is a Python reserved word we now append an _ by Jack Jansen · 22 years ago
  68. 2f7f8c4 Don't be over-enthusiastic with the ascii() calls: we don't need it if by Jack Jansen · 22 years ago
  69. 8b77767 Donovan Preston's patch #538395, with some mods by me. by Jack Jansen · 22 years ago
  70. 20417bc Better output for errors, and some progress reports. by Jack Jansen · 22 years ago
  71. a4741ff This can now run under unix-Python too. You have to pass the folder by Jack Jansen · 22 years ago
  72. 3bd3fed Added _IBCarbon module. by Jack Jansen · 22 years ago
  73. 66e794d Finally found out why te cf project sometimes worked and someimes didn't. Fixed it. by Jack Jansen · 22 years ago
  74. 1892cf0 Started on support for using standard setup.py to build at least by Jack Jansen · 22 years ago
  75. c70815a Disabled non-carbon builds (for the moment still optional) and made by Jack Jansen · 22 years ago
  76. 388fbf3 - Better commandline interface to BuildApplet, complete with options, by Jack Jansen · 22 years ago
  77. b66e1a3 Allow the shared library initialization routine to be overridden with an initialize=xxx argument. by Jack Jansen · 22 years ago
  78. 1898353 First part of fix for #493826: if 'errn' key exists in return value this doesn't necesarily signal an error, only if the value is non-zero it does. This by Jack Jansen · 22 years ago
  79. 7aace7a Regenerated to include Internet Config error strings. by Jack Jansen · 22 years ago
  80. 117dbdf Added an optional file with MacErrors.h extensions: IC errors aren't in there. by Jack Jansen · 22 years ago
  81. 4092606 Modified to allow it to run in MachoPython in a reasonable way. It still by Jack Jansen · 22 years ago
  82. 5ee24ae Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. by Jack Jansen · 22 years ago
  83. 9051e0e - Weaklink InterfaceLib in _Res module by Jack Jansen · 22 years ago
  84. 86c4d64 Modifed for new included expat. by Jack Jansen · 23 years ago
  85. b2ecc2c Get rid of keyword list and use keyword.iskeyword() function (which I wasn't aware of previously). by Jack Jansen · 23 years ago
  86. bdd6e70 "yield" is also a keyword. Spotted by Neal Norwitz. by Jack Jansen · 23 years ago
  87. 8b0ee24 (Much) better list of Python keywords, supplied by Michael J. Barber. by Jack Jansen · 23 years ago
  88. 685d46f Newer names for various error include files. by Jack Jansen · 23 years ago
  89. a618c3f Build _tkinter for Carbon too. by Jack Jansen · 23 years ago
  90. 7ebcbf5 Identify() enum values. This was changed in 1.14, but I don't think it is a good idea. by Jack Jansen · 23 years ago
  91. 4a667c7 CodeWarrior includes Waste and Internet Config nowadays, obviating the need for separate downloads. by Jack Jansen · 23 years ago
  92. 1b8bd94 The import of the scanner can also fail, cater for that. by Jack Jansen · 23 years ago
  93. 663dd79 added CoreGraphics to build list by Just van Rossum · 23 years ago
  94. 11ccf3c added non-support for CoreGraphics... by Just van Rossum · 23 years ago
  95. aa6e83f added CarbonEvents by Just van Rossum · 23 years ago
  96. 2a42c3a Not being able to copy PythonCore to the system-folder is not a fatal error, on OSX the user may not have permission to do so. Also give a more informative message in this case. by Jack Jansen · 23 years ago
  97. a7594db Link more modules with weak import, and add CarbonAccessors.o to all relevant PowerPC toolbox modules. This, in combination with recent IDE mods, makes the IDE work again under MacOS 8.1. by Jack Jansen · 23 years ago
  98. b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 23 years ago
  99. df222d2 Added hfsplusapi module. by Jack Jansen · 23 years ago
  100. 6f1da00 Added _hotshot. by Jack Jansen · 23 years ago