Differences between revisions 6 and 7
Revision 6 as of 2004-02-17 19:51:50
Size: 1692
Editor: panix3
Comment:
Revision 7 as of 2004-03-05 02:25:31
Size: 1646
Editor: adsl-63-196-199-32
Comment:
Deletions are marked like this. Additions are marked like this.
Line 41: Line 41:
    + document the platform module, 873652

PyConDC 2004 Core Sprint plan

Some ideas:

  • Complete the implementation of Generator Expressions, SF 872326
  • Add a module of statistical and reduction functions: stddev, average, nlargest, nsmallest, product, etc.
  • Complete the Decimal module
  • Reduce python's start-up time.
  • Revisit the cache_attr patch for new-style attribute lookup
  • Python bug fixing sprint
  • PythonASTSprint -- finish the new compiler on the ast-branch -- this should be a top priority because the project has been open for so long.
  • Examine optimizations proposed by Neal Norwitz and Michael Hudson
    • + Add 2 custom op-codes for CALL_FUNCTION where the number of arguments is known in advance, SF 864059 + Fast frame subclass, SF 876206.
  • Add 'diff3' and 'patch' to difflib
  • Unify doctest's two approaches to finding test cases, SF 764504
  • Documentation sprint
    • + People liked the examples in the docs for unittest, sets, and itertools. Apply that model to other parts of the docs. For instance, the email and logging packages would be a lot easier to use if there were a semi-comprehensive example section in the docs. + document the smtpd module, SF 450803
  • Improve the byte code optimizer. Several new transformations can be added after checking for basic blocks and if the jump targets can be fixed up when the total number of bytes changes. Also, the line numbering has to be kept intact during the transformations.
  • Update, pare-down, and clean-up Demo and Tools/Scripts
  • Guido to practice throwing pies.

Back to SprintPlan2004

CoreSprint (last edited 2008-11-15 14:00:09 by localhost)

Unable to edit the page? See the FrontPage for instructions.