Differences between revisions 41 and 42
Revision 41 as of 2011-03-15 16:02:31
Size: 1136
Editor: 99-106-170-105
Comment:
Revision 42 as of 2011-03-15 18:01:37
Size: 1169
Editor: JoshJuneau
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
 * documentation: Josh  * documentation, text_xrange.py, test_complex.py: Josh

2.6.0

  • Upgrade to Python 2.6 language and builtins, along with a substantial subset of the stdlib
  • Redesign PySystemState, ThreadState API
  • Mark true-public APIs with a suitable annotation; deprecate and/or remove obsolete APIs
  • Remove all user-visible singletons in org.python.core, especially any static public fields (like those in PySystemState)
  • Performance!
  • Require minimum Java 6, rip out Java 5 compatibility:
  • Generic.newSetFromMap
  • Believe we can remove the xeresImpl jar
  • Other things..

Who is doing what?

  • math module: Oti
  • documentation, text_xrange.py, test_complex.py: Josh
  • test_int.py: Frank

2.6.? (TBD)

Future?

  • [[http://docs.python.org/whatsnew/modules.html#SECTION0001410000000000000000|ctypes module]]

  • Translate summer of code compiler to Java *Incorporated, except for pyc support

    System Message: WARNING/2 (<string>, line 37); backlink

    Inline emphasis start-string without end-string.

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