Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Got the first MacPython module working under MacOSX/MachO (gestalt). Main ↵ | Jack Jansen | 2001-05-12 | 3 | -54/+55 |
| | | | | | | | | changes are including Carbon/Carbon.h in stead of the old headers (unless WITHOUT_FRAMEWORKS is defined, as it will be for classic MacPython) and selectively disabling all the stuff that is unneeded in a unix-Python (event handling, etc). | ||||
* | Be more sensible about when to use TARGET_API_MAC_OS8 in stead of ↵ | Jack Jansen | 2001-05-12 | 4 | -23/+26 |
| | | | | !TARGET_API_MAC_CARBON. This should greatly facilitate porting stuff to OSX in its MachO/BSD incarnation. | ||||
* | 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 ↵ | Jack Jansen | 2001-05-10 | 27 | -8246/+0 |
| | | | | the repository. | ||||
* | Removed some confusing sentences that are no longer relevant now that | Jack Jansen | 2001-05-08 | 1 | -9/+0 |
| | | | | calldll is part of the standard macPython distribution. | ||||
* | Got rid of the whole event filtering mess again, I can't get it to work. ↵ | Jack Jansen | 2001-04-27 | 1 | -23/+1 |
| | | | | Simply disabling the Tk event handling hook in _tkinter is not as nice, but at least it works. | ||||
* | Apparently the code to forestall Tk eating events was too aggressive (Tk ↵ | Jack Jansen | 2001-04-26 | 1 | -5/+5 |
| | | | | user input stopped working). Fixed (I hope:-). | ||||
* | Files for 2.1 distribution. | Jack Jansen | 2001-04-25 | 16 | -65/+111 |
| | |||||
* | Check RefCon backpointer to python object with IsPointerValid() before ↵ | Jack Jansen | 2001-04-25 | 2 | -2/+4 |
| | | | | dereferencing it (carbon only). | ||||
* | 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 |
| | | | | | - Better handling of menu bar save/restore. - Override abort() so it honours the "keep console window" flag. | ||||
* | 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 ↵ | Jack Jansen | 2001-04-03 | 1 | -0/+0 |
| | | | | things that test_coercion complains about. The added performance is probably minimal for Python anyway. | ||||
* | If the frontmost window is not a Tk window exit the event handling code ↵ | Jack Jansen | 2001-04-03 | 1 | -1/+23 |
| | | | | early. This fixes that using Tk once used to disable cmd-. processing. It may also influence Tk/IDE interaction, I'm not sure. | ||||
* | On OSX show a dialog explaining that ConfigurePythonCarbon launch will ↵ | Jack Jansen | 2001-03-29 | 1 | -1/+1 |
| | | | | probably fail. This turns out to be a VISE 7.1.1 problem, probably. | ||||
* | On OSX always copy PythonCore. It turns out an orphaned alias in ↵ | Jack Jansen | 2001-03-29 | 1 | -5/+18 |
| | | | | /Library/CFMSupport (happens when you remove python and aliased pythoncore) wreaks havoc with the system. | ||||
* | 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 ↵ | Jack Jansen | 2001-03-26 | 1 | -0/+0 |
| | | | | things that test_coercion complains about. The added performance is probably minimal for Python anyway. | ||||
* | 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 ↵ | Jack Jansen | 2001-03-20 | 1 | -1/+1 |
| | | | | supported under Carbon. | ||||
* | Dummy _tkinter module for Carbon, which explains that Tkinter isnt supported ↵ | Jack Jansen | 2001-03-20 | 3 | -0/+29 |
| | | | | under Carbon. | ||||
* | Got module to work under Carbon. Also disabled a few more bits of cfm68k ↵ | Jack Jansen | 2001-03-20 | 1 | -12/+21 |
| | | | | support. | ||||
* | Added riscos modules to modules that don't have to be included. | Jack Jansen | 2001-03-20 | 1 | -1/+3 |
| | |||||
* | Files for second 2.1b1 distribution. | Jack Jansen | 2001-03-15 | 6 | -3/+7 |
| | |||||
* | FindFolder argument is a short, not an unsigned short. | Jack Jansen | 2001-03-15 | 1 | -1/+9 |
| | | | | Added kLocalDomain and friends. | ||||
* | Handle the apple menu differently under Carbon. | Jack Jansen | 2001-03-15 | 1 | -2/+6 |
| | |||||
* | FindFolder argument is a short, not an unsigned short. | Jack Jansen | 2001-03-15 | 1 | -1/+1 |
| | |||||
* | Added QDFlushPortBuffer calls. | Jack Jansen | 2001-03-15 | 1 | -0/+2 |
| | |||||
* | Import kOnSystemDisk from MACFS | Jack Jansen | 2001-03-15 | 1 | -2/+1 |
| | |||||
* | Look for shared libraries first in kLocalDomain and then in kOnSystemDisk. | Jack Jansen | 2001-03-15 | 2 | -5/+12 |
| | | | | Don't do sys.prefix==os.getcwd() check unless we're an applet. | ||||
* | Files for second 2.1b1 distribution. | Jack Jansen | 2001-03-15 | 2 | -4/+15 |
| | |||||
* | Chris Stern's BBEdit Python language module. | Jack Jansen | 2001-03-10 | 6 | -0/+510 |
| | |||||
* | Finished implementation of removing incorrect preferences file. | Jack Jansen | 2001-03-09 | 1 | -1/+3 |
| | |||||
* | Default waittime in the eventloop is now None. At low level it will then be ↵ | Jack Jansen | 2001-03-08 | 2 | -7/+10 |
| | | | | set to GetCaretTime(). | ||||
* | Handle the ReopenApplication event (by ignoring it). | Jack Jansen | 2001-03-08 | 1 | -0/+2 |
| | |||||
* | Detect that the preference file may be incorrect, and offer to remove it. ↵ | Jack Jansen | 2001-03-08 | 2 | -2/+17 |
| | | | | This isn't finished yet. | ||||
* | Started on relnotes for the next beta. | Jack Jansen | 2001-03-08 | 1 | -0/+10 |
| | |||||
* | Added a warning message about the delay after installation. Untested. | Jack Jansen | 2001-03-08 | 1 | -1/+1 |
| | |||||
* | Files for 2.1b1 distribution. | Jack Jansen | 2001-03-06 | 7 | -6/+8 |
| |