summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/mlte
Commit message (Collapse)AuthorAgeFilesLines
* Regenerated.Jack Jansen2002-04-231-2/+2
|
* Added some support for unicode arguments.Jack Jansen2002-01-013-3/+29
|
* Updated to Universal Headers 3.4Jack Jansen2001-12-183-15/+161
|
* Quick patch to allow building with Universal Headers 3.4.Jack Jansen2001-12-141-2/+2
|
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-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 (theJack Jansen2001-11-301-6/+114
| | | | changes from start of branch upto r22b2 were already merged, of course).
* Shut up many more gcc warnings.Jack Jansen2001-09-051-1/+4
|
* Regenerated without default int return types.Jack Jansen2001-09-041-2/+2
|
* Include Carbon/Carbon.h if we're on OSX.Jack Jansen2001-09-012-2/+2
|
* Renamed.Jack Jansen2001-08-231-1390/+0
|
* Renamed the Mac toolbox modules to have an initial _ in their name.Jack Jansen2001-08-231-0/+1392
|
* The MacOS toolbox modules have acquired an _ in front of their name. Normal ↵Jack Jansen2001-08-231-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 Jansen2001-08-032-2/+10
|
* The TNXDraw gworld argument is optional.Jack Jansen2001-07-163-2/+35
|
* Various small fixes. The demo now starts to limp along.Jack Jansen2001-07-143-2/+36
|
* Fixed the mis-guessed parameters and added support for a few optional ↵Jack Jansen2001-07-133-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 Jansen2001-07-133-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.