Differences between revisions 14 and 19 (spanning 5 versions)
Revision 14 as of 2006-01-18 05:04:30
Size: 1182
Editor: BrettCannon
Comment:
Revision 19 as of 2006-02-20 01:28:59
Size: 1496
Editor: himalia
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
   * PEP 352 (exception hierarchy)

   * any other PEPs Guido might OK @ PyCon (PEP 352, 357, etc.)
Line 20: Line 24:
   * Finish work on ast-objects branch    * Finish work on ast-objects branch (it's leaking refs)

   * Clean up the Grammar file
Line 32: Line 38:
   * BuildBot-discovered bugs (http://wiki.python.org/moin/BuildBot and http://www.python.org/dev/buildbot/)
Line 36: Line 44:
 * Implement `__index__()` (see "str with base" thread on python-dev in January)
Line 40: Line 46:
 * Implement binary prefix  * Rewrite fileobject to avoid C stdio

 * Implement final decision on outputting integers in different bases

 * rewrite setup.py
Line 46: Line 56:
 * Thomas Wouters

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

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

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