1. c77f6df Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot by Jack Jansen · 20 years ago
  2. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  3. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  4. d69b744 If not icon file is specified use the default Python Applet icons. Fixes 719303. by Jack Jansen · 21 years ago
  5. 0ae3220 Detabbed. by Jack Jansen · 21 years ago
  6. cba861e If a resource file cannot be decoded because the directory is readonly by Jack Jansen · 22 years ago
  7. 00cbf07 Added a -c (--copyfile) option with argument src:dst which copies file src by Jack Jansen · 22 years ago
  8. 9f59d52 Enable argv emulation if required. by Jack Jansen · 22 years ago
  9. f59c6fa When in MacPython-OSX use bundlebuilder to create .app bundles. by Jack Jansen · 22 years ago
  10. 769e1ff Fixed a few typos, and changed FSCreateResourceFile filename argument to unicode. by Jack Jansen · 22 years ago
  11. cc94764 Getting rid of macfs usage and almost all FSSpecs. Untested on MacOS9. by Jack Jansen · 22 years ago
  12. 4e051d4 add newline to source before compilation by Just van Rossum · 22 years ago
  13. 60087fb Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both by Jack Jansen · 22 years ago[Renamed from Mac/Lib/buildtools.py]
  14. 25e61d9 Added a hack so we can build applets with a MacPython that uses the by Jack Jansen · 22 years ago
  15. eb34229 - Use imp to find appletrawmain.py in stead of hand-crafting the path by Jack Jansen · 22 years ago
  16. dde800e Got rid of the python.rsrc resource file. The error message strings and by Jack Jansen · 22 years ago
  17. afb7632 Don't copy the documentation when using Python.app as an applet template. by Jack Jansen · 22 years ago
  18. 58ba80a Refuse to run if the last bit of the destination path contains a # character. by Jack Jansen · 22 years ago
  19. 94caa78 Patch by Ronald Oussoren: if there's a .lproj in the extras list also by Jack Jansen · 22 years ago
  20. ba1c13d Final step in making applets first-class citizens: if the applet wants by Jack Jansen · 22 years ago
  21. 2eb4b18 - Slightly better error message in case of syntax errors in the script. by Jack Jansen · 22 years ago
  22. 5d09904 Open the source file in universal newline mode. by Jack Jansen · 22 years ago
  23. 388fbf3 - Better commandline interface to BuildApplet, complete with options, by Jack Jansen · 22 years ago
  24. 9aa8fd0 Handle .icns and .plist files for applets. by Jack Jansen · 22 years ago
  25. b2e33fe Implemented buildtools for MachoPython .app bundles. The API is compatible by Jack Jansen · 22 years ago
  26. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 23 years ago
  27. a4f8e58 Allow selecting a template in findtemplate(), so Classic programs can build Carbon applets and vice-versa. by Jack Jansen · 24 years ago
  28. 01a2d9e Use FSpCreateResFile() in stead of CreateResFile(). by Jack Jansen · 24 years ago
  29. 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 · 25 years ago
  30. 81da9f1 Remove all owner resources from template, and if no owner resource contained in by Jack Jansen · 25 years ago
  31. 3b80526 (finally) unified the interpreter and the applet as Just suggested ages ago. The by Jack Jansen · 26 years ago
  32. 874f87b set 'preload' attribute for __main__ PYC resource -- jvr by Just van Rossum · 26 years ago
  33. 1cea804 skip 'vers' resource when copying resources from templeate -- jvr by Just van Rossum · 26 years ago
  34. 813c997 Common code for BuildApplet, BuildApplication and fullbuild (Just) by Jack Jansen · 26 years ago