1. 5a9fb3c Whitespace normalization. by Tim Peters · 20 years ago
  2. c77f6df Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot by Jack Jansen · 20 years ago
  3. ed8bfce Fixed a bug that's been there from the beginning but wasn't noticed by Just van Rossum · 21 years ago
  4. be56aae #765903: by Just van Rossum · 21 years ago
  5. bbaa083 If a --python option is used to specify the Python to use in the #! by Jack Jansen · 21 years ago
  6. 79b0ae1 restore 2.2 compatibility: by Just van Rossum · 21 years ago
  7. 762d2cc - added --semi-standalone option that builds apps that depend on an by Just van Rossum · 21 years ago
  8. dc31dc0 - do the right thing with symlinks inside directories we're copying by Just van Rossum · 21 years ago
  9. 6a55242 make sure paths to dirs don't end in a / by Just van Rossum · 21 years ago
  10. 00a0b97 Reworked --strip option: it will now look at _any_ file that's marked by Just van Rossum · 21 years ago
  11. 9e50023 register the library inside Python.framework as eligable for stripping by Just van Rossum · 21 years ago
  12. 3166f59 Add initial standalone support for Python.framework by Just van Rossum · 21 years ago
  13. 8ba0e80 Added a --python option, which sets the python to be used in the #! line by Jack Jansen · 21 years ago
  14. 0ae3220 Detabbed. by Jack Jansen · 21 years ago
  15. 5c83bb0 use os.path.realpath() instead of os.readlink() by Just van Rossum · 21 years ago
  16. 82ad32e only set $PYTHONHOME when building a standalone app. by Just van Rossum · 21 years ago
  17. 15624d8 Patch #681927 from Robin Dunn: add option to add shared libraries or by Just van Rossum · 21 years ago
  18. a87e447 set $PYTHONHOME in the bootstrap script, for no good reason really, by Just van Rossum · 21 years ago
  19. 620c083 Actually *do* override the type in AppBuilder. by Jack Jansen · 22 years ago
  20. cc81b80 Moved some application-bundle specific code from the BundleBuilder class to by Jack Jansen · 22 years ago
  21. 0ff7a4e use the same Python for running the bootstrap script and the main program by Just van Rossum · 22 years ago
  22. ddf5283 remove sitecustomize hack, will be solved elsewhere by Just van Rossum · 22 years ago
  23. ade6264 Reverted the rev. 1.8 change: the magic for decoding resourcefiles by Jack Jansen · 22 years ago
  24. 4983331 tweak error message by Just van Rossum · 22 years ago
  25. 7215e08 - renamed the --copyfile option to --file. by Just van Rossum · 22 years ago
  26. 8a3ed3f added some comments, minor tweaks by Just van Rossum · 22 years ago
  27. 7322b1a Resolving parts of #688907: by Just van Rossum · 22 years ago
  28. 00cbf07 Added a -c (--copyfile) option with argument src:dst which copies file src by Jack Jansen · 22 years ago
  29. a03adde Added an argv_emulation option (command line option: --argv or -a) which by Jack Jansen · 22 years ago
  30. d6a3f93 Use "$@" to pass arguments to Python in stead of "${1}". This passes all by Jack Jansen · 22 years ago
  31. 946c194 When installing resource files whose name ends in .rsrc use the by Jack Jansen · 22 years ago
  32. c96d6ce Thank you sir, can I have another. by Just van Rossum · 22 years ago
  33. 9af6968 jeez, now I know why I shouldn't even _want_ to learn sh. by Just van Rossum · 22 years ago
  34. 2aa0956 icon support by Robin Dunn, closes patch #678218 by Just van Rossum · 22 years ago
  35. 504377d make sure src exists before creating a symlink by Just van Rossum · 22 years ago
  36. 9896ea2 make sure Info.plist has a CFBundleIdentifier entry by Just van Rossum · 22 years ago
  37. 109ecbf Replaced imp.set_frozenmodules() cruft with proper zipimport support. by Just van Rossum · 22 years ago
  38. 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/bundlebuilder.py]
  39. 888e100 - found a case where sys.path[0] isn't set to Contents/Resources, by Just van Rossum · 22 years ago
  40. 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
  41. 535ffa2 added Thomas H's LOADER code for importing extension (sub)modules; little tweaks by Just van Rossum · 22 years ago
  42. ad692cc fixed typo and wrapping by Just van Rossum · 22 years ago
  43. 74bdca8 - Rewrote bootstapping code in sh so we're really independent of an by Just van Rossum · 22 years ago
  44. cef3288 added support for building standalone applications by Just van Rossum · 22 years ago
  45. e6b4902 get creator code from plist if available, instead of overriding with default by Just van Rossum · 22 years ago
  46. b8829b4 whoops, -p actually has an argument by Just van Rossum · 22 years ago
  47. da302da cleaned up __init__ argument mess with a funky base class by Just van Rossum · 22 years ago
  48. 16aebf7 Added --link-exec option: make a symlink for the executable only, copy all other files. by Just van Rossum · 22 years ago
  49. f7aba23 fixed error in cmd line doc; moved funny self.name line once more by Just van Rossum · 22 years ago
  50. 7fd69ad fixed stupid bug by Just van Rossum · 22 years ago
  51. ceeb962 added command line interface; refactored a bit; little things. by Just van Rossum · 22 years ago
  52. ad33d72 Tools to create MacOS X (application) bundles. by Just van Rossum · 22 years ago