1. 21 Feb, 2010 1 commit
    • R. David Murray's avatar
      Merged revisions 78276 via svnmerge from · d0a04ff9
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r78276 | r.david.murray | 2010-02-20 23:39:40 -0500 (Sat, 20 Feb 2010) | 16 lines
      
        Merged revisions 78274 via svnmerge from
        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.
        ........
      ................
      d0a04ff9
  2. 20 Feb, 2010 1 commit
  3. 19 Feb, 2010 3 commits
  4. 18 Feb, 2010 3 commits
  5. 16 Feb, 2010 1 commit
  6. 15 Feb, 2010 3 commits
  7. 14 Feb, 2010 4 commits
  8. 13 Feb, 2010 1 commit
    • Mark Dickinson's avatar
      Merged revisions 78172-78173 via svnmerge from · 6243c6ab
      Mark Dickinson authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r78172 | mark.dickinson | 2010-02-13 18:34:53 +0000 (Sat, 13 Feb 2010) | 4 lines
      
        Issue #7924: Fix an intermittent 'XXX undetected error' crash in
        test_capi, due to test_capsule failing to clear an exception.  Many
        thanks to Florent Xicluna for the diagnosis and fix.
      ........
        r78173 | mark.dickinson | 2010-02-13 18:37:34 +0000 (Sat, 13 Feb 2010) | 1 line
      
        Revert an earlier attempt (r76810) to fix the intermittent test_capi failures fixed in r78172.
      ........
      6243c6ab
  9. 12 Feb, 2010 2 commits
  10. 11 Feb, 2010 5 commits
  11. 09 Feb, 2010 1 commit
  12. 08 Feb, 2010 1 commit
  13. 07 Feb, 2010 5 commits
  14. 06 Feb, 2010 2 commits
  15. 05 Feb, 2010 2 commits
  16. 04 Feb, 2010 4 commits
  17. 03 Feb, 2010 1 commit