| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove the Mac modules | Benjamin Peterson | 2008-05-12 | 1 | -81/+0 |
| | | |||||
| * | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 1 | -1/+1 |
| | | |||||
| * | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -19/+18 |
| | | |||||
| * | Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS: | Jack Jansen | 2003-11-19 | 1 | -4/+0 |
| | | | | | MacOS9isms. | ||||
| * | Weaklink most toolbox modules, improving backward compatibility. Modules ↵ | Jack Jansen | 2002-03-25 | 1 | -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 Rossum | 2002-01-07 | 1 | -0/+7 |
| | | |||||
| * | The MacOS toolbox modules have acquired an _ in front of their name. Normal ↵ | Jack Jansen | 2001-08-23 | 1 | -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 Jansen | 2001-05-22 | 1 | -6/+8 |
| | | | | | prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python. | ||||
| * | pymactoolbox.h contains protoypes for all externally visible toolbox module | Jack Jansen | 2000-07-14 | 1 | -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 manager | Jack Jansen | 1996-01-09 | 1 | -0/+75 |
