summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/fm/fmsupport.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the Mac modulesBenjamin Peterson2008-05-121-81/+0
|
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-1/+1
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-19/+18
|
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-191-4/+0
| | | | MacOS9isms.
* Weaklink most toolbox modules, improving backward compatibility. Modules ↵Jack Jansen2002-03-251-1/+1
| | | | | | will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception. Should finally fix 531398. 2.2.1 candidate.
* Today's Carbon Toolbox addition: QDTextBounds()Just van Rossum2002-01-071-0/+7
|
* The MacOS toolbox modules have acquired an _ in front of their name. Normal ↵Jack Jansen2001-08-231-2/+2
| | | | usage is through a wrapper module (without underscore) which lives in the Carbon package.
* Lots more Carbon/Carbon.h includes, new UPP routine names, function ↵Jack Jansen2001-05-221-6/+8
| | | | prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-141-1/+3
| | | | | functions. Include it in stead of duplicating the declarations everywhere. Also cleaned up toolbox module exports, and got rid of resNotFound error.
* An interface to the font managerJack Jansen1996-01-091-0/+75