Differences between revisions 8 and 9
Revision 8 as of 2005-12-04 14:37:01
Size: 884
Comment:
Revision 9 as of 2005-12-25 20:39:49
Size: 879
Editor: user-118bgtn
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
   * PEP 341 unifying try/except and try/finally
Line 12: Line 10:
   * PEP 302 suggestions (implementing sys.meta_path objects for built-in, frozen, and sys.path importers; search for "phase 2" in the PEP)    * PEP 302 suggestions (implementing sys.meta_path objects for built-in, frozen, and sys.path importers; search for "phase 2" in the PEP for idea)
Line 22: Line 20:
   * rewrite ast.c and compile.c to use arena memory management to cut out memory leaks    * Finish work on ast-objects branch
Line 25: Line 23:
Line 28: Line 27:
Line 29: Line 29:

 * Build

   * Rewrite setup.py (for simplification and easier customization)

Possibilities include:

  • Implementing PEPs
    • PEP 328 absolute/relative import
    • PEP 343 implementation ('with:')
    • PEP 308 implementation ('x if y else z')
    • PEP 302 suggestions (implementing sys.meta_path objects for built-in, frozen, and sys.path importers; search for "phase 2" in the PEP for idea)
  • AST work
    • export AST to Python
      • Basic pychecker functionality
    • rewrite peepholer to use AST instead of modifying bytecode directly (where applicable)
    • Finish work on ast-objects branch
  • Patch/bug processing
    • Incorporate PEP content into the LaTeX docs
    • Bugs to look at: 777884 (needs ruling from an XML/minidom maintainer)

    • Patches to look at: 686545 (mailbox modification -- SoC-supported work)

  • Build
    • Rewrite setup.py (for simplification and easier customization)

PyCon2006/Sprints/PythonCore (last edited 2008-11-15 14:01:17 by localhost)

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