summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/icgluemodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Replaced lots of PyMem_DEL() calls with PyObject_DEL().Jack Jansen2002-05-221-2/+2
|
* Internet Config is now part of official Apple interfaces, so use the newJack Jansen2002-01-111-78/+65
| | | | headers and libraries.
* 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.
* Added prototypes to silence gcc strict-prototype warnings.Jack Jansen2001-09-041-60/+21
| | | | Fixed a few missing return values.
* Include Carbon/Carbon.h in stead of universal headers, if appropriate.Jack Jansen2001-05-191-7/+19
| | | | | Test for TARGET_API_MAC_OS8 in stead of !TARGET_API_MAC_CARBON where appropriate.
* Ported the icglue module to carbon.Jack Jansen2001-01-291-1/+5
|
* Undefine and redefine PRAGMA_ALIGN_SUPPORTED under Carbon. Apple's ↵Jack Jansen2001-01-191-0/+8
| | | | "solution" of a funny define makes portable code impossible:-(
* Added/updated copyright noticesJack Jansen1997-01-311-1/+1
| | | | (and the &*^$%@ resource files got binhexed again, sigh)
* Low-level interface to Internet Config (to be augmented by nice PythonJack Jansen1997-01-071-0/+596
wrapper shortly)