History log of /external/python/cpython2/Lib/plat-mac/gensuitemodule.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/gensuitemodule.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/gensuitemodule.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/gensuitemodule.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/gensuitemodule.py
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython2/Lib/plat-mac/gensuitemodule.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/gensuitemodule.py
2cf9b956f70fe7e8d14bc0a22e4451600cb40658 18-Jun-2003 Jack Jansen <jack.jansen@cwi.nl> An indenting error in the code made it miss some suites that have an application
class.
/external/python/cpython2/Lib/plat-mac/gensuitemodule.py
c8882b10c490298c670cec8ad6239acfaf14a66a 13-Jun-2003 Jack Jansen <jack.jansen@cwi.nl> - Allow access to poperties of the "application" OSA class directly from
the toplevel package. This already worked for elements, but now for
properties too. Fixes #753925.
- Even better, the toplevel class (such as Finder.Finder) now inherits
the element and property dictionaries of its application class and has
the necessary glue to allow you to say
f = Finder.Finder()
f.get(f.name)
/external/python/cpython2/Lib/plat-mac/gensuitemodule.py
36d49a907fdc1dd34ee30b3b407ea9d92e35f4f9 16-Apr-2003 Jack Jansen <jack.jansen@cwi.nl> The identify() description didn't match the code. Fixed.
/external/python/cpython2/Lib/plat-mac/gensuitemodule.py
3576066cad445e0b3870766fa661b534f9799de7 13-Apr-2003 Jack Jansen <jack.jansen@cwi.nl> Oops, _propdeclarations and friends are needed: gensuitemodule uses them
to lookup properties declared in base classes. Looking at it I'm not sure
what the official scope if the property codes is, maybe it is only the
(OSA) class in which they are used. But giving them global scope hasn't been
a problem so far.

Regenerated the standard suites, which are now also space-indented.
/external/python/cpython2/Lib/plat-mac/gensuitemodule.py
0ae3220736f9b71820b01aee1f540d0afcceb9a6 09-Apr-2003 Jack Jansen <jack.jansen@cwi.nl> Detabbed.
/external/python/cpython2/Lib/plat-mac/gensuitemodule.py
bc956056d401f0137e687f878a487fa2a16199df 02-Apr-2003 Jack Jansen <jack.jansen@cwi.nl> Properties (like enums) are not in the global namespace but only valid
within a certain context. Give them an _Prop_ prefix, so they don't
accidentally obscure an element from another suite (as happened with
the Finder). Comparisons I'm not sure about, so I left them as global
names.

Also got rid of the lists if declarations, they serve no useful purpose.
/external/python/cpython2/Lib/plat-mac/gensuitemodule.py
3279cb03154267acbdb4eebe391512a055ba59a1 01-Apr-2003 Jack Jansen <jack.jansen@cwi.nl> Turned the suite compiler into an object.
/external/python/cpython2/Lib/plat-mac/gensuitemodule.py
18c9b139597bfd881e0fcec4110b7bb9f1334128 01-Apr-2003 Jack Jansen <jack.jansen@cwi.nl> - All messages are now dependent on the --verbose option.
- Added a --dump option that doesn't generate the module but dumps
the pretty-printed aete resource(s) on stdout.
/external/python/cpython2/Lib/plat-mac/gensuitemodule.py
2dc16f2a1e2589a8644323fab8adce6b8e1047cb 31-Mar-2003 Jack Jansen <jack.jansen@cwi.nl> Classes have to be sorted by code, not name, and synonyms have to
be sorted after the main name, otherwise filling of properties and
elements messes up.

Sorting is always more difficult than expected:-)
/external/python/cpython2/Lib/plat-mac/gensuitemodule.py
a942b9931c9ef13f7baf82c12e4ee312e6906f1c 30-Mar-2003 Jack Jansen <jack.jansen@cwi.nl> Moved gensuitemodule from Mac/scripts to Lib/plat-mac. Documentation
remains to be done.
/external/python/cpython2/Lib/plat-mac/gensuitemodule.py