Differences between revisions 2 and 53 (spanning 51 versions)
Revision 2 as of 2005-02-23 04:16:14
Size: 482
Editor: BrianZimmer
Comment:
Revision 53 as of 2007-07-05 21:31:40
Size: 1632
Editor: Oti
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
BillDehora
 * wiki management
the peanut gallery: "Who is doing the SSL support?"
Line 4: Line 3:
AlanKennedy
 * asyncore, socket and select modules
Line 7: Line 4:
SeanMcGrath
 * site management
OtiHumbel
 * merge the latest changes to the 2.3 branch (e.g. test_poll, TreeBuilder)
 * bugs targeted for 2.2
 * documentation for installer (see also http://sourceforge.net/tracker/index.php?func=detail&aid=1042465&group_id=12867&atid=112867), and especially the new naming jython_INSTALLER_version.jar and the new default target directory c:\jython_version on windows
 * document the creation of a snapshot build
 * add a description of standalone (part 2) to the news
 * improve standalone mode (for imports of the form 'from java.package import class')
 * check with Tim if snapshot builds (full-builds) could be run on build bots, including tests
 * polish website
 * polish the wiki (especially build & test pages)
 * take care of the assigned patches (5 at the moment)
 * introduce JUnit tests (trunk or 2.3 ?)
 * remove 1.1 support (in the code)
 * remove differences between generated and checked in parser classes
 * if target >= 1.5: use System.getenv() to read in PYTHONPATH in Py``System``State.initialize(), and add it to sys.path
Line 10: Line 20:
Oti
 * installer
 * new-style <type 'file'>
TimFreund
 * [http://jython.achievewith.us/buildbot/ Jython BuildBot] (contact Tim to add or edit a build slave)
Line 14: Line 23:
SamuelePedroni
 * polishing up new-style classes
CharlieGroves
 * finishing off 2.2 test failures
 * fixing windows only regrtest failures
Line 17: Line 27:
ArnoSchmidmeier
 * JSR223
AndrewKuchling
 * wiki software administration
 * CPython commits
 * RelicensingJython
 * bytes type (from [http://www.python.org/dev/peps/pep-0358/ PEP 358]; being added to Python 3000 and 2.6)
Line 20: Line 33:
ClarkUpdike
 * Java Collections integration

FrankWierzbicki
 * datetime and sets (testing the python modules)
 * new-style <type 'float'>

BrianZimmer
 * PEP302
 * NewStyleClasses todos
 * new-style <type 'tuple'>
JimBaker
 * Parser and compiler updates (to 2.5 and beyond !)
 * Generally help on sprinting

the peanut gallery: "Who is doing the SSL support?"

OtiHumbel

  • merge the latest changes to the 2.3 branch (e.g. test_poll, TreeBuilder)

  • bugs targeted for 2.2
  • documentation for installer (see also http://sourceforge.net/tracker/index.php?func=detail&aid=1042465&group_id=12867&atid=112867), and especially the new naming jython_INSTALLER_version.jar and the new default target directory c:\jython_version on windows

  • document the creation of a snapshot build
  • add a description of standalone (part 2) to the news
  • improve standalone mode (for imports of the form 'from java.package import class')
  • check with Tim if snapshot builds (full-builds) could be run on build bots, including tests
  • polish website
  • polish the wiki (especially build & test pages)

  • take care of the assigned patches (5 at the moment)
  • introduce JUnit tests (trunk or 2.3 ?)
  • remove 1.1 support (in the code)
  • remove differences between generated and checked in parser classes
  • if target >= 1.5: use System.getenv() to read in PYTHONPATH in PySystemState.initialize(), and add it to sys.path

TimFreund

CharlieGroves

  • finishing off 2.2 test failures
  • fixing windows only regrtest failures

AndrewKuchling

JimBaker

  • Parser and compiler updates (to 2.5 and beyond !)
  • Generally help on sprinting

WhosDoingWhat (last edited 2011-06-27 19:24:34 by 109)