1. 16 Jun, 2010 2 commits
    • R. David Murray's avatar
      Blocked revisions 81571,81678 via svnmerge · a7a15720
      R. David Murray authored
      I'm going to merge 81678 by hand.
      
      ........
        r81571 | victor.stinner | 2010-05-27 18:29:48 -0400 (Thu, 27 May 2010) | 3 lines
      
        Issue #8835: test_support.transient_internet() catchs gaierror(EAI_NONAME) and
        gaierror(EAI_NODATA)
      ........
        r81678 | r.david.murray | 2010-06-03 16:19:25 -0400 (Thu, 03 Jun 2010) | 7 lines
      
        #8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD.
      
        FreeBSD doesn't have socket.EAI_NODATA.  I rewrote the routine because
        there's no easy way to conditionally include a context manager in a
        with statement.  As a side benefit, instead of a stack of context
        managers there's now only one.
      ........
      a7a15720
    • R. David Murray's avatar
      Merged revisions 81675 via svnmerge from · 45e0e144
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r81675 | r.david.murray | 2010-06-03 11:43:20 -0400 (Thu, 03 Jun 2010) | 10 lines
      
        #5610: use \Z not $ so we don't eat extra chars when body part ends with \r\n.
      
        If a body part ended with \r\n, feedparser, using '$' to terminate its
        search for the newline, would match on the \r\n, and think that it needed
        to strip two characters in order to account for the line end before the
        boundary.  That made it chop one too many characters off the end of
        the body part.  Using \Z makes the match correct.
      
        Patch and test by Tony Nelson.
      ........
      45e0e144
  2. 15 Jun, 2010 8 commits
  3. 14 Jun, 2010 4 commits
  4. 13 Jun, 2010 6 commits
  5. 12 Jun, 2010 18 commits
  6. 11 Jun, 2010 2 commits