Size: 1745
Comment: sorry for not being logged in 15 minutes ago
|
Size: 1761
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 53: | Line 53: |
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