2004-05-30: PyObjC 1.1 released

It has been a long, long process, but PyObjC 1.1 is finally there. See the NEWS file for details.

Click here to go to the download page.

2004-04-11: PyObjC 1.1b2 released

A new prerelease of the upcoming 1.1 release of PyObjC is available. See the NEWS file for details.

Please report any problem with this release at pyobjc-dev@lists.sourceforge.net, or file a bugreport at our bugtracker.

NOTE: Python 2.2 support is tested less than Python 2.3 support, because most developers have moved to Mac OS X 10.3.

2004-02-20: PyObjC 1.1b1 released

A new prerelease of the upcoming 1.1 release of PyObjC is available. See the NEWS file for details.

Please report any problem with this release at pyobjc-dev@lists.sourceforge.net, or file a bugreport at our bugtracker.

NOTE: Python 2.2 support is tested less than Python 2.3 support, because most developers have moved to Mac OS X 10.3.

2004-02-02: PyObjC 1.1a0 released

A prerelease of the upcoming 1.1 release of PyObjC is available. This version contains numereous improvements, especially when you're using PyObjC on Panther. See the NEWS file for details.

There currently is no binary installer for Mac OS X 10.2, that will be made available with the next release. 2003-10-08: PyObjC 1.0 released

We're happy to announce the release of PyObjC 1.0. This version fixes the bugs found in the last beta and adds support for Key-Value Coding, see the NEWS file for details.

A disk image and the sources are available. Users of can install PyObjC using the Package Manager.

2003-07-05: PyObjC 1.0b1 released

PyObjC 1.0b1 has shipped. A disk image with an installer package and the sources are available. There are many new features and bugfixes, see the NEWS file for details. The improvements include:

The PyObjC installer package installs the Python packages for use with the Apple provided Python 2.2 on MacOS X 10.2 as well as a number of project builder templates. Users of can install this release using the PackageManager application.

2003-07-05: CVS snapshots

We now have CVS snapshots available here. These are automaticly generated snapshots of our CVS tree. They might not work, and need not even compile.

2003-05-07: Updated tutorial

The tutorial included in the 0.9 release was not entirely up-to-date, please use the tutorial on this website.

2003-05-02: PyObjC 0.9 released

PyObjC 0.9 has shipped. A disk image with an installer package and the sources are available. There are many new features and bugfixes, see the NEWS file for details.

The PyObjC installer package installs a number of examples and project builder templates as wel as documentation into /Developer. Users of MacPython 2.3b1 can install this release using the PackageManager application.

2003-01-23: Dev News; GNUstep support, FFI, performance, etc...

2002-12-19: PyObjC 0.8 released PyObjC v0.8 has finally shipped! A disk image and source tarball are now available. The PyObjC installer package now contains Examples that are installed into /Developer/Examples/PyObjC.

There are many new features and bug fixes found within this release. Please see the ChangeLog for details. Documentation is still lacking. It will be improved in the next release.

2002-11-22: CVS commit notificaiton mailing list available

A mailing list has been created to which all CVS commit notifications will be automatically posted. Each message includes both the file(s) changed and diff-style output of exactly what changed.

2002-11-12: Initial release of web site

For the first time ever, the PyObjC module has a real web site (the start of one anyway). The implementation is largely a copy of the Fink project's excellent site.. The design and graphics were contributed by Jim Tittsler. The content was compiled from many sources-- Jim's work, Fink, the PyObjC source trees and some original-- by Bill Bumgarner.

2002-10-13: Interim release 0.7.0

On or about this date, an interim release of PyObjC was made available as a disk image that contained the binary module (compatible with Apple's build of Python included with OS X 10.2), a Project Builder project template for building Cocoa applications using Python, and a basic README.

Version 0.7.0 represents a huge step forward over the previous version (0.6.1). Of note, 0.7.0 vastly improved the inter-language messaging mechanism, the bridging of various classes, improved support for features specific to the Foundation and AppKit, support for the Address Book framework, and subclassing of Objective-C classes in Python.

2002-01-30: Release 0.6.1

Last release made that used a single dynamically loadable module named 'pyobjc'.