1. 4983331 tweak error message by Just van Rossum · 22 years ago
  2. 7215e08 - renamed the --copyfile option to --file. by Just van Rossum · 22 years ago
  3. 8a3ed3f added some comments, minor tweaks by Just van Rossum · 22 years ago
  4. 7322b1a Resolving parts of #688907: by Just van Rossum · 22 years ago
  5. 00cbf07 Added a -c (--copyfile) option with argument src:dst which copies file src by Jack Jansen · 22 years ago
  6. a03adde Added an argv_emulation option (command line option: --argv or -a) which by Jack Jansen · 22 years ago
  7. d6a3f93 Use "$@" to pass arguments to Python in stead of "${1}". This passes all by Jack Jansen · 22 years ago
  8. 946c194 When installing resource files whose name ends in .rsrc use the by Jack Jansen · 22 years ago
  9. c96d6ce Thank you sir, can I have another. by Just van Rossum · 23 years ago
  10. 9af6968 jeez, now I know why I shouldn't even _want_ to learn sh. by Just van Rossum · 23 years ago
  11. 2aa0956 icon support by Robin Dunn, closes patch #678218 by Just van Rossum · 23 years ago
  12. 504377d make sure src exists before creating a symlink by Just van Rossum · 23 years ago
  13. 9896ea2 make sure Info.plist has a CFBundleIdentifier entry by Just van Rossum · 23 years ago
  14. 109ecbf Replaced imp.set_frozenmodules() cruft with proper zipimport support. by Just van Rossum · 23 years ago
  15. 60087fb Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both by Jack Jansen · 23 years ago[Renamed from Mac/Lib/bundlebuilder.py]
  16. 888e100 - found a case where sys.path[0] isn't set to Contents/Resources, by Just van Rossum · 23 years ago
  17. 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 · 23 years ago
  18. 535ffa2 added Thomas H's LOADER code for importing extension (sub)modules; little tweaks by Just van Rossum · 23 years ago
  19. ad692cc fixed typo and wrapping by Just van Rossum · 23 years ago
  20. 74bdca8 - Rewrote bootstapping code in sh so we're really independent of an by Just van Rossum · 23 years ago
  21. cef3288 added support for building standalone applications by Just van Rossum · 23 years ago
  22. e6b4902 get creator code from plist if available, instead of overriding with default by Just van Rossum · 23 years ago
  23. b8829b4 whoops, -p actually has an argument by Just van Rossum · 23 years ago
  24. da302da cleaned up __init__ argument mess with a funky base class by Just van Rossum · 23 years ago
  25. 16aebf7 Added --link-exec option: make a symlink for the executable only, copy all other files. by Just van Rossum · 23 years ago
  26. f7aba23 fixed error in cmd line doc; moved funny self.name line once more by Just van Rossum · 23 years ago
  27. 7fd69ad fixed stupid bug by Just van Rossum · 23 years ago
  28. ceeb962 added command line interface; refactored a bit; little things. by Just van Rossum · 23 years ago
  29. ad33d72 Tools to create MacOS X (application) bundles. by Just van Rossum · 23 years ago