summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Re-try the file copy once if it fails. This works around an obscure and ↵Jack Jansen2001-03-061-3/+9
| | | | non-reproducibe bug in GUSI.
* Files for 2.1b1 distribution.Jack Jansen2001-03-062-40/+34
|
* Testing commit with a single blank line.Jack Jansen2001-03-051-0/+1
|
* Enable FSpResourceFileAlreadyOpen only for Carbon. This is not strictly ↵Jack Jansen2001-03-022-0/+7
| | | | correct: OS9 InterfaceLib has it, but enabling it will make Python refuse to run on 8.6 and earlier.
* - Numeric now lives in Lib:site-python.Jack Jansen2001-03-011-1/+1
| | | | | - Imaging and Numeric are now also available under Carbon. - Started working on the active installer.
* - Numeric now lives in Lib:site-python.Jack Jansen2001-03-011-46/+5
| | | | - Imaging and Numeric are now also available under Carbon.
* Removed some stuff that shouldn't be in the dev distribution.Jack Jansen2001-03-011-16/+8
|
* Removed Extensions:Numeric from sys.path. It now lives in Lib:site-python.Jack Jansen2001-03-011-2/+0
|
* Silly typo which caused the stack browser to crash.Jack Jansen2001-03-011-1/+1
|
* Also build Imaging for Carbon.Jack Jansen2001-03-011-17/+1
|
* Disable GetWindowSpareFlag and GetWindowGoAwayBox on carbon.Jack Jansen2001-02-282-0/+14
|
* Put PPC distributions back in, rearranged packages and use VISE variable ↵Jack Jansen2001-02-281-1/+1
| | | | magic to determine which ConfigurePythonXXX to run.
* Reset the resource file chain before calling PyMac_OpenPrefFile. I'm not ↵Jack Jansen2001-02-281-0/+1
| | | | sure why this wasn't a problem before...
* Oops, need to import Res.Jack Jansen2001-02-281-1/+4
|
* If we can't find our splash dialog (i.e. we're probably running from source) ↵Jack Jansen2001-02-281-4/+25
| | | | go into interactive mode: print what we're doing and ask about carbon/classic configure.
* Updated for 2.1a3Jack Jansen2001-02-276-94/+112
|
* Added Popt resource for "dont show console"Jack Jansen2001-02-277-1/+1
| | | | Changed SIZE resource to be carbon-compatible.
* Various tweaks to make it work on MacOSX.Jack Jansen2001-02-271-2/+9
|