1. 23 Oct, 2005 11 commits
  2. 22 Oct, 2005 1 commit
    • Neal Norwitz's avatar
      Revert previous checkin: · e1ab80f9
      Neal Norwitz authored
      According to Jeremy, the comment only made sense when
      the yield was disallowed.  Now it's testing that the yield
      is allowed, so it's not bad and the outer finally is irrelevant.
      e1ab80f9
  3. 21 Oct, 2005 25 commits
  4. 20 Oct, 2005 3 commits
    • Jeremy Hylton's avatar
      Merge ast-branch to head · 0d45400b
      Jeremy Hylton authored
      This change implements a new bytecode compiler, based on a
      transformation of the parse tree to an abstract syntax defined in
      Parser/Python.asdl.
      
      The compiler implementation is not complete, but it is in stable
      enough shape to run the entire test suite excepting two disabled
      tests.
      0d45400b
    • Marc-André Lemburg's avatar
      Enhance the performance of two important Unicode character · a778b23c
      Marc-André Lemburg authored
      type lookups: whitespace and linebreak.
      
      These lookup tables are from the Python 1.6 version with the addition
      of the 205F code point which was added as whitespace code point to Unicode
      since then.
      a778b23c
    • Fred Drake's avatar
      add missing word · cb622d7e
      Fred Drake authored
      cb622d7e