summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/bundlebuilder.py
Commit message (Expand)AuthorAgeFilesLines
* - do the right thing with symlinks inside directories we're copyingJust van Rossum2003-06-201-6/+13
* make sure paths to dirs don't end in a /Just van Rossum2003-06-201-2/+2
* Reworked --strip option: it will now look at _any_ file that's markedJust van Rossum2003-06-201-13/+24
* register the library inside Python.framework as eligable for strippingJust van Rossum2003-06-201-2/+4
* Add initial standalone support for Python.frameworkJust van Rossum2003-06-201-2/+32
* Added a --python option, which sets the python to be used in the #! lineJack Jansen2003-05-251-1/+9
* Detabbed.Jack Jansen2003-04-091-618/+618
* use os.path.realpath() instead of os.readlink()Just van Rossum2003-03-211-3/+1
* only set $PYTHONHOME when building a standalone app.Just van Rossum2003-03-211-1/+3
* Patch #681927 from Robin Dunn: add option to add shared libraries orJust van Rossum2003-03-211-1/+15
* set $PYTHONHOME in the bootstrap script, for no good reason really,Just van Rossum2003-03-201-0/+1
* Actually *do* override the type in AppBuilder.Jack Jansen2003-03-051-1/+1
* Moved some application-bundle specific code from the BundleBuilder class toJack Jansen2003-03-051-5/+9
* use the same Python for running the bootstrap script and the main programJust van Rossum2003-02-261-1/+9
* remove sitecustomize hack, will be solved elsewhereJust van Rossum2003-02-261-25/+0
* Reverted the rev. 1.8 change: the magic for decoding resourcefilesJack Jansen2003-02-251-4/+0
* tweak error messageJust van Rossum2003-02-251-2/+2
* - renamed the --copyfile option to --file.Just van Rossum2003-02-251-4/+6
* added some comments, minor tweaksJust van Rossum2003-02-251-3/+34
* Resolving parts of #688907:Just van Rossum2003-02-251-9/+29
* Added a -c (--copyfile) option with argument src:dst which copies file srcJack Jansen2003-02-241-2/+8
* Added an argv_emulation option (command line option: --argv or -a) whichJack Jansen2003-02-181-2/+36
* Use "$@" to pass arguments to Python in stead of "${1}". This passes allJack Jansen2003-02-181-1/+1
* When installing resource files whose name ends in .rsrc use theJack Jansen2003-02-171-0/+3
* Thank you sir, can I have another.Just van Rossum2003-02-121-3/+3
* jeez, now I know why I shouldn't even _want_ to learn sh.Just van Rossum2003-02-021-4/+4
* icon support by Robin Dunn, closes patch #678218Just van Rossum2003-02-011-1/+14
* make sure src exists before creating a symlinkJust van Rossum2003-01-171-0/+2
* make sure Info.plist has a CFBundleIdentifier entryJust van Rossum2003-01-131-0/+2
* Replaced imp.set_frozenmodules() cruft with proper zipimport support.Just van Rossum2003-01-021-43/+42
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-301-0/+704