History log of /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/__init__.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/lib-scriptpackages/Terminal/__init__.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/lib-scriptpackages/Terminal/__init__.py
8475d0256a9aafebe9685e5abcf8bcfc7f32f374 13-Jun-2003 Jack Jansen <jack.jansen@cwi.nl> Re-gegernated with the new gensuitemodule.
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/__init__.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/lib-scriptpackages/Terminal/__init__.py
842273bcd7ad6814a0ce7c1b097cea98615900c4 02-Apr-2003 Jack Jansen <jack.jansen@cwi.nl> Regenerated with property names with _Prop_ prepended.
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/__init__.py
694570efcfce29878b5984a1861772791a1a3602 29-Mar-2003 Jack Jansen <jack.jansen@cwi.nl> Regenerated with the new way to get terminology (through AppleEvents),
which sometimes seems to result in different terminology. It does
seem to be mostly compatible, though.
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/__init__.py
d4885f87fa203587b4f5cfd5961f7acbbe36c3c0 29-Mar-2003 Jack Jansen <jack.jansen@cwi.nl> Sigh: didn't catch all lists that needed to be sorted. Regenerated again.
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/__init__.py
7377bec6ae20e2a3b83f7084bc98af47e5bd3886 28-Mar-2003 Jack Jansen <jack.jansen@cwi.nl> Regenerated (from resource files) with sorting version of gensuitemodule.
This is a first step towards regenerating the modules with newer, MacOSX,
versions of these programs, and using the programmatic interface to
get at the terminology in stead of poking in resource files.
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/__init__.py
b46bebf5184b9a496eb49444e0d7e2e56514b2ab 23-Mar-2003 Jack Jansen <jack.jansen@cwi.nl> Regenerated with Donovan Prestons patch #702620.
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/__init__.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/lib-scriptpackages/Terminal/__init__.py