Differences between revisions 14 and 15
Revision 14 as of 2006-01-18 05:04:30
Size: 1182
Editor: BrettCannon
Comment:
Revision 15 as of 2006-01-23 23:08:11
Size: 1422
Editor: BrettCannon
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:

   * any other PEPs Guido might OK @ PyCon (PEP 352, etc.)
Line 32: Line 34:
   * BuildBot-discovered bugs (http://wiki.python.org/moin/BuildBot and http://www.python.org/dev/buildbot/)
Line 40: Line 44:
 * Implement binary prefix  * Implement final decision on outputting integers in different bases

 * rewrite setup.py

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)
    • any other PEPs Guido might OK @ PyCon (PEP 352, 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
  • Patch/bug processing
  • Build
    • Rewrite setup.py (for simplification and easier customization)
  • Implement __index__() (see "str with base" thread on python-dev in January)

  • Hash out bytes type
  • Implement final decision on outputting integers in different bases
  • rewrite setup.py

Attendees

  • Brett Cannon

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

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