Differences between revisions 30 and 31
Revision 30 as of 2008-10-20 18:26:25
Size: 5803
Editor: JimBaker
Comment:
Revision 31 as of 2008-11-02 05:54:52
Size: 5758
Editor: PhilipJenvey
Comment: beta 1. remove the PEP 322 item, I don't think there's any major issues
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
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.  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.
Line 48: Line 48:
 * [http://www.python.org/dev/peps/pep-0309/ PEP 309]: Partial Function Application   * [http://www.python.org/dev/peps/pep-0309/ PEP 309]: Partial Function Application
Line 61: Line 61:
= Beta = = Beta 0 (Release Date: 2008-10-31) =
Line 66: Line 66:
 * [http://www.python.org/doc/2.4/whatsnew/node7.html PEP 322]: Reverse iteration '''This is mostly done but I think there's still some issues -pjenvey'''  * ["UpgradeTo25CPythonLib"] '''*Ongoing, 7 tests failing'''

= Beta 1 (TBD) =

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 0 (Release Date: 2008-10-31)

Beta 1 (TBD)

Future?

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