Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Various tweaks to shut up compiler warnings. | Jack Jansen | 2002-12-23 | 1 | -1/+2 |
| | | | | | - Regenerated with the correct calls to PyType_Ready and the correct deallocator calls. | ||||
* | Regenerated with inheritance-aware xxxx_Check() macros. | Jack Jansen | 2002-12-19 | 1 | -1/+1 |
| | |||||
* | Added PEP253 support to most Carbon modules. This isn't complete yet: | Jack Jansen | 2002-12-03 | 2 | -14/+43 |
| | | | | | | some of the more compilcated cases (CF, Res) haven't been done yet. Also, various types should inherit from each other (anything with an as_Resource method should be a Resource subtype, the CF types should become one family). | ||||
* | Converted the Carbon modules to use PEP252-style objects, with | Jack Jansen | 2002-11-29 | 2 | -11/+21 |
| | | | | | | | | | | | | | | | | descriptors in stead of manual getattr hooks to get at attributes of the objects. For Qd I have in stead gotten rid of most of the attribute access in favor of the carbon-style accessor methods (with the exception of visRgn, to be done later), and of the Carbon.Qd.qd global object, for which accessor functions are also available. For List I have fixed the fact that various methods were incorrectly generated as functions. CF is untouched: PEP252 doesn't allow "poor-mans-inheritance" with basechain, so it will have to wait for PEP253 support. | ||||
* | Regenerated with PyDoc_STR() around docstrings. | Jack Jansen | 2002-08-16 | 1 | -59/+59 |
| | |||||
* | After generating the Python file with definitions try to run it, so | Jack Jansen | 2002-08-15 | 1 | -0/+2 |
| | | | | we catch errors during the build process in stead of later during runtime. | ||||
* | Enable building of Carbon toolbox modules with unix-Python. | Jack Jansen | 2002-08-05 | 1 | -2/+1 |
| | |||||
* | Regenerated. | Jack Jansen | 2002-04-23 | 1 | -1/+1 |
| | |||||
* | Added ClipCGContextToRegion() from Quickdraw.h. | Just van Rossum | 2002-03-04 | 4 | -0/+30 |
| | |||||
* | Added support for SyncCGContextOriginWithPort(). | Just van Rossum | 2002-03-02 | 4 | -0/+25 |
| | |||||
* | Updated to Universal Headers 3.4 | Jack Jansen | 2001-12-18 | 1 | -0/+4 |
| | |||||
* | include the proper header for Mach-O | Just van Rossum | 2001-12-13 | 2 | -2/+2 |
| | |||||
* | second CoreGraphics batch | Just van Rossum | 2001-12-13 | 8 | -0/+3414 |