| Commit message (Expand) | Author | Age | Files | Lines |
* | Used an adapted MethodGenerator to generate methods too for functions that ha... | Jack Jansen | 2001-07-17 | 3 | -326/+300 |
|
|
* | Typo in the classic mlte build line. | Jack Jansen | 2001-07-16 | 1 | -1/+1 |
|
|
* | The TNXDraw gworld argument is optional. | Jack Jansen | 2001-07-16 | 3 | -2/+35 |
|
|
* | It now works under Carbon. Under Classic the scrollbars don't show | Jack Jansen | 2001-07-16 | 1 | -104/+15 |
|
|
* | Minimal text editor using MLTE (code based on wed.py, the waste demo). | Jack Jansen | 2001-07-14 | 1 | -0/+464 |
|
|
* | Various small fixes. The demo now starts to limp along. | Jack Jansen | 2001-07-14 | 3 | -2/+36 |
|
|
* | The constants for MLTE. | Jack Jansen | 2001-07-14 | 1 | -0/+164 |
|
|
* | Fixed the mis-guessed parameters and added support for a few optional paramet... | Jack Jansen | 2001-07-13 | 3 | -20/+143 |
|
|
* | Added Mlte module (which, to my surprise, is available for classic ppc as well). | Jack Jansen | 2001-07-13 | 2 | -1/+5 |
|
|
* | First stab at an interface to the Multi Language Text Editor. It compiles and... | Jack Jansen | 2001-07-13 | 3 | -0/+1528 |
|
|
* | Fixed another case of the PyArg_Parse 'h' semantic change problem, sigh... | Jack Jansen | 2001-07-12 | 1 | -1/+1 |
|
|
* | - fixed some re usage, partly so it'll still work when re uses pre instead | Just van Rossum | 2001-07-10 | 4 | -43/+38 |
|
|
* | Implemented minimal FSRef support, plus conversion between FSRefs, FSSpecs an... | Jack Jansen | 2001-07-08 | 3 | -74/+282 |
|
|
* | - minor cleanup, removed bogus comments | Just van Rossum | 2001-07-05 | 1 | -9/+13 |
|
|
* | don't crash when encountering bad marshal data | Just van Rossum | 2001-07-05 | 1 | -1/+2 |
|
|
* | Do conversion of CFStrings to/from unicode. | unknown | 2001-07-04 | 2 | -43/+255 |
|
|
* | Set the default 8-bit encoding based on the system script and language. | unknown | 2001-07-04 | 1 | -0/+2 |
|
|
* | Don't promise mac-japanese encoding as we don't have a codec for it. | unknown | 2001-07-04 | 1 | -1/+4 |
|
|
* | Added the new unicode defines. Not really tested yet, but Python compiles aga... | Jack Jansen | 2001-07-02 | 1 | -0/+9 |
|
|
* | - Use weaklink generators so we can support OSX-only calls without crashing o... | Jack Jansen | 2001-07-01 | 2 | -5/+41 |
|
|
* | Added CFURL support, and got base chaining to really work. | Jack Jansen | 2001-06-28 | 3 | -46/+547 |
|
|
* | CFArray, CFData and CFDictonary are now covered, but mainly opaque. | Jack Jansen | 2001-06-27 | 3 | -9/+2372 |
|
|
* | Added CF module build and project generation (carbon only). | Jack Jansen | 2001-06-26 | 2 | -0/+5 |
|
|
* | First small step towards bgen-generated CoreFoundation. there is hardly any r... | Jack Jansen | 2001-06-26 | 3 | -0/+666 |
|
|
* | Added a note about recompiling OSAm before distributing. | Jack Jansen | 2001-06-26 | 1 | -0/+1 |
|
|
* | Fixed typo in doc string. | Just van Rossum | 2001-06-26 | 1 | -1/+1 |
|
|
* | Fixed bug that prevented shared libs that are submodules of a | Just van Rossum | 2001-06-26 | 1 | -1/+1 |
|
|
* | WaitNextEvent short vs. unsigned short fix. | Jack Jansen | 2001-06-25 | 1 | -1/+1 |
|
|
* | Changed the order of the buttons for EasyDialogs.AskYesNoCancel() from the un... | Just van Rossum | 2001-06-22 | 1 | -0/+0 |
|
|
* | don't blow up when the charno SyntaxError value is None | Just van Rossum | 2001-06-21 | 1 | -1/+3 |
|
|
* | repaired expandselection and uncomment breakage | Just van Rossum | 2001-06-21 | 1 | -4/+5 |
|
|
* | Added support for the gc module (!). | Just van Rossum | 2001-06-21 | 1 | -0/+6 |
|
|
* | Got rid of a silly #if. | Jack Jansen | 2001-06-20 | 1 | -1/+1 |
|
|
* | Don't use extern when we mean staticforward (OSX gcc is picky about it). | Jack Jansen | 2001-06-20 | 3 | -24/+5 |
|
|
* | {Is,Set}AntiAliasedTextEnabled don't exist on MacOS 8.5.5 and earlier. For no... | Jack Jansen | 2001-06-20 | 2 | -36/+5 |
|
|
* | ANSIfied function headers to shut up compiler warnings on OSX/Mach-o. | Jack Jansen | 2001-06-20 | 4 | -4/+4 |
|
|
* | Added a const to shut up a compiler warning. | Jack Jansen | 2001-06-20 | 2 | -2/+2 |
|
|
* | Reversed the order of the checks for None or a Dialog where a Window is expec... | Jack Jansen | 2001-06-20 | 2 | -22/+8 |
|
|
* | Removed some unused routines under Carbon. They caused compile errors with UH34. | Jack Jansen | 2001-06-20 | 1 | -0/+3 |
|
|
* | Adapted to Universal Headers 3.4: new refcontype and use UPP names in stead o... | Jack Jansen | 2001-06-20 | 2 | -3/+18 |
|
|
* | Adapted for Universal Headers 3.4: refcon type has changed (sigh) and use mod... | Jack Jansen | 2001-06-20 | 1 | -6/+12 |
|
|
* | Override bdb's canonic() method with a no-op: with bdb's version we couldn't ... | Just van Rossum | 2001-06-20 | 1 | -0/+5 |
|
|
* | made 7-bit-clean. | Just van Rossum | 2001-06-19 | 1 | -2/+2 |
|
|
* | Some long overdue maintainance. Made all IDE sources 7-bit-clean, to avoid an... | Just van Rossum | 2001-06-19 | 14 | -84/+86 |
|
|
* | Got rid of mactoolboxglue.c | Jack Jansen | 2001-06-13 | 1 | -0/+0 |
|
|
* | Fixed an error in the signature of the QdRGB converter routines. | Jack Jansen | 2001-06-13 | 2 | -4/+4 |
|
|
* | When reading from stdin (with the dialog box) use any partial line on | Jack Jansen | 2001-05-26 | 1 | -1/+8 |
|
|
* | One more macroman<->latin1 conversion victim. | Jack Jansen | 2001-05-23 | 1 | -19/+19 |
|
|
* | Updated to reflect the current state of config.h.in. | Jack Jansen | 2001-05-23 | 1 | -7/+10 |
|
|
* | removed a routine that has moved to macglue.c | Jack Jansen | 2001-05-22 | 1 | -21/+0 |
|
|