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