summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Jack Jansen2001-05-1027-8246/+0
| | | | the repository.
* Removed some confusing sentences that are no longer relevant now thatJack Jansen2001-05-081-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 Jansen2001-04-271-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 Jansen2001-04-261-5/+5
| | | | user input stopped working). Fixed (I hope:-).
* Files for 2.1 distribution.Jack Jansen2001-04-2516-65/+111
|
* Check RefCon backpointer to python object with IsPointerValid() before ↵Jack Jansen2001-04-252-2/+4
| | | | dereferencing it (carbon only).
* Updated copyright info (which was long due).Jack Jansen2001-04-252-2/+2
|
* - Raise console window on input. Fixes Carbon hang.Jack Jansen2001-04-252-1/+2
|
* - Raise console window on input. Fixes Carbon hang.Jack Jansen2001-04-253-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 Jansen2001-04-251-2/+5
|
* Finally merged morefindertools into findertools.Jack Jansen2001-04-074-801/+703
|
* Added a note about Help and ctb missing in carbon.Jack Jansen2001-04-061-0/+2
|
* Version 1.2 by Christopher Stern.Jack Jansen2001-04-062-5/+1
|
* Disable fused-add-mul instructions. They give a nonstandard result for some ↵Jack Jansen2001-04-031-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 Jansen2001-04-031-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 Jansen2001-03-291-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 Jansen2001-03-291-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 Jansen2001-03-291-1/+1
|
* Don't show finder-delay-warning on OSX. Untested.Jack Jansen2001-03-281-1/+1
|
* Updated for 2.1b2 distribution.Jack Jansen2001-03-2710-16/+51
|
* Added a note about BBPy.lm.Jack Jansen2001-03-271-0/+4
|
* Added a note about the new (since 2.0) OSA architecture.Jack Jansen2001-03-271-1/+10
|
* Oops, ISO translation was off. Fixed.Jack Jansen2001-03-273-27/+27
|
* Disable fused-add-mul instructions. They give a nonstandard result for some ↵Jack Jansen2001-03-261-0/+0
| | | | things that test_coercion complains about. The added performance is probably minimal for Python anyway.
* Fixed some access paths.Jack Jansen2001-03-261-0/+0
|
* Started on 2.1b2 release notes. Cleaned out alfa notes, etc.Jack Jansen2001-03-201-20/+11
|
* Added dummy _tkinter module for Carbon, which explains that Tkinter isnt ↵Jack Jansen2001-03-201-1/+1
| | | | supported under Carbon.
* Dummy _tkinter module for Carbon, which explains that Tkinter isnt supported ↵Jack Jansen2001-03-203-0/+29
| | | | under Carbon.
* Got module to work under Carbon. Also disabled a few more bits of cfm68k ↵Jack Jansen2001-03-201-12/+21
| | | | support.
* Added riscos modules to modules that don't have to be included.Jack Jansen2001-03-201-1/+3
|
* Files for second 2.1b1 distribution.Jack Jansen2001-03-156-3/+7
|
* FindFolder argument is a short, not an unsigned short.Jack Jansen2001-03-151-1/+9
| | | | Added kLocalDomain and friends.
* Handle the apple menu differently under Carbon.Jack Jansen2001-03-151-2/+6
|
* FindFolder argument is a short, not an unsigned short.Jack Jansen2001-03-151-1/+1
|
* Added QDFlushPortBuffer calls.Jack Jansen2001-03-151-0/+2
|
* Import kOnSystemDisk from MACFSJack Jansen2001-03-151-2/+1
|
* Look for shared libraries first in kLocalDomain and then in kOnSystemDisk.Jack Jansen2001-03-152-5/+12
| | | | Don't do sys.prefix==os.getcwd() check unless we're an applet.
* Files for second 2.1b1 distribution.Jack Jansen2001-03-152-4/+15
|
* Chris Stern's BBEdit Python language module.Jack Jansen2001-03-106-0/+510
|
* Finished implementation of removing incorrect preferences file.Jack Jansen2001-03-091-1/+3
|
* Default waittime in the eventloop is now None. At low level it will then be ↵Jack Jansen2001-03-082-7/+10
| | | | set to GetCaretTime().
* Handle the ReopenApplication event (by ignoring it).Jack Jansen2001-03-081-0/+2
|
* Detect that the preference file may be incorrect, and offer to remove it. ↵Jack Jansen2001-03-082-2/+17
| | | | This isn't finished yet.
* Started on relnotes for the next beta.Jack Jansen2001-03-081-0/+10
|
* Added a warning message about the delay after installation. Untested.Jack Jansen2001-03-081-1/+1
|
* Files for 2.1b1 distribution.Jack Jansen2001-03-067-6/+8
|
* PythonInterpreterClassic and PythonInterpreterCarbon now have filetype ↵Jack Jansen2001-03-061-0/+0
| | | | "Atmp". The ConfigurePythonXXX scripts will set this to APPL when copying either of those to PythonInterpreter.
* macostools.copy() now has an optional forcetype flag, which sets the ↵Jack Jansen2001-03-063-3/+5
| | | | filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype).
* Started on plst resource. Not enabled yet.Jack Jansen2001-03-061-4/+22
|