Differences between revisions 8 and 21 (spanning 13 versions)
Revision 8 as of 2005-12-04 14:37:01
Size: 884
Comment:
Revision 21 as of 2008-11-15 14:01:17
Size: 1540
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Possibilities include: #acl All:read
= Possible Topics =
Line 5: Line 6:

   * PEP 341 unifying try/except and try/finally
Line 12: Line 11:
   * 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 (fix pydoc and traceback printing to support zipfiles, implement sys.meta_path objects for built-in, frozen, and sys.path importers; search for "phase 2" in the PEP for other ideas)

   * PEP 352 (exception hierarchy)

   * any other PEPs Guido might OK @ PyCon (PEP 352, 357, etc.)
Line 22: Line 25:
   * rewrite ast.c and compile.c to use arena memory management to cut out memory leaks    * Finish work on ast-objects branch (it's leaking refs)

   * Clean up the Grammar file
Line 25: Line 30:
Line 28: Line 34:
Line 29: Line 36:

   * Bugs/patches left over from last Bug Day (PythonBugDayStatus)

   * BuildBot-discovered bugs (http://wiki.python.org/moin/BuildBot and http://www.python.org/dev/buildbot/)

 * Build

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

 * Hash out bytes type

 * Rewrite fileobject to avoid C stdio

 * Implement final decision on outputting integers in different bases

 * rewrite setup.py


= Attendees =

 * Brett Cannon
 * Thomas Wouters
 * John Ehresman (probably)

Possible Topics

  • Implementing PEPs
    • PEP 328 absolute/relative import
    • PEP 343 implementation ('with:')
    • PEP 308 implementation ('x if y else z')
    • PEP 302 suggestions (fix pydoc and traceback printing to support zipfiles, implement sys.meta_path objects for built-in, frozen, and sys.path importers; search for "phase 2" in the PEP for other ideas)
    • PEP 352 (exception hierarchy)
    • any other PEPs Guido might OK @ PyCon (PEP 352, 357, etc.)

  • 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 (it's leaking refs)
    • Clean up the Grammar file
  • Patch/bug processing
  • Build
    • Rewrite setup.py (for simplification and easier customization)
  • Hash out bytes type
  • Rewrite fileobject to avoid C stdio
  • Implement final decision on outputting integers in different bases
  • rewrite setup.py

Attendees

  • Brett Cannon
  • Thomas Wouters
  • John Ehresman (probably)

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

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