Differences between revisions 29 and 30
Revision 29 as of 2008-10-16 07:04:05
Size: 5765
Editor: PhilipJenvey
Comment: note jython-elementtree version mismatch
Revision 30 as of 2008-10-20 18:26:25
Size: 5803
Editor: JimBaker
Comment:
Deletions are marked like this. Additions are marked like this.
Line 77: Line 77:
 * Translate summer of code compiler to Java  * Translate summer of code compiler to Java *Incorporated, except for pyc support

This is a specific list of the features needed to make releases towards Jython 2.5, based on [http://www.python.org/doc/2.4.3/whatsnew/whatsnew24.html What's New in CPython 2.4] and [http://docs.python.org/whatsnew/whatsnew25.html CPython 2.5] among other things. The first alpha will be made once Jython supports all CPython 2.5 language level features. After the alphas have stabilized, all the library and Jython-only features will be completed in the beta series of releases. Once all the features are present in the betas, we'll go into release candidate mode until 2.5 is finally released.

Just because a feature is in the beta list, that doesn't mean it can't land before the alpha release. It only means it isn't necessary before the alpha. Actually since all of the alpha features are dependent on the new compiler and parser, the beta tasks can be a good starting point.

Alpha 0/1 (Release Date: 2008-07-15)

Alpha 2 (Release Date: 2008-09-06)

Alpha 3 (Release Date: 2008-09-10)

  • fixes a bug that caused installation problems for many Windows users

Beta

Future?

RoadMap (last edited 2013-02-06 23:22:57 by FrankWierzbicki)