Differences between revisions 3 and 18 (spanning 15 versions)
Revision 3 as of 2005-02-23 06:48:55
Size: 488
Editor: OtiHumbel
Comment:
Revision 18 as of 2005-04-04 15:15:40
Size: 1379
Editor: user-152-3-214-105
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * new-style <type 'string'>
    * ''ship: end of march''
Line 11: Line 13:
 * installer  * installer, details can be found here: ["InstallationDetails"]
Line 13: Line 15:
   * extended gexpose to handle long arguments
   * still working on build and test
Line 21: Line 25:
 * Java Collections integration  * Java CollectionsIntegration
Line 25: Line 29:
    * datetime -- all python version from CPython sandbox is pending small problems with new-style classes.
    * sets -- all python version from CPython 2.3 looks very good (once I stopped making silly mistakes while testing) 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.
Line 26: Line 33:
    * done (with some bugfixing help from Brian)
 * new-style <type 'tuple'>
    * done
 * new-style for underlying PySequence for tuple, list, etc.
    * targetted to be commited by mid-april
 * going through bug list
    * ongoing...
Line 31: Line 45:

DarekSuchojad
 * unicodedata module


JasonWhitlark
 * cmath module

BillDehora

  • wiki management
  • new-style <type 'string'>

    • ship: end of march

AlanKennedy

  • asyncore, socket and select modules

SeanMcGrath

  • site management

OtiHumbel

  • installer, details can be found here: ["InstallationDetails"]

  • new-style <type 'file'>

    • extended gexpose to handle long arguments
    • still working on build and test

SamuelePedroni

  • polishing up new-style classes

ArnoSchmidmeier

  • JSR223

ClarkUpdike

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 looks very good (once I stopped making silly mistakes while testing) 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.
  • new-style <type 'float'>

    • done (with some bugfixing help from Brian)
  • new-style <type 'tuple'>

    • done
  • new-style for underlying PySequence for tuple, list, etc.

    • targetted to be commited by mid-april
  • going through bug list
    • ongoing...

BrianZimmer

DarekSuchojad

  • unicodedata module

JasonWhitlark

  • cmath module

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