1. 04 Apr, 2006 3 commits
    • Neal Norwitz's avatar
      Martin's change 43604 broke the Mac builds apparently due to an autoconf · 3d242917
      Neal Norwitz authored
      bug.  I don't understand this at all, but Darwin/[78].* gets converted
      to Darwin/78.* which is not correct.  Maybe I'm just clueless or overworked.
      I can't see why in the original checkin this should have changed.
      
      This hack gets the Mac build working again.  If someone figures out the
      real problem, please revert this and fix for real.
      
      Anthony is telling me that AC_PROG_CXX_WORKS which we use is broken.
      I have no idea if that's related.
      
      This change breaks up the case and fixes a typo.
      3d242917
    • Jeremy Hylton's avatar
      Add lineno, col_offset to excephandler to enable future fix for · fd0a654f
      Jeremy Hylton authored
      tracing/line number table in except blocks.
      
      Reflow long lines introduced by col_offset changes.  Update test_ast
      to handle new fields in excepthandler.
      
      As note in Python.asdl says, we might want to rethink how attributes
      are handled.  Perhaps they should be the same as other fields, with
      the primary difference being how they are defined for all types within
      a sum.
      
      Also fix asdl_c so that constructors with int fields don't fail when
      passed a zero value.
      fd0a654f
    • David Goodger's avatar
      added another example of Unicode CSV parsing; reworked the example text a bit;... · 3bbfd976
      David Goodger authored
      added another example of Unicode CSV parsing; reworked the example text a bit; corrected notice in the intro and added a link to the examples
      3bbfd976
  2. 03 Apr, 2006 37 commits