summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/ae/_AEmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Backport of _AEmodule.c 1.10 and aesupport.py 1.26:Jack Jansen2002-03-251-0/+138
| | | | Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, inAlso blacklisted some constants with definitions that were not Python-compatible.
* Backport of 1.9:Jack Jansen2002-02-241-1/+4
| | | | Ugh, by all means, _do_ report exceptions somehow ;-)
* There's a new include file AEInteraction.h which contains AESend and friends.Jack Jansen2001-12-171-0/+184
|
* Adapted for Universal Headers 3.4Jack Jansen2001-12-161-180/+0
|
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
| | | | | | | | | | | | | type.__module__ behavior. This adds the module name and a dot in front of the type name in every type object initializer, except for built-in types (and those that already had this). Note that it touches lots of Mac modules -- I have no way to test these but the changes look right. Apologies if they're not. This also touches the weakref docs, which contains a sample type object initializer. It also touches the mmap test output, because the mmap type's repr is included in that output. It touches object.h to put the correct description in a comment.
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-301-5/+1
| | | | changes from start of branch upto r22b2 were already merged, of course).
* Shut up many more gcc warnings.Jack Jansen2001-09-051-7/+4
|
* Regenerated without default int return types.Jack Jansen2001-09-041-1/+1
|
* Don't call PyMac_HandleEvent if we're in unix-Python.Jack Jansen2001-09-011-0/+2
|
* Renamed the Mac toolbox modules to have an initial _ in their name.Jack Jansen2001-08-231-0/+1283