summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* Oops, arg type for the glue routine was wrong.Jack Jansen2001-08-061-1/+1
* Show the MacPython IDE version in the interactive banner.Just van Rossum2001-08-061-1/+4
* PyMac_GetFSSpec must be called via the dylib glue code on OSX.Jack Jansen2001-08-033-1/+20
* If we use frameworks we should include CoreServices/CoreServices.h, not theJack Jansen2001-08-032-2/+2
* TXNTSMCheck isn't available under Mach-O Carbon.Jack Jansen2001-08-032-2/+10
* ICFindConfigFile isn't needed, and it's gone under carbon.Jack Jansen2001-08-031-2/+3
* EasyDialogs has a working version of this.Jack Jansen2001-08-031-25/+0
* These stopped working a long time ago, and they're not worth fixing.Jack Jansen2001-08-032-132/+0
* Obsolete, EasyDialogs has the same code (but working:-).Jack Jansen2001-08-032-72/+0
* Obsolete: uses old applescript support.Jack Jansen2001-08-031-33/+0
* Obsolete, uses the old non-package-based applescript suite support.Jack Jansen2001-08-031-25/+0
* This "test" showed an obsolete way to get scrolled lists in dialogs. Removed.Jack Jansen2001-08-031-79/+0
* This "test" showed an obsolete way to get scrolled lists in dialogs. Removed.Jack Jansen2001-08-032-3/+2
* Removed: it doesn't work anymore, and it wasn't all that useful anyway. The F...Jack Jansen2001-08-031-68/+0
* Obsolete, superseded by :Mac:Demo:imgbrowse and friends.Jack Jansen2001-08-031-86/+0
* Obsolete, superseded by :Mac:Demo:TEJack Jansen2001-08-031-81/+0
* Obsolete, superseded by :Mac:Demo:wasteJack Jansen2001-08-031-86/+0
* Obsolete, removed.Jack Jansen2001-08-0319-8502/+0
* Merging appropriate 2.1.1 fixes back into the main trunk.Jack Jansen2001-08-0326-122/+162
* (Finally) converted to new-style args.Jack Jansen2001-08-031-37/+136
* Added descrobject.c and mysnprintf.cJack Jansen2001-08-032-0/+0
* Regenerated for new description stuff.Jack Jansen2001-08-032-326/+456
* config.h renamed to pyconfig.hJack Jansen2001-07-272-1/+1
* ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso Ba...Jack Jansen2001-07-271-1/+1
* Changed findertools.move() to move() in movetotrash.Jack Jansen2001-07-241-1/+1
* 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