History log of /external/python/cpython2/Lib/plat-mac/aepack.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/aepack.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/aepack.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/aepack.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/aepack.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/aepack.py
c5f05e45cffa16f45f1332cec531c045893f928f 23-Feb-2008 Christian Heimes <christian@cheimes.de> Patch #2167 from calvin: Remove unused imports
/external/python/cpython2/Lib/plat-mac/aepack.py
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython2/Lib/plat-mac/aepack.py
0ae3220736f9b71820b01aee1f540d0afcceb9a6 09-Apr-2003 Jack Jansen <jack.jansen@cwi.nl> Detabbed.
/external/python/cpython2/Lib/plat-mac/aepack.py
fc71026c8ad67e26cfef26e61b10471647a9f261 31-Mar-2003 Jack Jansen <jack.jansen@cwi.nl> Subclasses of ObjectSpecifier can now be packed and unpacked. This allows
you to say something like "talker.count(want=Address_Book.people)" in
stead of having to manually create the aetypes.Type(Address_Book.people.want)
OSA type.
/external/python/cpython2/Lib/plat-mac/aepack.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/aepack.py
090da4b626fe7cd4d642cc5e6e03041d97d80ffd 29-Jan-2003 Jack Jansen <jack.jansen@cwi.nl> Moved aepack test code to the test suite.
/external/python/cpython2/Lib/plat-mac/aepack.py
2b88dec606511edb90d3a1efdaec03d19d75ff02 29-Jan-2003 Jack Jansen <jack.jansen@cwi.nl> Converted to not use macfs whenever possible.
/external/python/cpython2/Lib/plat-mac/aepack.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/aepack.py