Size: 482
Comment:
|
Size: 1761
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
BillDehora * wiki management |
|
Line 2: | Line 5: |
* socket timeouts [http://www.xhaus.com/alan/python/timeout.html Complete] | |
Line 4: | Line 8: |
FrankWierzbicki * datetime and sets (testing the python modules) * new-style <type 'float'> |
SeanMcGrath * site management |
Line 8: | Line 11: |
ClarkUpdike * Java Collections integration |
OtiHumbel * make installer feature complete -- missing: selection of the java runtime for the start scripts * documentation for build and installer * documentation for installer * remove 1.1 support (in the code) * remove differences between generated and checked in parser classes * (done): build and first version of the installer, details can be found here: ["InstallationDetails"] * (done): build against informix jdbc driver, too * (done): reorganize installer (move to /src folder) |
Line 11: | Line 21: |
Oti * installer * new-style <type 'file'> |
SamuelePedroni * polishing up new-style classes |
Line 18: | Line 27: |
BillDehora * wiki management |
ClarkUpdike * Java CollectionsIntegration |
Line 21: | Line 30: |
SeanMcGrath * site management SamuelePedroni * polishing up new-style classes |
FrankWierzbicki * datetime -- all python version from CPython sandbox should work pending completion of new-style class conversions. * sets -- all python version from CPython 2.3 looks very good -- 5 failing tests: 4 having to do with pickling and 1 that needs a closer look. Overall it looks like sets.py should work pretty much unchanged. * Working on 2.3 test cases for PyLong and PyInteger (Actually done, just needs some prep for check-in). * done with: new-style <type 'tuple'> <type 'float'> <type 'file'> <type 'str'> |
Line 31: | Line 40: |
DarekSuchojad * unicodedata module * new-style <type 'enumerate'> JasonWhitlark * cmath module AndrewHoward * porting array module (includes additions to PyArray) JürgenHermann * exploring how Jython can help to improve Ant's descriptive power with additional tasks LaurentPloix |
- wiki management
socket timeouts [http://www.xhaus.com/alan/python/timeout.html Complete]
- asyncore, socket and select modules
- site management
- make installer feature complete -- missing: selection of the java runtime for the start scripts
- documentation for build and installer
- documentation for installer
- remove 1.1 support (in the code)
- remove differences between generated and checked in parser classes
(done): build and first version of the installer, details can be found here: ["InstallationDetails"]
- (done): build against informix jdbc driver, too
- (done): reorganize installer (move to /src folder)
- polishing up new-style classes
- JSR223
- datetime -- all python version from CPython sandbox should work pending completion of new-style class conversions.
- sets -- all python version from CPython 2.3 looks very good -- 5 failing tests: 4 having to do with pickling and 1 that needs a closer look. Overall it looks like sets.py should work pretty much unchanged.
Working on 2.3 test cases for PyLong and PyInteger (Actually done, just needs some prep for check-in).
done with: new-style <type 'tuple'> <type 'float'> <type 'file'> <type 'str'>
- PEP302
NewStyleClasses todos
new-style <type 'tuple'>
- unicodedata module
new-style <type 'enumerate'>
- cmath module
porting array module (includes additions to PyArray)
- exploring how Jython can help to improve Ant's descriptive power with additional tasks