Jack Jansen
|
b4b27bec0e
|
- Raise console window on input. Fixes Carbon hang.
|
2001-04-25 22:07:42 +00:00 |
Jack Jansen
|
15f1c08d96
|
- Raise console window on input. Fixes Carbon hang.
- Better handling of menu bar save/restore.
- Override abort() so it honours the "keep console window" flag.
|
2001-04-25 22:07:27 +00:00 |
Jack Jansen
|
ee677913df
|
Don't crash if InfoScrap doesn't exist (as is the case in Carbon).
|
2001-04-25 22:05:36 +00:00 |
Jack Jansen
|
43935128a4
|
Finally merged morefindertools into findertools.
|
2001-04-07 12:53:45 +00:00 |
Jack Jansen
|
3aee7752fa
|
Added a note about Help and ctb missing in carbon.
|
2001-04-06 09:02:43 +00:00 |
Jack Jansen
|
bad62deca1
|
Version 1.2 by Christopher Stern.
|
2001-04-06 08:34:55 +00:00 |
Jack Jansen
|
e3850f5b6c
|
Disable fused-add-mul instructions. They give a nonstandard result for some things that test_coercion complains about. The added performance is probably minimal for Python anyway.
|
2001-04-03 21:56:12 +00:00 |
Jack Jansen
|
216b8707d9
|
If the frontmost window is not a Tk window exit the event handling code early. This fixes that using Tk once used to disable cmd-. processing. It may also influence Tk/IDE interaction, I'm not sure.
|
2001-04-03 14:36:35 +00:00 |
Jack Jansen
|
6333af1743
|
On OSX show a dialog explaining that ConfigurePythonCarbon launch will probably fail. This turns out to be a VISE 7.1.1 problem, probably.
|
2001-03-29 13:54:23 +00:00 |
Jack Jansen
|
2e2546c5fd
|
On OSX always copy PythonCore. It turns out an orphaned alias in /Library/CFMSupport (happens when you remove python and aliased pythoncore) wreaks havoc with the system.
|
2001-03-29 13:53:19 +00:00 |
Jack Jansen
|
9bfae985ab
|
Changed some of the dialogs to be a little clearer.
|
2001-03-29 13:52:16 +00:00 |
Jack Jansen
|
fc369f21d5
|
Don't show finder-delay-warning on OSX. Untested.
|
2001-03-28 20:33:24 +00:00 |
Jack Jansen
|
2b73fe9956
|
Updated for 2.1b2 distribution.
|
2001-03-27 21:38:55 +00:00 |
Jack Jansen
|
ff4e62dbde
|
Added a note about BBPy.lm.
|
2001-03-27 21:37:06 +00:00 |
Jack Jansen
|
64f9f7108f
|
Added a note about the new (since 2.0) OSA architecture.
|
2001-03-27 21:34:31 +00:00 |
Jack Jansen
|
3f4c173d5c
|
Oops, ISO translation was off. Fixed.
|
2001-03-27 21:32:34 +00:00 |
Jack Jansen
|
996c5c17d4
|
Disable fused-add-mul instructions. They give a nonstandard result for some things that test_coercion complains about. The added performance is probably minimal for Python anyway.
|
2001-03-26 20:03:30 +00:00 |
Jack Jansen
|
c658236d72
|
Fixed some access paths.
|
2001-03-26 08:37:28 +00:00 |
Jack Jansen
|
9de05f4157
|
Started on 2.1b2 release notes. Cleaned out alfa notes, etc.
|
2001-03-20 23:30:38 +00:00 |
Jack Jansen
|
875b51dff9
|
Added dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon.
|
2001-03-20 23:30:06 +00:00 |
Jack Jansen
|
aabdb0d5bf
|
Dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon.
|
2001-03-20 23:29:41 +00:00 |
Jack Jansen
|
fddef433d1
|
Got module to work under Carbon. Also disabled a few more bits of cfm68k support.
|
2001-03-20 21:55:51 +00:00 |
Jack Jansen
|
26d42df3c1
|
Added riscos modules to modules that don't have to be included.
|
2001-03-20 21:55:07 +00:00 |
Jack Jansen
|
4cf97c4972
|
Files for second 2.1b1 distribution.
|
2001-03-15 14:41:01 +00:00 |
Jack Jansen
|
5c82d13e1f
|
FindFolder argument is a short, not an unsigned short.
Added kLocalDomain and friends.
|
2001-03-15 14:39:37 +00:00 |
Jack Jansen
|
6b498de165
|
Handle the apple menu differently under Carbon.
|
2001-03-15 14:39:03 +00:00 |
Jack Jansen
|
abd703d0ce
|
FindFolder argument is a short, not an unsigned short.
|
2001-03-15 14:38:10 +00:00 |
Jack Jansen
|
06646a1be0
|
Added QDFlushPortBuffer calls.
|
2001-03-15 14:35:33 +00:00 |
Jack Jansen
|
fffec05bcb
|
Import kOnSystemDisk from MACFS
|
2001-03-15 14:33:24 +00:00 |
Jack Jansen
|
d11f93c475
|
Look for shared libraries first in kLocalDomain and then in kOnSystemDisk.
Don't do sys.prefix==os.getcwd() check unless we're an applet.
|
2001-03-15 14:28:40 +00:00 |
Jack Jansen
|
8ef786ea95
|
Files for second 2.1b1 distribution.
|
2001-03-15 14:27:09 +00:00 |
Jack Jansen
|
dbc692e286
|
Chris Stern's BBEdit Python language module.
|
2001-03-10 13:24:41 +00:00 |
Jack Jansen
|
0a3939fc71
|
Finished implementation of removing incorrect preferences file.
|
2001-03-09 23:15:27 +00:00 |
Jack Jansen
|
e5c9474f0f
|
Default waittime in the eventloop is now None. At low level it will then be set to GetCaretTime().
|
2001-03-08 23:10:37 +00:00 |
Jack Jansen
|
53ebe562f5
|
Handle the ReopenApplication event (by ignoring it).
|
2001-03-08 23:09:32 +00:00 |
Jack Jansen
|
54f3bdbfe1
|
Detect that the preference file may be incorrect, and offer to remove it. This isn't finished yet.
|
2001-03-08 23:07:57 +00:00 |
Jack Jansen
|
4c52203b51
|
Started on relnotes for the next beta.
|
2001-03-08 23:07:16 +00:00 |
Jack Jansen
|
8f728592be
|
Added a warning message about the delay after installation. Untested.
|
2001-03-08 21:18:54 +00:00 |
Jack Jansen
|
1d79f79bd0
|
Files for 2.1b1 distribution.
|
2001-03-06 22:51:42 +00:00 |
Jack Jansen
|
5fc3381098
|
PythonInterpreterClassic and PythonInterpreterCarbon now have filetype "Atmp". The ConfigurePythonXXX scripts will set this to APPL when copying either of those to PythonInterpreter.
|
2001-03-06 22:51:00 +00:00 |
Jack Jansen
|
c1463c9870
|
macostools.copy() now has an optional forcetype flag, which sets the filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype).
|
2001-03-06 22:46:25 +00:00 |
Jack Jansen
|
bb74f95821
|
Started on plst resource. Not enabled yet.
|
2001-03-06 22:45:29 +00:00 |
Jack Jansen
|
36bcf9b94f
|
Re-try the file copy once if it fails. This works around an obscure and non-reproducibe bug in GUSI.
|
2001-03-06 22:43:06 +00:00 |
Jack Jansen
|
cbe7b1c93e
|
Files for 2.1b1 distribution.
|
2001-03-06 22:42:12 +00:00 |
Jack Jansen
|
b25ec91a94
|
Testing commit with a single blank line.
|
2001-03-05 15:44:55 +00:00 |
Jack Jansen
|
043732e95d
|
Enable FSpResourceFileAlreadyOpen only for Carbon. This is not strictly correct: OS9 InterfaceLib has it, but enabling it will make Python refuse to run on 8.6 and earlier.
|
2001-03-02 16:32:03 +00:00 |
Jack Jansen
|
7fc49a4441
|
- Numeric now lives in Lib:site-python.
- Imaging and Numeric are now also available under Carbon.
- Started working on the active installer.
|
2001-03-01 23:19:05 +00:00 |
Jack Jansen
|
807e70101e
|
- Numeric now lives in Lib:site-python.
- Imaging and Numeric are now also available under Carbon.
|
2001-03-01 23:18:31 +00:00 |
Jack Jansen
|
b34d0ed403
|
Removed some stuff that shouldn't be in the dev distribution.
|
2001-03-01 23:17:43 +00:00 |
Jack Jansen
|
1b45c73be0
|
Removed Extensions:Numeric from sys.path. It now lives in Lib:site-python.
|
2001-03-01 23:16:51 +00:00 |