Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regenerated. | Jack Jansen | 2002-04-23 | 1 | -2/+2 |
| | |||||
* | Added some support for unicode arguments. | Jack Jansen | 2002-01-01 | 3 | -3/+29 |
| | |||||
* | Updated to Universal Headers 3.4 | Jack Jansen | 2001-12-18 | 3 | -15/+161 |
| | |||||
* | Quick patch to allow building with Universal Headers 3.4. | Jack Jansen | 2001-12-14 | 1 | -2/+2 |
| | |||||
* | Patch supplied by Burton Radons for his own SF bug #487390: Modifying | Guido van Rossum | 2001-12-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | 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 (the | Jack Jansen | 2001-11-30 | 1 | -6/+114 |
| | | | | changes from start of branch upto r22b2 were already merged, of course). | ||||
* | Shut up many more gcc warnings. | Jack Jansen | 2001-09-05 | 1 | -1/+4 |
| | |||||
* | Regenerated without default int return types. | Jack Jansen | 2001-09-04 | 1 | -2/+2 |
| | |||||
* | Include Carbon/Carbon.h if we're on OSX. | Jack Jansen | 2001-09-01 | 2 | -2/+2 |
| | |||||
* | Renamed. | Jack Jansen | 2001-08-23 | 1 | -1390/+0 |
| | |||||
* | Renamed the Mac toolbox modules to have an initial _ in their name. | Jack Jansen | 2001-08-23 | 1 | -0/+1392 |
| | |||||
* | The MacOS toolbox modules have acquired an _ in front of their name. Normal ↵ | Jack Jansen | 2001-08-23 | 1 | -2/+2 |
| | | | | usage is through a wrapper module (without underscore) which lives in the Carbon package. | ||||
* | TXNTSMCheck isn't available under Mach-O Carbon. | Jack Jansen | 2001-08-03 | 2 | -2/+10 |
| | |||||
* | The TNXDraw gworld argument is optional. | Jack Jansen | 2001-07-16 | 3 | -2/+35 |
| | |||||
* | Various small fixes. The demo now starts to limp along. | Jack Jansen | 2001-07-14 | 3 | -2/+36 |
| | |||||
* | Fixed the mis-guessed parameters and added support for a few optional ↵ | Jack Jansen | 2001-07-13 | 3 | -20/+143 |
| | | | | parameter types. There's a good chance that this is usable now (but there's no test code yet). | ||||
* | First stab at an interface to the Multi Language Text Editor. It compiles ↵ | Jack Jansen | 2001-07-13 | 3 | -0/+1528 |
and imports, but that's about all. Apple didn't put const in front of their input-only by-reference args, so that needs fixing first. |