History log of /external/python/cpython2/Mac/scripts/BuildApplet.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9545a23c7ffb35417d451d24cc3b0339627965a7 05-May-2010 Ronald Oussoren <ronaldoussoren@mac.com> In a number of places code still revers
to "sys.platform == 'mac'" and that is
dead code because it refers to a platform
that is no longer supported (and hasn't been
supported for several releases).

Fixes issue #7908 for the trunk.
/external/python/cpython2/Mac/scripts/BuildApplet.py
2596758cb42cb592f2e3c33ef77bc9b02c995510 06-Sep-2009 Ronald Oussoren <ronaldoussoren@mac.com> Fix build issues on OSX 10.6 (issue 6802)
/external/python/cpython2/Mac/scripts/BuildApplet.py
ae6a5a73dc5990ce28129b2eead626449f72a277 07-Jun-2006 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Mac/scripts/BuildApplet.py
4b7a6c8b587a15fd2b6d17e21ad63431503a5c9e 07-Jun-2006 Ronald Oussoren <ronaldoussoren@mac.com> * If BuildApplet.py is used as an applet it starts with a version of
sys.exutable that isn't usuable on an #!-line. That results in generated
applets that don't actually work. Work around this problem by resetting
sys.executable.
* argvemulator.py didn't work on intel macs. This patch fixes this
(bug #1491468)
/external/python/cpython2/Mac/scripts/BuildApplet.py
c77f6dfd923e469cd645a0f825509cf0e9c490a0 27-Dec-2004 Jack Jansen <jack.jansen@cwi.nl> Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot
option to various tools, and do the right thing when we're doing a destroot
install.

Will backport to 2.4 and 2.3.
/external/python/cpython2/Mac/scripts/BuildApplet.py
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython2/Mac/scripts/BuildApplet.py
8ba0e80117b57d45e39c3721ef032e7e901ccd16 26-May-2003 Jack Jansen <jack.jansen@cwi.nl> Added a --python option, which sets the python to be used in the #! line
in the bootstrap script of the applet.
/external/python/cpython2/Mac/scripts/BuildApplet.py
af1d4225b83b3b663e820e85b5609fc0793b07fb 24-Feb-2003 Jack Jansen <jack.jansen@cwi.nl> Allow specifiying the destination for --extra files (default: same
filename as the source, but in Contents/Resources in the app bundle).
/external/python/cpython2/Mac/scripts/BuildApplet.py
df976caa341221e570dc15a44a5701ed175ad114 26-Jan-2003 Jack Jansen <jack.jansen@cwi.nl> Use new file dialogs.
/external/python/cpython2/Mac/scripts/BuildApplet.py
d44a3ec63c5d3608c3dc88fbc5f63dd6a96303d6 22-Jan-2003 Jack Jansen <jack.jansen@cwi.nl> Getting rid of StandardGetFile
/external/python/cpython2/Mac/scripts/BuildApplet.py
4ea1f455d7e3d87fda1b121a1fc543a4b792c0da 15-Nov-2002 Jack Jansen <jack.jansen@cwi.nl> Go from filename to FSSpec via FSRefs, to work around outdated macfs module
in python 2.2.
/external/python/cpython2/Mac/scripts/BuildApplet.py
5fd945895e3fba0e5eaa33ddc79fc3f2cb749a65 23-Aug-2002 Jack Jansen <jack.jansen@cwi.nl> For MacPython-OS9 verbose is the default.
/external/python/cpython2/Mac/scripts/BuildApplet.py
388fbf3d4a624becfbdedf6ec1dd57b57a5642ec 10-Jun-2002 Jack Jansen <jack.jansen@cwi.nl> - Better commandline interface to BuildApplet, complete with options,
verbose output to the console, etc.
- Allow Cocoa applets to be built with BuildApplet.

No full testing has been done yet to ensure OS9 operation hasn't suffered.
/external/python/cpython2/Mac/scripts/BuildApplet.py
015b70ec93fea7e65a3bda83455afe74f169d111 31-Jul-1998 Jack Jansen <jack.jansen@cwi.nl> Common code used to the buildtools module (Just)
/external/python/cpython2/Mac/scripts/BuildApplet.py
bca57e60c084c3f176bf5f33641533b613d82732 21-Apr-1998 Jack Jansen <jack.jansen@cwi.nl> Moved some code around: occasionally the SetCreatorFileType didn't
work because the finder got there first (at leats, that's what I think
happened).
/external/python/cpython2/Mac/scripts/BuildApplet.py
8554e302a5bf1732d99796ce0b58db2fd36a06a0 20-Feb-1998 Jack Jansen <jack.jansen@cwi.nl> BuildApplet will now also update old applets
/external/python/cpython2/Mac/scripts/BuildApplet.py
af647ddc5282e9642fff482c6709697d88f3f897 13-May-1997 Jack Jansen <jack.jansen@cwi.nl> Use ProgressBar to show progress in stead of print
/external/python/cpython2/Mac/scripts/BuildApplet.py
29a3355ab96a7df76adaf676e695821232d4ac5a 16-Sep-1996 Jack Jansen <jack.jansen@cwi.nl> Added macostools.touch() calls to inform the finder of our changes.
/external/python/cpython2/Mac/scripts/BuildApplet.py
f428c9e3173b18eb5bf019769064be196e77914e 09-Sep-1996 Jack Jansen <jack.jansen@cwi.nl> Turned off debugging output
/external/python/cpython2/Mac/scripts/BuildApplet.py
055782a15e8722d36d4a0d24e8d59affe204c39a 28-Aug-1996 Jack Jansen <jack.jansen@cwi.nl> Removed silly dialog
/external/python/cpython2/Mac/scripts/BuildApplet.py
6c6ad83e5487fe5015f0c86bbcd37b7c9f25d917 22-Jan-1996 Jack Jansen <jack.jansen@cwi.nl> Set default item for dialog
/external/python/cpython2/Mac/scripts/BuildApplet.py
3f14f4a3fcd4d083ab1dc082a89e9b66898d8b35 24-Sep-1995 Jack Jansen <jack.jansen@cwi.nl> Changed the way .rsrc and template are copied: hopefully this will
finally get the bundle stuff right.
/external/python/cpython2/Mac/scripts/BuildApplet.py
0f452fa557eaf41aa576f8644b0955efea8daaac 01-Sep-1995 Jack Jansen <jack.jansen@cwi.nl> Slightly reorganized so it is useable from another program, and
put all print statements in 'if DEBUG'.
/external/python/cpython2/Mac/scripts/BuildApplet.py
7c86b21812babb70be95526d9be3e8e7514375ca 31-Aug-1995 Jack Jansen <jack.jansen@cwi.nl> - Allow PythonApplet to be an alias
- Correctly set bundle and init bits
/external/python/cpython2/Mac/scripts/BuildApplet.py
9062fa2fb54e1c47aa314eef74b314d128a6b2c4 14-Aug-1995 Jack Jansen <jack.jansen@cwi.nl> Added prompts to various file-select dialogs
Renumbered resources to above 512
/external/python/cpython2/Mac/scripts/BuildApplet.py
7571f30efe935bfddd2be3a8e716f2dda2e55f9e 29-Jul-1995 Jack Jansen <jack.jansen@cwi.nl> A new home for scripts/applets
EditPythonPrefs - Edit the preferences file (sys.path, python home)
PackLibDir - Convert a sys.path directory to a resource file
RunLibScript - import a module and run as __main__
mkapplet - Create a python applet

The resource files belonging to these should also be stored here, somehow..
/external/python/cpython2/Mac/scripts/BuildApplet.py