Differences between revisions 7 and 10 (spanning 3 versions)
Revision 7 as of 2005-02-26 03:08:34
Size: 638
Editor: ClarkUpdike
Comment:
Revision 10 as of 2005-03-01 14:09:40
Size: 1164
Comment:
Deletions are marked like this. Additions are marked like this.
Line 28: Line 28:
    * 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 I need to take a closer look at. Overall it looks like sets.py should work pretty much unchanged.
Line 29: Line 32:
    * done (with some bugfixing help from Brian)
 * new-style <type 'tuple'>
 * new-style for underlying PySequence for tuple, list, etc.

BillDehora

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

AlanKennedy

  • 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

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 I need to take a closer look at. 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'>

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

BrianZimmer

DarekSuchojad

  • unicodedata module

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