summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/res/ressupport.py
Commit message (Expand)AuthorAgeFilesLines
* PyDoc_STR is always defined nowadays (and has been for quite some time:-)Jack Jansen2003-11-191-3/+0
* Getting rid of WITHOUT_FRAMEWORKS and ACCESSOR_CALLS_ARE_FUNCTIONS:Jack Jansen2003-11-191-5/+0
* Fixed so the Res.Resource() accepts either another resource, a stringJack Jansen2002-12-051-1/+37
* Converted the Carbon modules to use PEP252-style objects, withJack Jansen2002-11-291-50/+42
* Define PyDoc_STR if it isn't defined. This makes these modules compileJack Jansen2002-11-181-0/+3
* Generate with weaklink stubs, so missing routines (on MacOS 8.6 and earlier)Jack Jansen2002-03-221-2/+2
* Some of the newer routines return an OSErr, like most toolbox calls, in stead...Jack Jansen2002-03-181-6/+7
* Added some support for unicode arguments.Jack Jansen2002-01-011-2/+2
* Updated to Universal Headers 3.4Jack Jansen2001-12-181-0/+1
* Shut up many more gcc warnings.Jack Jansen2001-09-051-1/+1
* The MacOS toolbox modules have acquired an _ in front of their name. Normal u...Jack Jansen2001-08-231-2/+2
* Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype...Jack Jansen2001-05-221-13/+11
* First step in porting MacPython modules to OSX/unix: break all references bet...Jack Jansen2001-05-171-0/+15
* More toolbox modules adapted to Universal Headers 3.3.2.Jack Jansen2000-12-121-0/+2
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-141-2/+0
* Handles were never disposed. Added an AutoDispose(onoff) method to control this.Jack Jansen2000-03-081-3/+24
* In places where a ResObj is expected for PyArg_Parse and the object passed in...Jack Jansen1999-12-121-5/+28
* Replaced addpack by handcrafted code to find the bgen stuff.Jack Jansen1998-04-171-3/+0
* Added #include <string.h> for memcpy()Jack Jansen1997-08-151-0/+1
* Removed unused varJack Jansen1996-08-011-1/+0
* - Added color window/pixmap supportJack Jansen1995-12-121-1/+18
* Added ResObj_OptNew, like ResObj_New but returns None when passed NULL.Jack Jansen1995-08-171-0/+13
* Added methods as_Menu and as_Control to convert a resourceJack Jansen1995-06-181-0/+31
* Trying again to check it in. Changes to:Jack Jansen1995-06-061-0/+3
* added Resource(), to create new resources from PythonGuido van Rossum1995-02-051-0/+1
* Committed a more or less working version.Guido van Rossum1995-01-301-0/+77