[PYTHONMAC-SIG] Re: Mac Python 1.5

Jack Jansen Jack.Jansen@cwi.nl
Fri, 19 Sep 1997 10:19:15 +0200


This is a multipart MIME message.

--===_0_Fri_Sep_19_10:18:13_MET_DST_1997
Content-Type: text/plain; charset=us-ascii

> Is there a list somewhere of changes in 1.5, new features, etc.?  For
> example, I'm interested to hear if threads will be in the 1.5 MacPython
> release.

I've appended the 1.5a3 relnotes, a few more things have changed since then. 
Little new stuff will be added on the mac-specific side before 1.5, because 
I'll be very busy until the end of the year (and going on a 5-week trip to the 
middle-east besides:-).

Threads will not be done before 1.5, unless someone contributes working code.
--
Jack Jansen             | ++++ stop the execution of Mumia Abu-Jamal ++++
Jack.Jansen@cwi.nl      | ++++ if you agree copy these lines to your sig ++++
http://www.cwi.nl/~jack | see http://www.xs4all.nl/~tank/spg-l/sigaction.htm 


--===_0_Fri_Sep_19_10:18:13_MET_DST_1997
Content-Type: text/plain; charset=us-ascii
Content-Description: Relnotes

	Release notes for MacPython 1.5a3
	---------------------------------

Here are the mac-specific changes since MacPython 1.4, with end-user-visible
changes near the top and API changes and other things that are developer-only
more to the bottom. Changes marked with a [*] are new changes, since
1.5a2. And, of course, all Guido's 1.5a3 changes are incorporated.

- Installation is now through an installer [*]
- mkapplet and MkPluginAliases have been renamed to BuildApplet and
  ConfigurePython [*]
- Applescript classes and properties are now exported by suites. Very
  sketchy documentation added to applescript.html [*]
- Tkinter now uses tcl/tk 8.0 [*]
- imports should be faster due to caching path information [*]
- Generated suites now live in Mac:Lib:scripting [*]
- Added zlib module [*]
- Tkinter setfilehandler() did not work for sockets, fixed [*]
- "Delay console window" option didn't work, fixed. Also check out the
  quietconsole.py module [*]
- Menu bar is restored (if needed) when keeping console open after
  exit [*]
- Influencing command-. and event processing (formerly MacOS.SetYield
  and MacOS.SetScheduleTimes) has been changed, see the manual [*]
- FrameWork (or your own windowing code) can use asynchronous
  callbacks to keep user interface responsive during long computations [*]
- Module to interface to Internet Config added
- Module calldll added that allows calling of arbitrary C routines
  from MacOS toolboxes
- gdbm module added
- ctb error handling fixed, and some memory leaks plugged
- Various of the documentation files in Mac:Demo have been updated
- MacOS.string_id_to_buffer is a new hack: the number you have to
  add to the id() of a string object to get the (data) memory address
- MacOS.splash() double-free fixed
- macfs.FSSpec.as_pathname() was incorrect for disk toplevel folders
- QT.NewMovieFromFile has an extra parameter and an extra return value
- EasyDialogs.ProgressBar has changed both in layout and interface
- FrameWork.Application has a new cleanup() method which asks all windows
  to close themselves.
- Loading of PYC resources from the application greatly speeded up,
  especially for CDROM based applications
- interrupt check/eventloop only entered 10 times per second, giving
  big speedup
- Allow any object (file, folder, disk) to be dropped on an applet
- Twit resource number conflict with debuggee fixed
- sys.path preference can now be longer than 255 chars
- cfmfile module allows parsing and merging of CFRG resources
- PythonFAT and PythonApplet are now fat (PPC/CFM68K) applications, so
  applets can be moved between architectures.
- Twit resource number conflict with debuggee fixed
- mkapplet now uses a progress bar in stead of print statements
- unshar made a bit more mac-friendly (input output dialogs)
- img: added png, xbm, bmp support
- img: jpeg now uses IJG v6 library
- img: import of imagefile support modules delayed until needed
- img: better error handling for truncated images and such
- img: imgop.unpack() can unpack formats with multiple pixels per byte

- We now use CW Pro 1, with multitarget projects and such goodies [*]
- fixed xx plugin project for cfm68k [*]
- All files updated to new Py_ naming convention
- Toolbox modules regenerated from new Universal Headers
- nfullpath() merged into PyMac_GetFullPath()
- Added support for Metrowerks profiler
- Standard MW/MSL runtime libraries used in stead of homegrown version
- Allow any object (file, folder, disk) to be dropped on an applet
- Malloc now returns cache-line-aligned memory on PPC, which speeds
  things up, especially on a 604. Dictionaries put this to good use.
- statically linked pythons won't inadvertantly load .slb modules
- Removed dependencies on PLStringFuncs and/or StdCLib
- Project "segment" structure changed to more-or-less follow folder
  structure
- fullbuild redesigned
- Added PyMac_Initialize() call, for use by embedding programs.

--===_0_Fri_Sep_19_10:18:13_MET_DST_1997--



_______________
PYTHONMAC-SIG  - SIG on Python for the Apple Macintosh

send messages to: pythonmac-sig@python.org
administrivia to: pythonmac-sig-request@python.org
_______________