summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/res/_Resmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Backport of _Resmodule.c 1.10 and ressupport.py 1.21:Jack Jansen2002-03-221-0/+186
| | | | | | | Generate with weaklink stubs, so missing routines (on MacOS 8.6 and earlier) don't cause import failure. Fixes 531398, 2.2.1 candidate.
* Backport of _Resmodule.c 1.10 and ressupport.py 1.20:Jack Jansen2002-03-181-89/+60
| | | | | Some of the newer routines return an OSErr, like most toolbox calls, in stead of depending on ResError(). Second half of fix for #531291.
* Backport of 1.8 and 1.9:Jack Jansen2002-02-271-0/+116
| | | | Added some support for unicode arguments.
* Updated to Universal Headers 3.4Jack Jansen2001-12-181-0/+53
|
* 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).
* A few more gcc warnings bite the dust.Jack Jansen2001-09-051-3/+6
|
* Shut up many more gcc warnings.Jack Jansen2001-09-051-3/+9
|
* Regenerated without default int return types.Jack Jansen2001-09-041-1/+1
|
* Renamed the Mac toolbox modules to have an initial _ in their name.Jack Jansen2001-08-231-0/+1587