| Commit message (Expand) | Author | Age | Files | Lines |
* | Lots more Carbon/Carbon.h includes, new UPP routine names, function prototype... | Jack Jansen | 2001-05-22 | 41 | -5765/+2230 |
|
|
* | Fixed changed UPP routines names. The module now compiles and loads. | Jack Jansen | 2001-05-22 | 1 | -3/+7 |
|
|
* | Fixed a nasty slowdown in imports in frozen applications: the shortcut | Jack Jansen | 2001-05-22 | 1 | -18/+32 |
|
|
* | Another include Carbon/Carbon.h | Jack Jansen | 2001-05-19 | 1 | -0/+4 |
|
|
* | Moved PyMac_GetFullPath from macgetargv.c to macglue.c. It should | Jack Jansen | 2001-05-19 | 2 | -40/+60 |
|
|
* | Ifdeffed a few more sections. All functionality that is relevant on MacOSX | Jack Jansen | 2001-05-19 | 1 | -4/+13 |
|
|
* | Include Carbon/Carbon.h in stead of universal headers, if appropriate. | Jack Jansen | 2001-05-19 | 3 | -8/+28 |
|
|
* | include Carbon/Carbon.h in stead of universal headers, if appropriate. | Jack Jansen | 2001-05-19 | 2 | -0/+9 |
|
|
* | Merged mactoolboxglue.c into macglue.c. A later step will be to separate out | Jack Jansen | 2001-05-19 | 2 | -108/+106 |
|
|
* | Added pymactoolboxglue.c and changed the exported symbols having to do with t... | Jack Jansen | 2001-05-17 | 3 | -38/+204 |
|
|
* | Dynamically loaded toolbox modules don't need to link against each other anym... | Jack Jansen | 2001-05-17 | 1 | -21/+26 |
|
|
* | Glue code to connect obj_New and obj_Convert routines (the PyArg_Parse and Py... | Jack Jansen | 2001-05-17 | 2 | -6/+131 |
|
|
* | First step in porting MacPython modules to OSX/unix: break all references bet... | Jack Jansen | 2001-05-17 | 26 | -2/+463 |
|
|
* | Fixed macroman<->latin1 conversion. Some chars don't | Jack Jansen | 2001-05-17 | 48 | -232/+234 |
|
|
* | Fixed macroman<->latin1 conversion. Some characters don't exist in latin1, bu... | Jack Jansen | 2001-05-17 | 7 | -25/+25 |
|
|
* | Bah, somehow the macroman<->iso-latin-1 translation got lost during the merge... | Jack Jansen | 2001-05-15 | 1 | -13/+13 |
|
|
* | Added a WITHOUT_FRAMEWORKS define to all the config files, so that on MacOS<=... | Jack Jansen | 2001-05-14 | 14 | -0/+14 |
|
|
* | Got the first MacPython module working under MacOSX/MachO (gestalt). Main cha... | Jack Jansen | 2001-05-12 | 3 | -54/+55 |
|
|
* | Be more sensible about when to use TARGET_API_MAC_OS8 in stead of !TARGET_API... | Jack Jansen | 2001-05-12 | 4 | -23/+26 |
|
|
* | Added iterobject.c to the project. And trying my first checkin at the same time. | Jack Jansen | 2001-05-12 | 5 | -0/+22 |
|
|
* | Added a note that test_longexp needs 400MB. | Jack Jansen | 2001-05-10 | 1 | -1/+1 |
|
|
* | Has been dead so long that there's no use keeping it in the active bit of the... | Jack Jansen | 2001-05-10 | 27 | -8246/+0 |
|
|
* | Removed some confusing sentences that are no longer relevant now that | Jack Jansen | 2001-05-08 | 1 | -9/+0 |
|
|
* | Got rid of the whole event filtering mess again, I can't get it to work. Simp... | Jack Jansen | 2001-04-27 | 1 | -23/+1 |
|
|
* | Apparently the code to forestall Tk eating events was too aggressive (Tk user... | Jack Jansen | 2001-04-26 | 1 | -5/+5 |
|
|
* | Files for 2.1 distribution. | Jack Jansen | 2001-04-25 | 16 | -65/+111 |
|
|
* | Check RefCon backpointer to python object with IsPointerValid() before derefe... | Jack Jansen | 2001-04-25 | 2 | -2/+4 |
|
|
* | Updated copyright info (which was long due). | Jack Jansen | 2001-04-25 | 2 | -2/+2 |
|
|
* | - Raise console window on input. Fixes Carbon hang. | Jack Jansen | 2001-04-25 | 2 | -1/+2 |
|
|
* | - Raise console window on input. Fixes Carbon hang. | Jack Jansen | 2001-04-25 | 3 | -4/+32 |
|
|
* | Don't crash if InfoScrap doesn't exist (as is the case in Carbon). | Jack Jansen | 2001-04-25 | 1 | -2/+5 |
|
|
* | Finally merged morefindertools into findertools. | Jack Jansen | 2001-04-07 | 4 | -801/+703 |
|
|
* | Added a note about Help and ctb missing in carbon. | Jack Jansen | 2001-04-06 | 1 | -0/+2 |
|
|
* | Version 1.2 by Christopher Stern. | Jack Jansen | 2001-04-06 | 2 | -5/+1 |
|
|
* | Disable fused-add-mul instructions. They give a nonstandard result for some t... | Jack Jansen | 2001-04-03 | 1 | -0/+0 |
|
|
* | If the frontmost window is not a Tk window exit the event handling code early... | Jack Jansen | 2001-04-03 | 1 | -1/+23 |
|
|
* | On OSX show a dialog explaining that ConfigurePythonCarbon launch will probab... | Jack Jansen | 2001-03-29 | 1 | -1/+1 |
|
|
* | On OSX always copy PythonCore. It turns out an orphaned alias in /Library/CFM... | Jack Jansen | 2001-03-29 | 1 | -5/+18 |
|
|
* | Changed some of the dialogs to be a little clearer. | Jack Jansen | 2001-03-29 | 1 | -1/+1 |
|
|
* | Don't show finder-delay-warning on OSX. Untested. | Jack Jansen | 2001-03-28 | 1 | -1/+1 |
|
|
* | Updated for 2.1b2 distribution. | Jack Jansen | 2001-03-27 | 10 | -16/+51 |
|
|
* | Added a note about BBPy.lm. | Jack Jansen | 2001-03-27 | 1 | -0/+4 |
|
|
* | Added a note about the new (since 2.0) OSA architecture. | Jack Jansen | 2001-03-27 | 1 | -1/+10 |
|
|
* | Oops, ISO translation was off. Fixed. | Jack Jansen | 2001-03-27 | 3 | -27/+27 |
|
|
* | Disable fused-add-mul instructions. They give a nonstandard result for some t... | Jack Jansen | 2001-03-26 | 1 | -0/+0 |
|
|
* | Fixed some access paths. | Jack Jansen | 2001-03-26 | 1 | -0/+0 |
|
|
* | Started on 2.1b2 release notes. Cleaned out alfa notes, etc. | Jack Jansen | 2001-03-20 | 1 | -20/+11 |
|
|
* | Added dummy _tkinter module for Carbon, which explains that Tkinter isnt supp... | Jack Jansen | 2001-03-20 | 1 | -1/+1 |
|
|
* | Dummy _tkinter module for Carbon, which explains that Tkinter isnt supported ... | Jack Jansen | 2001-03-20 | 3 | -0/+29 |
|
|
* | Got module to work under Carbon. Also disabled a few more bits of cfm68k supp... | Jack Jansen | 2001-03-20 | 1 | -12/+21 |
|
|