PyObjC
Sections:
Home
Documentation
Development
Download
Examples
Mailing lists
Navigation:
- Home
- News
- About
- History&People
- Links
 

We're hosted on:
SourceForge.net Logo

Subversion hosting

2008-01-07: Updated website -

The website has been updated with documentation and examples from PyObjC 2.0.

It is now possible to download examples and view source code in a nice format.

2008-01-06: PyObjC 2.0 included in MacOSX Leopard -

Mac OS X 10.5 (Leopard) contains many new features, one of which is a new major release of PyObjC: PyObjC 2.0.

The NEWS file provides the best overview of new features, the following list is a small overview:

  • The package pyobjc is split into several smaller packages, this will make future updates easier.
  • PyObjC now supports the bridgesupport metadata format, which makes it easier to support new frameworks without having to write C code. The same metadata format is also used by RubyCocoa.
  • Class methods are modelled better, allowing one have a class method and instance method with the same name ( which is used in several occassions in the Cocoa frameworks).

2005-07-06: PyObjC 1.3.7 released -

This version features support for Xcode 2.1, an initial port to Intel, wrappers for even more frameworks and several bugfixes.

See the NEWS file for more information.

2005-06-08: PyObjC sessions at WWDC '05 -

Bob Ippolito did a session about Python on Mac OS X, and more specifically PyObjC, at WWDC 2005. The web presence for that session is now up at: http://pythonmac.org/wwdc2005/

2005-06-08: PyObjC 1.3.6 released -

Just after the release of PyObjC 1.3.5 we noticed a bug in the core that made most plugins unusable, and one of the examples was non-functional. See the NEWS file

All users of PyObjC 1.3.5 are advised to update immediately.

2005-05-18: PyObjC 1.3.5 released -

PyObjC 1.3.5 features Tiger support and py2app based Xcode templates. See the NEWS file for a complete list of changes.

This version also features a number of important bugfix, therefore all users are advised to upgrade.

2004-12-29: PyObjC 1.2 released -

PyObjC 1.2 is finally here! See the NEWS file for details.

2004-05-30: Repository moved to red-bean.com -

We have moved our repository to a subversion repository at red-bean.com.

The repository is at <http://svn.red-bean.com/pyobjc>.

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

2004-04-11: PyObjC 1.1b2 released -

A new prerelease of the upcoming 1.1 release of PyObjC is available.

Please report any problem with this release at pyobjc-dev@lists.sourceforge.net.

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.

Please report any problem with this release at pyobjc-dev@lists.sourceforge.net.

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.

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 MacPython 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. Improvements include:

  • Improved performance and stability
  • Better tutorials and examples
  • Initial support for MacOS X 10.1
  • Support for the WebKit framework
  • Write plugin bundles in Python (requires Python 2.3)

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 MacPython can install this release using the PackageManager application.

2003-07-05: CVS snapshots -

We now have CVS snapshots available ([update: this is no longer relevant, link removed]. 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 at SourceForge. 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: PyObjC 0.8 released -

PyObjC v0.8 has finally shipped! A disk image and source tarball are available at SourceForge. 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.

Copyright © 2003 - 2008 The PyObjC Project