1. 21 Feb, 2010 2 commits
    • Mark Dickinson's avatar
      Merged revisions 78281 via svnmerge from · 945e242d
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78281 | mark.dickinson | 2010-02-21 13:37:53 +0000 (Sun, 21 Feb 2010) | 1 line
      
        Issue #7384:  skip test_curses on FreeBSD, in order to allow other buildbot tests to complete.
      ........
      945e242d
    • R. David Murray's avatar
      Merged revisions 78274 via svnmerge from · 57c45ac5
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r78274 | r.david.murray | 2010-02-20 23:23:00 -0500 (Sat, 20 Feb 2010) | 9 lines
      
        Issue 7970: When email.Parser.Parser parses a MIME message of type
        message/rfc822 it turns it into an object whose body consists of
        a list containing a single Message object.  HeaderParser, on the
        other hand, just copies the body as a string.  Generator.flatten
        has a special handler for the message mime type that expected the
        body to be the one item list.  This fails if the message was parsed
        by HeaderParser.  So we now check to see if the body is a string
        first, and if so just we just emit it.
      ........
      57c45ac5
  2. 20 Feb, 2010 2 commits
  3. 19 Feb, 2010 9 commits
  4. 18 Feb, 2010 4 commits
  5. 16 Feb, 2010 2 commits
  6. 15 Feb, 2010 3 commits
  7. 14 Feb, 2010 4 commits
  8. 13 Feb, 2010 2 commits
  9. 12 Feb, 2010 2 commits
  10. 11 Feb, 2010 8 commits
  11. 10 Feb, 2010 2 commits