Size: 1011
Comment:
|
← Revision 65 as of 2011-06-27 19:24:34 ⇥
Size: 1443
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
BillDehora * wiki management * new-style <type 'string'> |
the peanut gallery: "Who is doing the SSL support?" |
Line 5: | Line 3: |
== An experimental To-Do List == Some of the developers update their [[https://jython.basecamphq.com/login|task lists]] online. Anonymous login is as follows: * user: `jythonbasecampguest` * password: `jythonguest` If you'd like to have a personal account, please [[mailto:jython@extreme.st|request one]]. == Individuals == OtiHumbel * build * installer * java integration TimFreund * [[http://jython.achievewith.us/buildbot/|Jython BuildBot]] (contact Tim to add or edit a build slave) JoshJuneau * website * documentation CharlieGroves * finishing off 2.2 test failures * fixing windows only regrtest failures 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) JimBaker * Parser and compiler updates (to 2.5 and beyond !) * Generally help on sprinting PhilipJenvey * SetuptoolsOnJython * PylonsOnJython GregMoore * Working on 2.2 user docs * Created and maintaining DocumentationAndEducation section. * Jython example writer and collector. |
|
Line 6: | Line 46: |
* asyncore, socket and select modules SeanMcGrath * site management OtiHumbel * installer * next version beginning of march, I strongly hope * new-style <type 'file'> * I'll give it a try SamuelePedroni * polishing up new-style classes ArnoSchmidmeier * JSR223 ClarkUpdike * Java CollectionsIntegration FrankWierzbicki * datetime and sets (testing the python modules) * datetime -- all python version from CPython sandbox is pending small problems with new-style classes. * sets -- all python version from CPython 2.3 needs generator support... not sure when that will happen. Try adding "from __future__ import generators" to the top of the file. * new-style <type 'float'> * expected late Feb or early March (work is going well, just testing now.) BrianZimmer * PEP302 * NewStyleClasses todos * new-style <type 'tuple'> DarekSuchojad * unicodedata module |
* Network modules, i.e. NewSocketModule, SelectModule, httplib, ftplib, BaseHttpServer, etc * Modjy, the jython WSGI to servlets gateway [[http://jyson.xhaus.com|jyson]], a fast pure-java JSON codec for jython |
the peanut gallery: "Who is doing the SSL support?"
An experimental To-Do List
Some of the developers update their task lists online. Anonymous login is as follows:
user: jythonbasecampguest
password: jythonguest
If you'd like to have a personal account, please request one.
Individuals
- build
- installer
- java integration
Jython BuildBot (contact Tim to add or edit a build slave)
- website
- documentation
- finishing off 2.2 test failures
- fixing windows only regrtest failures
- wiki software administration
- CPython commits
bytes type (from PEP 358; being added to Python 3000 and 2.6)
- Parser and compiler updates (to 2.5 and beyond !)
- Generally help on sprinting
- Working on 2.2 user docs
Created and maintaining DocumentationAndEducation section.
- Jython example writer and collector.
Network modules, i.e. NewSocketModule, SelectModule, httplib, ftplib, BaseHttpServer, etc
- Modjy, the jython WSGI to servlets gateway
jyson, a fast pure-java JSON codec for jython