Differences between revisions 23 and 24
Revision 23 as of 2008-08-06 04:18:10
Size: 4218
Editor: PhilipJenvey
Comment:
Revision 24 as of 2008-08-06 04:22:21
Size: 4923
Editor: PhilipJenvey
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
= Alpha 0/1 = = Alpha 0/1 (Release Date: 2008-07-15) =
Line 8: Line 8:
 * [http://www.python.org/dev/peps/pep-0279/ PEP 279]: enumerate() built-in added.
Line 15: Line 14:
 * [http://www.python.org/dev/peps/pep-0279/ PEP 279]: enumerate() built-in added.
Line 49: Line 49:
 * [http://www.python.org/doc/2.4/whatsnew/node4.html PEP 289]: Generator expressions '''*test_genexps passing'''
 * [http://www.python.org/dev/peps/pep-0263 PEP 263]: Defining Python Source Code Encodings
 * [http://www.python.org/doc/2.4/whatsnew/node6.html PEP 318]: Function/method decorators '''*test_decorators passing'''
 * [http://www.python.org/peps/pep-0308.html PEP 308]: Conditional expressions
 * [http://www.python.org/dev/peps/pep-0343/ PEP 343]: 'with' statement '''*test_with passing'''
 * [http://www.python.org/doc/2.5/whatsnew/pep-342.html PEP 342]: Coroutines via generators '''test_generators passing '''
 * ["UpgradeTo25CPythonLib"] '''*Ongoing'''

This is a specific list of the features needed to make releases towards Jython 2.5. 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

Beta

Future?

  • Translate summer of code compiler to Java

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