|
1 | | - Release notes for MacPython 1.5b3 |
| 1 | + Release notes for MacPython 1.5.1 |
2 | 2 | --------------------------------- |
3 | 3 |
|
4 | 4 | Open Issues and bugs: |
5 | 5 |
|
6 | | -- Packages ("dotted import") appears to have problems for the cfm68k version |
7 | | - of MacPython. Please report anything of interest you find as soon as possible, |
8 | | - |
9 | | -- import test.autotest fails the test_strftime test on %%. This is a bug in the |
10 | | - MetroWerks C strftime() routine. Test_re takes a loooooooooong time, by the way. |
11 | | -- Tk menus may or may not work. Please let me know. |
12 | | -- Occasionally Python becomes non-reactive to mouseclicks after switching it to |
13 | | - background and foreground again. If you experience this please let me know, |
14 | | - explaining the circumstances. |
15 | | -- Printing a NumPy "array([1.2])" may cause a crash in cfm68k-Python. If you have |
16 | | - a 68k machine, a MetroWerks debugger, time and interest in NumPy: please let me |
17 | | - know and I'll ask you to help hunting this bug. |
| 6 | +- Packages ("dotted import") appears to have problems for the cfm68k |
| 7 | + version of MacPython. Please report anything of interest you find as |
| 8 | + soon as possible, preferrably to [email protected]. I no longer |
| 9 | + have access to a reasonable 68K machine, so it may well be that this |
| 10 | + means the demise of cfm68k Python is near. |
| 11 | +- Printing a NumPy "array([1.2])" may cause a crash in |
| 12 | + cfm68k-Python. Same comments as above. |
18 | 13 |
|
19 | 14 | Changes since the previous version: |
20 | 15 |
|
21 | | -Here are the mac-specific changes since MacPython 1.4, with end-user-visible |
22 | | -changes near the top and API changes and other things that are developer-only |
23 | | -more to the bottom. Changes marked with a [*] are new changes since |
24 | | -1.5a3 (there has not been a MacPython 1.5b1). And, of course, all Guido's |
25 | | -1.5-final changes are incorporated. |
| 16 | +Here are the mac-specific changes since MacPython 1.4, with |
| 17 | +end-user-visible changes near the top and API changes and other things |
| 18 | +that are developer-only more to the bottom. Changes marked with a [*] |
| 19 | +are new changes since 1.5b3 (there has never been a MacPython 1.5 |
| 20 | +final). And, of course, all Guido's 1.5.1 changes are |
| 21 | +incorporated. |
26 | 22 |
|
27 | | -- Moved Mac:Lib:toolbox and scripting to lib-toolbox and lib-scripting, analogous |
28 | | - to Guido's changes. Initial sys.path settings reflect this change [*] |
29 | | -- Added cPickle and cStringIO modules [*] |
| 23 | +- Imported modules are now case-checked: the case of the filename |
| 24 | + should match the name under which you import it [*] |
| 25 | +- There is now some minimal documentation on building true standalone |
| 26 | + applications in Python, see building.html [*] |
| 27 | +- Python's private resources now use numbers from 228 up, because of |
| 28 | + conflicts with Tk. This may affect you if you include private |
| 29 | + resources in applets. [*] |
| 30 | +- Audio_mac spike bug fixed. [*] |
| 31 | +- FrameWork menu cleanup fixed. [*] |
| 32 | +- More MacOS errors now have a (somewhat) symbolic description. [*] |
| 33 | +- mactty module added to allow basic access to a serial line. [*] |
| 34 | +- toolbox modules have been regenerated, occasionally giving access to |
| 35 | + new functionality. They are now based upon Universal Headers version |
| 36 | + 3.1 [*] |
| 37 | +- Waste module now uses Waste 1.3 [*] |
| 38 | +- Waste module now exports WE{Get,Set}TabSize [*] |
| 39 | +- Ordinal support in aetypes added (by Bill Bedford) [*] |
| 40 | +- ColorPicker module added (by Just van Rossum). It isn't documented, |
| 41 | + but the docstring should be good enough. [*] |
| 42 | +- Printing module added (by Just van Rossum). It isn't documented and |
| 43 | + it isn't easy to understand, but with Inside Mac beside you it might |
| 44 | + be useable. There's a test script in Mac:Lib:test. [*] |
| 45 | +- Sndihooks module added to give access to sound-input. Only lightly |
| 46 | + tested and not documented yet. [*] |
| 47 | +- fstat() added to mac module. [*] |
| 48 | +- double dispose in MacOS.splash() fixed. [*] |
| 49 | +- Qt module now supports getting/setting movie times [*] |
| 50 | +- BuildApplet now also accepts old applets as input, which are updated |
| 51 | + to the current Python version [*] |
| 52 | +- Moved Mac:Lib:toolbox and scripting to lib-toolbox and |
| 53 | + lib-scripting, analogous to Guido's changes. Initial sys.path settings |
| 54 | + reflect this change |
| 55 | +- Added cPickle and cStringIO modules |
30 | 56 | - Balloon help in set-preferences dialog and EditPythonPrefs |
31 | 57 | - An interface to the Help Maganer has been added |
32 | 58 | - New modules "preferences" and "pythonprefs" which allow access to |
|
0 commit comments