1. e3a1c8f Combined alias and file into a single module. This is the only reasonable by Jack Jansen · 22 years ago
  2. 3c05c1f Got rid of outdated defines. by Jack Jansen · 22 years ago
  3. 9c17b11 Removed errors.rsrc: this is loaded dynamically from :Mac:Lib when needed. by Jack Jansen · 22 years ago
  4. 9e7da62 Removed: this is loaded dynamically from :Mac:Lib when needed. by Jack Jansen · 22 years ago
  5. 1562537 Got rid of EasyDialogs dialogs, which are now in :Mac:Lib:dialogs.rsrc. by Jack Jansen · 22 years ago
  6. 2519cc8 Got rid of interpreter-internal dialogs. by Jack Jansen · 22 years ago
  7. 9ea729c Got rid of non-carbon stuff, and added new Alias, File and Folder modules. by Jack Jansen · 22 years ago
  8. 805f1de Tweaked button sizes and hid unused items. by Jack Jansen · 22 years ago
  9. 19ac481 Sigh: the Jaguar workaround for the prefs file broke saving it on OS9. Temporary workaround is to ignore the exception (it's only about file creator/type anyway). by Jack Jansen · 22 years ago
  10. 9937a04 Tweaked some button sizes to make them look better on OSX. by Jack Jansen · 22 years ago
  11. 6d802a0 Tweaks to make this module OS9-compatible. by Jack Jansen · 22 years ago
  12. b2ef47b More pre-carbon stuff bites the dust. by Jack Jansen · 22 years ago
  13. b132a39 Removed: not carbon-compatible. by Jack Jansen · 22 years ago
  14. 3d87e3c The speech manager interface is no longer supported and a replacement is by Jack Jansen · 22 years ago
  15. fcbe5e5 Outdated. by Jack Jansen · 22 years ago
  16. 32f614b Got rid of unused Compat files. by Jack Jansen · 22 years ago
  17. feddf77 another wrong assumption fixed by Just van Rossum · 22 years ago
  18. 68c8138 Still used the old config file. Fixed. by Jack Jansen · 22 years ago
  19. 04543de Compatibility files that haven't been used in a long time. by Jack Jansen · 22 years ago
  20. 65cbf93 Get rid of support for Universal Headers older than 3.4 and various other by Jack Jansen · 22 years ago
  21. 55309a3 Get rid of 2.2 "poor mans universal newlines" now that the real thing by Jack Jansen · 22 years ago
  22. 8bf053f It was an old MacPython artefact that these files were still in the source by Jack Jansen · 22 years ago
  23. bb3e4cb Tkinter isn't supported under Carbon. Under MacOSX native it is, but by Jack Jansen · 22 years ago
  24. 5e13951 Very outdated: this is a 68K support file. by Jack Jansen · 22 years ago
  25. 71fd01c and now the real fix... by Just van Rossum · 22 years ago
  26. 61fcf76 fixed bool browsing bug, sf bug #652591 by Just van Rossum · 22 years ago
  27. 6c7e326 Getting rid of pre-Carbon (MacOS8) support. All code depending on by Jack Jansen · 22 years ago
  28. 5f61a05 Fixed so the Res.Resource() accepts either another resource, a string by Jack Jansen · 22 years ago
  29. 96cebde Added PEP253 support to most Carbon modules. This isn't complete yet: by Jack Jansen · 22 years ago
  30. 927bc45 - reworked the object unpacking code, now supports new-style objects more by Just van Rossum · 22 years ago
  31. 888e100 - found a case where sys.path[0] isn't set to Contents/Resources, by Just van Rossum · 22 years ago
  32. 362c7cd0 Lots of minor tweaks for the pep252 checkins, mainly because Qd by Jack Jansen · 22 years ago
  33. 202355a Build _AE too. by Jack Jansen · 22 years ago
  34. dbd5701 Converted the Carbon modules to use PEP252-style objects, with by Jack Jansen · 22 years ago
  35. 24884f7 Forgot to do os.path.basename() on mainprogram: a nonworking app was built if the mainprogram wan't in the current directory. Fixed. by Just van Rossum · 22 years ago
  36. 535ffa2 added Thomas H's LOADER code for importing extension (sub)modules; little tweaks by Just van Rossum · 22 years ago
  37. ad692cc fixed typo and wrapping by Just van Rossum · 22 years ago
  38. 74bdca8 - Rewrote bootstapping code in sh so we're really independent of an by Just van Rossum · 22 years ago
  39. cef3288 added support for building standalone applications by Just van Rossum · 22 years ago
  40. 2095c06 Lots of restructuring, mostly suggested by Bill Bumgarner. Main by Jack Jansen · 22 years ago
  41. e6b4902 get creator code from plist if available, instead of overriding with default by Just van Rossum · 22 years ago
  42. b8829b4 whoops, -p actually has an argument by Just van Rossum · 22 years ago
  43. 761b609 hardcode some resources, removing annoying Widgets.rsrc dependency by Just van Rossum · 22 years ago
  44. da302da cleaned up __init__ argument mess with a funky base class by Just van Rossum · 22 years ago
  45. 4b5c7a4 Allow access to the returned value(s) as FSRefs. Unfortunately for some by Jack Jansen · 22 years ago
  46. d0e59fb Added the alias manager too. The interface isn't perfect yet: the alias by Jack Jansen · 22 years ago
  47. e2ba873 Got angry and added support for pretty much the whole file and folder by Jack Jansen · 22 years ago
  48. 62a103b workaround so the (otherwise still broken) IDE can at least quit in the Python 2.2 Jaguar addon install by Just van Rossum · 22 years ago
  49. db2a0f6 changed to use Lib/bundlebuilder.py instead of scripts/buildappbundle.py by Just van Rossum · 22 years ago
  50. e6de56e make the --link option match the original: just symlink the executable by Just van Rossum · 22 years ago
  51. 16aebf7 Added --link-exec option: make a symlink for the executable only, copy all other files. by Just van Rossum · 22 years ago
  52. 224405f Replaced the bundle building code with calls to the new bundlebuilder by Just van Rossum · 22 years ago
  53. f7aba23 fixed error in cmd line doc; moved funny self.name line once more by Just van Rossum · 22 years ago
  54. 7fd69ad fixed stupid bug by Just van Rossum · 22 years ago
  55. ceeb962 added command line interface; refactored a bit; little things. by Just van Rossum · 22 years ago
  56. 3e554d7 name kwargs kwargs by Just van Rossum · 22 years ago
  57. ad33d72 Tools to create MacOS X (application) bundles. by Just van Rossum · 22 years ago
  58. 10263d6 - cleaned up example/test code by Just van Rossum · 22 years ago
  59. 1b99896 dded cvsignores. by Jack Jansen · 22 years ago
  60. d8d7bbe Minimal instructions on building a MacPython-OSX addon for Apple's by Jack Jansen · 22 years ago
  61. 1ebcc44 Build PythonLauncher for MacPython-OSX 2.2 as well. by Jack Jansen · 22 years ago
  62. e374692 This file is now generated dynamically. by Jack Jansen · 22 years ago
  63. db951c3 removed a redundant .strip(); made a doc string more or less tell the truth by Just van Rossum · 22 years ago
  64. 247e16e No need to import __builtin__, spotted by Skip. by Just van Rossum · 22 years ago
  65. 0ec2744 Pure Python implementation of a plist generator/parser. by Just van Rossum · 22 years ago
  66. 293fdeb Another workaround, to find the IDE directory when we're in MacPython-OSX by Jack Jansen · 22 years ago
  67. 9725735 Define PyDoc_STR if it isn't defined. This makes these modules compile by Jack Jansen · 22 years ago
  68. 5efbbcd Build waste, _Help and _Scrap too. by Jack Jansen · 22 years ago
  69. 26e6be3 First stab at a Makefile that will create a MacPython that uses the by Jack Jansen · 22 years ago
  70. 4ea1f45 Go from filename to FSSpec via FSRefs, to work around outdated macfs module by Jack Jansen · 22 years ago
  71. d892d4e Make the Resources directory if needed. by Jack Jansen · 22 years ago
  72. 180ceed Python 2.2 as installed by Apple has a version of _Res that is too old. We by Jack Jansen · 22 years ago
  73. 25e61d9 Added a hack so we can build applets with a MacPython that uses the by Jack Jansen · 22 years ago
  74. b54a6ce A script to run applets. Originally by Just, slightly modified by me. by Jack Jansen · 22 years ago
  75. eb34229 - Use imp to find appletrawmain.py in stead of hand-crafting the path by Jack Jansen · 22 years ago
  76. 7d996a2 - Building IDE is optional on waste being available, similar to building by Jack Jansen · 22 years ago
  77. dde800e Got rid of the python.rsrc resource file. The error message strings and by Jack Jansen · 22 years ago
  78. 65fe8dd Script to create .app bundles. Largely untested. by Jack Jansen · 22 years ago
  79. 37e4772 Forward port of 1.12.14.3 (which has an incorrect log message): by Jack Jansen · 22 years ago
  80. b1248ce Under Jaguar it seems that 'errn' return value keyword parameters don't by Jack Jansen · 22 years ago
  81. 7b02551 'Replace all' in the find dialog didn't properly update the text view (it used to, though...). Fixed. by Just van Rossum · 22 years ago
  82. 7aa7f2e cd to users home dir if no current dir has been set. Fixes bug #625734 by Just van Rossum · 22 years ago
  83. 3c4dee4 make sure the object browser can't crash because when the list data gets bigger than 32kB by Just van Rossum · 22 years ago
  84. b7dd494 add ./ to configure command so it actually works verbatim by Just van Rossum · 22 years ago
  85. 89841bd Shut up FutureWarnings about hex constants. by Jack Jansen · 22 years ago
  86. 76a6ab6 Patch by Tony Lownds: build an IDLE applet too, if _tkinter is available. by Jack Jansen · 22 years ago
  87. e87ed57 Patch by Tony Lownds: add the Resources directory to sys.path. by Jack Jansen · 22 years ago
  88. 10c6eda Mode rU for universal newlines, not rT. Spotted by Guido. by Jack Jansen · 22 years ago
  89. ec694c3 Pass None to AHGotoPage(). by Jack Jansen · 22 years ago
  90. f6b3fdd The debugger source view only understood mac-style linefeeds. Fixed. by Jack Jansen · 22 years ago
  91. 93ad6a7 Converted to Vise 8. by Jack Jansen · 22 years ago
  92. 17d67f0 All set for 2.3 installer, except for upgrade of Vise version. by Jack Jansen · 22 years ago
  93. a0d1833 Fixed typo spotted by Whomas Touters. by Jack Jansen · 22 years ago
  94. 47ec141 Added include guards and C++ extern "C" {} constructs. Partial fix for #607253. by Jack Jansen · 22 years ago
  95. 2575022 Reverted previous change, I was confused. by Jack Jansen · 22 years ago
  96. 796e5f7 Next few steps towards a 2.3 installer. by Jack Jansen · 22 years ago
  97. 481fddf First steps towards a 2.3 installer. by Jack Jansen · 22 years ago
  98. 277fc7e Enable _AH module. by Jack Jansen · 22 years ago
  99. bc60354 Import Carbon.AH, not Carbon.Help by Jack Jansen · 22 years ago
  100. 7f677f4 Reorganized order of help menu, and don't show Carbon documentation by Jack Jansen · 22 years ago