1. eb34229 - Use imp to find appletrawmain.py in stead of hand-crafting the path by Jack Jansen · 23 years ago
  2. dde800e Got rid of the python.rsrc resource file. The error message strings and by Jack Jansen · 23 years ago
  3. afb7632 Don't copy the documentation when using Python.app as an applet template. by Jack Jansen · 23 years ago
  4. 58ba80a Refuse to run if the last bit of the destination path contains a # character. by Jack Jansen · 23 years ago
  5. 94caa78 Patch by Ronald Oussoren: if there's a .lproj in the extras list also by Jack Jansen · 23 years ago
  6. ba1c13d Final step in making applets first-class citizens: if the applet wants by Jack Jansen · 23 years ago
  7. 2eb4b18 - Slightly better error message in case of syntax errors in the script. by Jack Jansen · 23 years ago
  8. 5d09904 Open the source file in universal newline mode. by Jack Jansen · 23 years ago
  9. 388fbf3 - Better commandline interface to BuildApplet, complete with options, by Jack Jansen · 23 years ago
  10. 9aa8fd0 Handle .icns and .plist files for applets. by Jack Jansen · 23 years ago
  11. b2e33fe Implemented buildtools for MachoPython .app bundles. The API is compatible by Jack Jansen · 23 years ago
  12. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 24 years ago
  13. a4f8e58 Allow selecting a template in findtemplate(), so Classic programs can build Carbon applets and vice-versa. by Jack Jansen · 24 years ago
  14. 01a2d9e Use FSpCreateResFile() in stead of CreateResFile(). by Jack Jansen · 25 years ago
  15. b70699b Set the finder "is shared" bit, by request of Joe Strout. It seems this allows multiple simultaneous copies to be run from a server, and Applets shouldn't by Jack Jansen · 26 years ago
  16. 81da9f1 Remove all owner resources from template, and if no owner resource contained in by Jack Jansen · 26 years ago
  17. 3b80526 (finally) unified the interpreter and the applet as Just suggested ages ago. The by Jack Jansen · 27 years ago
  18. 874f87b set 'preload' attribute for __main__ PYC resource -- jvr by Just van Rossum · 27 years ago
  19. 1cea804 skip 'vers' resource when copying resources from templeate -- jvr by Just van Rossum · 27 years ago
  20. 813c997 Common code for BuildApplet, BuildApplication and fullbuild (Just) by Jack Jansen · 27 years ago