History log of /external/python/cpython2/Mac/Modules/fm/fmscan.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c5f05e45cffa16f45f1332cec531c045893f928f 23-Feb-2008 Christian Heimes <christian@cheimes.de> Patch #2167 from calvin: Remove unused imports
/external/python/cpython2/Mac/Modules/fm/fmscan.py
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython2/Mac/Modules/fm/fmscan.py
a53f4eba19856613a55ccbcfdb8c862d24a691b9 19-Nov-2003 Jack Jansen <jack.jansen@cwi.nl> Getting rid of code conditional on TARGET_API_MAC_*.
/external/python/cpython2/Mac/Modules/fm/fmscan.py
6c7e326eaaa2d814e0d299054f78e5bd187489ab 12-Dec-2002 Jack Jansen <jack.jansen@cwi.nl> Getting rid of pre-Carbon (MacOS8) support. All code depending on
TARGET_API_MAC_OS8 (or !TARGET_API_MAC_CARBON) is gone. Also some
TARGET_API_MAC_OSX conditional code is gone, because it is no longer
used on OSX-only Python (only in MacPython-OS9).
/external/python/cpython2/Mac/Modules/fm/fmscan.py
87eea88b5a198234cb18980d6f3a155de176ea6e 15-Aug-2002 Jack Jansen <jack.jansen@cwi.nl> After generating the Python file with definitions try to run it, so
we catch errors during the build process in stead of later during runtime.
/external/python/cpython2/Mac/Modules/fm/fmscan.py
aaebdd6a02dd4d650b14e2192e327336ecb62a98 05-Aug-2002 Jack Jansen <jack.jansen@cwi.nl> Enable building of Carbon toolbox modules with unix-Python.
/external/python/cpython2/Mac/Modules/fm/fmscan.py
ca3b2ffbb90d107476397689243da9d4d8b47286 07-Jan-2002 Just van Rossum <just@letterror.com> Today's Carbon Toolbox addition: QDTextBounds()
/external/python/cpython2/Mac/Modules/fm/fmscan.py
82bcbd04fd8397b069df805b3b1d0a16a4d13227 20-Jun-2001 Jack Jansen <jack.jansen@cwi.nl> {Is,Set}AntiAliasedTextEnabled don't exist on MacOS 8.5.5 and earlier. For now: cop out and blacklist them.
/external/python/cpython2/Mac/Modules/fm/fmscan.py
b55e5f1b62534786cf7e5be9fe25473a78613b83 03-Jan-2001 Jack Jansen <jack.jansen@cwi.nl> Fixed a few declarations.
/external/python/cpython2/Mac/Modules/fm/fmscan.py
74a1e63a89cdaad288260600cf77e3a20811f49b 15-Jul-2000 Jack Jansen <jack.jansen@cwi.nl> Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.
/external/python/cpython2/Mac/Modules/fm/fmscan.py
8d929aee499ddc289c1af07a090fb6b885d4ae0a 22-Jun-2000 Jack Jansen <jack.jansen@cwi.nl> All relevant toolbox modules have now been carbonized.
/external/python/cpython2/Mac/Modules/fm/fmscan.py
a05ac607d720727bc0d3799b7bea7a81e02ea561 12-Dec-1999 Jack Jansen <jack.jansen@cwi.nl> Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support.
/external/python/cpython2/Mac/Modules/fm/fmscan.py
0c4d947eacfb360515a5ba58f1a6b96dddc6d265 17-Apr-1998 Jack Jansen <jack.jansen@cwi.nl> Replaced addpack by handcrafted code to find the bgen stuff.
/external/python/cpython2/Mac/Modules/fm/fmscan.py
21f96872f20080d5f07a72ea4141fac137ac9b15 20-Feb-1998 Jack Jansen <jack.jansen@cwi.nl> Regenerated from Universal Headers 3.0.1. Some new calls are
blacklisted, because they are not available in classic 68k programs,
and bgen doesn't have a way to put #ifdef/#endif in the generated
code. For now we only implement calls that work on all three models.
/external/python/cpython2/Mac/Modules/fm/fmscan.py
46d9e79de61047ca4b1cc89aeded8a4b47972bf5 12-Apr-1996 Jack Jansen <jack.jansen@cwi.nl> bgen-generators now drop the python definition file straight in the
Lib:toolbox folder.
/external/python/cpython2/Mac/Modules/fm/fmscan.py
6259af9bbbb0968abce4b91b966139fb7b3d386e 09-Jan-1996 Jack Jansen <jack.jansen@cwi.nl> An interface to the font manager
/external/python/cpython2/Mac/Modules/fm/fmscan.py