2001-08-03 10:31:36 -03:00
|
|
|
Changes in 2.1.1 since 2.1
|
2000-10-19 18:58:27 -03:00
|
|
|
--------------------------
|
2000-05-06 20:01:07 -03:00
|
|
|
|
2000-09-11 19:47:12 -03:00
|
|
|
These release notes refer to Mac-specific changes only. See NEWS (in the Misc folder)
|
2001-08-03 10:31:36 -03:00
|
|
|
for machine-independent changes.
|
2000-09-24 19:01:53 -03:00
|
|
|
|
2001-08-03 10:31:36 -03:00
|
|
|
- Handling non-ascii characters in sys.path on non-MacRoman systems should be fixed,
|
|
|
|
iff MacPython has a codec for the charset. Otherwise you should get an error, at least.
|
|
|
|
Pathnames in sys.path also retain their original case again.
|
|
|
|
- IDE could crash on corrupt preferences. Fixed.
|
|
|
|
- IDE will now work if you use either pre or sre as re.
|
|
|
|
- Evt.WaitNextEvent could give an error when bit 15 was set, which could cause a problem
|
|
|
|
with IDE in classic mode. Fixed.
|
|
|
|
- MacOS8.X users in classic mode had problems with Fm not loading, which also caused
|
|
|
|
IDE not working. Fixed.
|
|
|
|
- Fm.IsAntiAliasedTextEnabled and Fm.SetAntiAliasedTextEnabled have gone for now, to
|
|
|
|
fix the problem above.
|
|
|
|
- Disabled the Tkinter file I/O event handler, which was there but didn't work anyway.
|
|
|
|
- Problems with loading dynamic modules that are part of a package into BuildApplication-
|
|
|
|
generated programs were fixed.
|
|
|
|
- The order of the EasyDialogs yes/no/cancel buttons has been conformed to the Mac
|
|
|
|
standard.
|
|
|
|
- Handling of Dialogs and Windows that were not created by Python is a bit more graceful
|
|
|
|
now, which may fix some crashes.
|
|
|
|
- Ctl.SendControlMessage has gone. But it didn't work anyway.
|
|
|
|
- Various problems with the TextEdit and Waste demos have been fixed.
|
|
|
|
- Embedding/extending only: in preparation to allowing the use of MacPython modules in
|
|
|
|
unix-Python on OSX the xxx_New and xxx_Convert routines are now optionally vectored via
|
|
|
|
glue routines in macglue.c. The only change that may be needed for embedders/extenders is
|
|
|
|
that you may want to include pymactoolbox.h in your sources.
|
|
|
|
- Embedding/extending only: Most MacPython source is now much more Mach-O friendly, and
|
|
|
|
should work with Universal Headers 3.4.
|
|
|
|
- Experimental: an Mlte module has been added, an interface to the Multi Lingual Text
|
|
|
|
Engine. There is a minimal example in :Mac:Demos:mlte.
|
|
|
|
- Experimental: some support for FSRef objects has been added. You can do little more that
|
|
|
|
convert them to/from FSSpecs. Carbon only.
|
|
|
|
- Experimental: the CF module has some support for CoreFoundation types. CFString
|
|
|
|
and CFURL work, to a degree, and can be converted to/from Python strings and Unicode
|
|
|
|
objects. Carbon only.
|
2000-09-11 19:47:12 -03:00
|
|
|
|
|
|
|
What is not in this distribution
|
|
|
|
--------------------------------
|
|
|
|
|
2001-02-17 18:03:42 -04:00
|
|
|
- The garbage collection mods have not been enabled, mainly due to lack of test-time.
|
2001-03-15 10:27:09 -04:00
|
|
|
- Stackless Python/microthreads hasn't been ported to 2.1 yet. If/when it becomes available
|
2000-10-12 18:21:43 -03:00
|
|
|
Just will undoubtedly announce it on pythonmac-sig and the MacPython homepage.
|
2000-09-11 19:47:12 -03:00
|
|
|
|
|
|
|
Known problems
|
|
|
|
--------------
|
|
|
|
|
2001-04-25 19:11:24 -03:00
|
|
|
This list is probably incomplete, more problems may be listed on the MacPython homepage,
|
2000-09-11 19:47:12 -03:00
|
|
|
http://www.cwi.nl/~jack/macpython.html.
|
|
|
|
|
2001-08-03 10:31:36 -03:00
|
|
|
- MacPython 2.1.1 (and MacPython 2.1) will not run correctly on a multiprocessor MacOS X
|
|
|
|
machine, it will quickly deadlock during I/O operations. The GUSI I/O library is suspected,
|
|
|
|
hints/clues/workarounds are solicited.
|
2001-03-20 19:30:38 -04:00
|
|
|
- Tkinter does not work under Carbon.
|
2000-09-11 19:47:12 -03:00
|
|
|
- The IDE and Tkinter do not work together. Run tkinter programs under PythonInterpreter.
|
2001-03-08 19:07:16 -04:00
|
|
|
- Tkinter file events do not work, unless you have opened the file through Tcl (but then
|
|
|
|
you cannot access it from Python).
|
2001-04-25 19:11:24 -03:00
|
|
|
- Aliases may not work in sys.path entries.
|
|
|
|
- Under Carbon on OS9 only you may occasionally see a spurious KeyboardInterrupt. I have absolutely
|
2001-02-17 18:03:42 -04:00
|
|
|
no clue as to what is causing this.
|
2001-03-08 19:07:16 -04:00
|
|
|
- PythonInterpreter used interactively will eat a lot of processor cycles. You should use
|
2001-04-25 19:11:24 -03:00
|
|
|
PythonIDE for interactive work and PythonInterpreter for scripts only. This is especially
|
|
|
|
true under OSX.
|
2001-08-03 10:31:36 -03:00
|
|
|
- AliasMenu 2.2 conflicts with the Carbon version of Python. This is most likely a problem
|
|
|
|
with AliasMenu (which is from 1999, and thus predates Carbon altogether).
|