Differences between revisions 48 and 49
Revision 48 as of 2011-04-13 22:34:12
Size: 1479
Editor: PhilipJenvey
Comment: mention jsr199
Revision 49 as of 2011-05-18 17:27:01
Size: 1439
Comment:
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
 * grammar cleanup, test_print.py (from __future__ import print_function): Frank  * grammar cleanup, test_class.py: Frank

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 xercesImpl jar, livetribe-jsr223-2.0.5.jar
  • can start utilizing jsr199 (the Java compiler API) for certain things (mostly for unittests I believe)
  • Other things..

Who is doing what?

  • math module: Oti
  • documentation, text_xrange.py, test_complex.py: Josh
  • grammar cleanup, test_class.py: Frank
  • itertools, collections: Jim
  • mercurial move, abcs, exceptions, posix/ntpath, io, tarfile: pjenvey

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 40); backlink

    Inline emphasis start-string without end-string.

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