summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* 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
* removed a routine that has moved to macglue.cJack Jansen2001-05-221-21/+0
* Include Carbon/Carbon.h if appropriate.Jack Jansen2001-05-221-5/+5
* Added WITHOUT_FRAMEWORKS and USE_TOOLBOX_OBJECT_GLUE defines.Jack Jansen2001-05-224-1/+5
* Simple script to regenerate all bgen-generated modules.Jack Jansen2001-05-221-0/+38
* Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype...Jack Jansen2001-05-2241-5765/+2230
* Fixed changed UPP routines names. The module now compiles and loads.Jack Jansen2001-05-221-3/+7
* Fixed a nasty slowdown in imports in frozen applications: the shortcutJack Jansen2001-05-221-18/+32
* Another include Carbon/Carbon.hJack Jansen2001-05-191-0/+4
* Moved PyMac_GetFullPath from macgetargv.c to macglue.c. It shouldJack Jansen2001-05-192-40/+60
* Ifdeffed a few more sections. All functionality that is relevant on MacOSXJack Jansen2001-05-191-4/+13
* Include Carbon/Carbon.h in stead of universal headers, if appropriate.Jack Jansen2001-05-193-8/+28
* include Carbon/Carbon.h in stead of universal headers, if appropriate.Jack Jansen2001-05-192-0/+9
* Merged mactoolboxglue.c into macglue.c. A later step will be to separate outJack Jansen2001-05-192-108/+106
* Added pymactoolboxglue.c and changed the exported symbols having to do with t...Jack Jansen2001-05-173-38/+204
* Dynamically loaded toolbox modules don't need to link against each other anym...Jack Jansen2001-05-171-21/+26
* Glue code to connect obj_New and obj_Convert routines (the PyArg_Parse and Py...Jack Jansen2001-05-172-6/+131
* First step in porting MacPython modules to OSX/unix: break all references bet...Jack Jansen2001-05-1726-2/+463
* Fixed macroman<->latin1 conversion. Some chars don'tJack Jansen2001-05-1748-232/+234
* Fixed macroman<->latin1 conversion. Some characters don't exist in latin1, bu...Jack Jansen2001-05-177-25/+25
* Bah, somehow the macroman<->iso-latin-1 translation got lost during the merge...Jack Jansen2001-05-151-13/+13
* Added a WITHOUT_FRAMEWORKS define to all the config files, so that on MacOS<=...Jack Jansen2001-05-1414-0/+14
* Got the first MacPython module working under MacOSX/MachO (gestalt). Main cha...Jack Jansen2001-05-123-54/+55
* Be more sensible about when to use TARGET_API_MAC_OS8 in stead of !TARGET_API...Jack Jansen2001-05-124-23/+26
* Added iterobject.c to the project. And trying my first checkin at the same time.Jack Jansen2001-05-125-0/+22
* Added a note that test_longexp needs 400MB.Jack Jansen2001-05-101-1/+1
* Has been dead so long that there's no use keeping it in the active bit of the...Jack Jansen2001-05-1027-8246/+0
* Removed some confusing sentences that are no longer relevant now thatJack Jansen2001-05-081-9/+0
* Got rid of the whole event filtering mess again, I can't get it to work. Simp...Jack Jansen2001-04-271-23/+1
* Apparently the code to forestall Tk eating events was too aggressive (Tk user...Jack Jansen2001-04-261-5/+5