History log of /external/python/cpython2/Lib/plat-mac/buildtools.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a3a505076efc19ec23669370778c5fa22d030ffa 03-Apr-2010 Mark Dickinson <dickinsm@gmail.com> Silence DeprecationWarnings from uses of has_key and <> in plat-mac.
/external/python/cpython2/Lib/plat-mac/buildtools.py
2596758cb42cb592f2e3c33ef77bc9b02c995510 06-Sep-2009 Ronald Oussoren <ronaldoussoren@mac.com> Fix build issues on OSX 10.6 (issue 6802)
/external/python/cpython2/Lib/plat-mac/buildtools.py
a6864e0d9f1fc06c50db36ed913ac48a3d2ddde5 14-Jul-2008 Benjamin Peterson <benjamin@python.org> fix test_py3kwarns

The fact that this was failing and went unnoticed so long seems like a good argument for being able to enable and disble py3kwarnings through Python.
/external/python/cpython2/Lib/plat-mac/buildtools.py
236819310db3fe6f2fb22d48b780fa6ec253b6c7 12-May-2008 Benjamin Peterson <benjamin@python.org> Add warnings to and deprecated all those Mac modules
/external/python/cpython2/Lib/plat-mac/buildtools.py
5b63acd31e0e40c1a9a9e9762905b0054ff37994 29-Mar-2008 Benjamin Peterson <benjamin@python.org> #2503 make singletons compared with "is" not == or !=
Thanks to Wummel for the patch
/external/python/cpython2/Lib/plat-mac/buildtools.py
791d56f1f71a9cc02993063ea1545d7ae8822bf2 31-May-2007 Brett Cannon <bcannon@gmail.com> Cause buildtools to raise a DeprecationWarning.
/external/python/cpython2/Lib/plat-mac/buildtools.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/Lib/plat-mac/buildtools.py
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython2/Lib/plat-mac/buildtools.py
70a6b49821a3226f55e9716f32d802d06640cb89 12-Feb-2004 Walter Dörwald <walter@livinglogic.de> Replace backticks with repr() or "%r"

From SF patch #852334.
/external/python/cpython2/Lib/plat-mac/buildtools.py
d69b74453192bed078946fbe0f2b06489a118121 22-Apr-2003 Jack Jansen <jack.jansen@cwi.nl> If not icon file is specified use the default Python Applet icons.
Fixes 719303.
/external/python/cpython2/Lib/plat-mac/buildtools.py
0ae3220736f9b71820b01aee1f540d0afcceb9a6 09-Apr-2003 Jack Jansen <jack.jansen@cwi.nl> Detabbed.
/external/python/cpython2/Lib/plat-mac/buildtools.py
cba861e5e3e6fde8e3e9d17cf1a8f2a3e0f7b65a 26-Feb-2003 Jack Jansen <jack.jansen@cwi.nl> If a resource file cannot be decoded because the directory is readonly
create a temporary file. This fixes #688011.

Got rid of the install() method in macresource, and replaced it with
a resource_filename() method which will optionally decode a given resourcefile
(which may be applesingle-encoded) and return the real resourcefile.

Use this new method in buildtools to copy the correct resource file to
the bundle. This fixes #688007.
/external/python/cpython2/Lib/plat-mac/buildtools.py
00cbf07ca714ec562bbf46be06c46f46381e3282 24-Feb-2003 Jack Jansen <jack.jansen@cwi.nl> Added a -c (--copyfile) option with argument src:dst which copies file src
into dst in the bundle. The Python API already had this functionality
/external/python/cpython2/Lib/plat-mac/buildtools.py
9f59d528c5a9bfbcc93fdf8bd42d8738105b675c 19-Feb-2003 Jack Jansen <jack.jansen@cwi.nl> Enable argv emulation if required.
Fixed a bug for applets with their own plist files.
/external/python/cpython2/Lib/plat-mac/buildtools.py
f59c6fa1256c4ddfcef95df8dd3f808c902fecc2 12-Feb-2003 Jack Jansen <jack.jansen@cwi.nl> When in MacPython-OSX use bundlebuilder to create .app bundles.
/external/python/cpython2/Lib/plat-mac/buildtools.py
769e1ff4a134cce66f4bd8ead4c56668ec6bfe30 05-Feb-2003 Jack Jansen <jack.jansen@cwi.nl> Fixed a few typos, and changed FSCreateResourceFile filename argument to unicode.
/external/python/cpython2/Lib/plat-mac/buildtools.py
cc94764c67f6fbb73caecec5afabef7327b15ac7 03-Feb-2003 Jack Jansen <jack.jansen@cwi.nl> Getting rid of macfs usage and almost all FSSpecs. Untested on MacOS9.
/external/python/cpython2/Lib/plat-mac/buildtools.py
4e051d459d7befbba539a0b08b11d70c33494419 09-Jan-2003 Just van Rossum <just@letterror.com> add newline to source before compilation
/external/python/cpython2/Lib/plat-mac/buildtools.py
60087fb45092d9c199cea162e58d9193c7c1558c 30-Dec-2002 Jack Jansen <jack.jansen@cwi.nl> Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used both
in MacPython-OS9 and MacPython-OSX (or the equivalent unix Python on
Mac OS X). The only items remaining in Mac/Lib are modules that are
meaningful only for MacPython-OS9 (CFM stuff, MacPython preferences
in resources, etc).
/external/python/cpython2/Lib/plat-mac/buildtools.py