History log of /external/python/cpython2/Mac/Modules/menu/menuscan.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/menu/menuscan.py
182b5aca27d376b08a2904bed42b751496f932f3 18-Jul-2004 Tim Peters <tim.peters@gmail.com> Whitespace normalization, via reindent.py.
/external/python/cpython2/Mac/Modules/menu/menuscan.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/menu/menuscan.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/menu/menuscan.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/menu/menuscan.py
8edfc542f098f98754a959d3414238eab152cb88 03-Jan-2002 Just van Rossum <just@letterror.com> The output MenuRef of GetMenuItemHierarchicalMenu() may be NULL.
/external/python/cpython2/Mac/Modules/menu/menuscan.py
2168e9d602cffbb6975a11353707a921455c05f7 16-Dec-2001 Jack Jansen <jack.jansen@cwi.nl> Adapted for Universal Headers 3.4
/external/python/cpython2/Mac/Modules/menu/menuscan.py
f7d5aa61d34cb7816ead2757860e5a66f7da0dcb 11-Dec-2000 Jack Jansen <jack.jansen@cwi.nl> Adapted to Universal Headers 3.3.2. More to follow.
/external/python/cpython2/Mac/Modules/menu/menuscan.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/menu/menuscan.py
e79dc76f53dfa18fb08c35f71b049259642c0142 02-Jun-2000 Jack Jansen <jack.jansen@cwi.nl> Made the core toolbox modules carbon-compatible using the new greylist feature of bgen: non-carbon methods are still included in non-carbon MacPython. The issue of backward compatibility of Python code is still open.
Macmodule and macosmodule have also been carbonified. Some functionality is still missing there.
/external/python/cpython2/Mac/Modules/menu/menuscan.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/menu/menuscan.py
e180d99280a7b7615d445a52efd63314f330e74b 24-Apr-1998 Jack Jansen <jack.jansen@cwi.nl> Grmpf, a lot more routines have gotten a "Mac" prefix for their
declaration, probably so the universal headers are useable on
windows/unix too. Have to think of a more definite workaround later,
for now we manually declare the old names in the *edit.py files.
/external/python/cpython2/Mac/Modules/menu/menuscan.py
1c4e61462720b441467ab41c62d0c37143af45e7 21-Apr-1998 Jack Jansen <jack.jansen@cwi.nl> Re-generated from new (3.1) universal headers
/external/python/cpython2/Mac/Modules/menu/menuscan.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/menu/menuscan.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/menu/menuscan.py
b81cf9d61c71f9b5949b9424cec1f59ac4a426e8 06-Jun-1995 Jack Jansen <jack.jansen@cwi.nl> Trying again to check it in. Changes to:
- Use Universal Headers as input
- Change addpack calls to not depend on Guido's disklayout
- Checkge testprograms to use new names for some functions
/external/python/cpython2/Mac/Modules/menu/menuscan.py
17448e24081eb713ac00d7bcb681f4f0d8abfcbf 30-Jan-1995 Guido van Rossum <guido@python.org> Committed a more or less working version.
/external/python/cpython2/Mac/Modules/menu/menuscan.py