1. 11 Jun, 2010 10 commits
  2. 10 Jun, 2010 2 commits
    • Victor Stinner's avatar
      Blocked revisions 81871 via svnmerge · 078d7353
      Victor Stinner authored
      ........
        r81871 | victor.stinner | 2010-06-10 15:36:23 +0200 (jeu., 10 juin 2010) | 4 lines
      
        Fix r81869: ISO-8859-15 was seen as an alias to ISO-8859-1
      
        Don't use normalize_encoding() result if it is truncated.
      ........
      078d7353
    • Victor Stinner's avatar
      Blocked revisions 81869 via svnmerge · 49ec79f2
      Victor Stinner authored
      ........
        r81869 | victor.stinner | 2010-06-10 14:00:55 +0200 (jeu., 10 juin 2010) | 4 lines
      
        Issue #8922: Normalize the encoding name in PyUnicode_AsEncodedString() to
        enable shortcuts for upper case encoding name. Add also a shortcut for
        "iso-8859-1" in PyUnicode_AsEncodedString() and PyUnicode_Decode().
      ........
      49ec79f2
  3. 09 Jun, 2010 3 commits
  4. 08 Jun, 2010 9 commits
  5. 07 Jun, 2010 3 commits
  6. 06 Jun, 2010 4 commits
  7. 04 Jun, 2010 4 commits
  8. 03 Jun, 2010 4 commits
    • Ronald Oussoren's avatar
      Merged revisions 81673 via svnmerge from · d3f1503f
      Ronald Oussoren authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r81673 | ronald.oussoren | 2010-06-03 16:42:25 +0200 (Thu, 03 Jun 2010) | 16 lines
      
        Merged revisions 81662 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r81662 | ronald.oussoren | 2010-06-03 11:47:21 +0200 (Thu, 03 Jun 2010) | 9 lines
      
          Fix for issue #7724: ensure that distutils and python's own setup.py
          honor the MacOSX SDK when one is specified.
      
          This is needed to be able to build using the 10.4u SDK while running
          on OSX 10.6.
      
          This is a fixed version of the patch in r80963, I've tested this patch
          on OSX and Linux.
        ........
      ................
      d3f1503f
    • Lars Gustäbel's avatar
      Blocked revisions 81670 via svnmerge · f06bf33e
      Lars Gustäbel authored
      ................
        r81670 | lars.gustaebel | 2010-06-03 14:45:16 +0200 (Thu, 03 Jun 2010) | 14 lines
      
        Merged revisions 81667 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r81667 | lars.gustaebel | 2010-06-03 14:34:14 +0200 (Thu, 03 Jun 2010) | 8 lines
      
          Issue #8741: Fixed the TarFile.makelink() method that is responsible
          for extracting symbolic and hard link entries as regular files as a
          work-around on platforms that do not support filesystem links.
      
          This stopped working reliably after a change in r74571. I also added
          a few tests for this functionality.
        ........
      ................
      f06bf33e
    • Lars Gustäbel's avatar
      Merged revisions 81665 via svnmerge from · 547f808e
      Lars Gustäbel authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r81665 | lars.gustaebel | 2010-06-03 12:11:52 +0200 (Thu, 03 Jun 2010) | 11 lines
      
        Merged revisions 81663 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r81663 | lars.gustaebel | 2010-06-03 11:56:22 +0200 (Thu, 03 Jun 2010) | 4 lines
      
          Issue #8833: tarfile created hard link entries with a size
          field != 0 by mistake. The associated testcase did not
          expose this bug because it was broken too.
        ........
      ................
      547f808e
    • R. David Murray's avatar
      Merged revisions 81660 via svnmerge from · d2d08c68
      R. David Murray authored
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r81660 | r.david.murray | 2010-06-02 21:58:28 -0400 (Wed, 02 Jun 2010) | 25 lines
      
        Fix Charset.body_encode to encode to output_charset before calling base64mime.
      
        This means that what gets encoded in base64 is the encoded version of the
        unicode payload.  This bug was revealed by a forward port of the tests from
        Issue 1368247, but the fix was completely different.
      
        Note that the merge is only of the tests, the doc changes were inappropriate
        since email5 expects unicode, not bytes.  I'm also not convinced that
        quopri works correctly in email5, but that's a different issue.
      
        Merged revisions 81658 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r81658 | r.david.murray | 2010-06-02 18:03:15 -0400 (Wed, 02 Jun 2010) | 9 lines
      
          #1368247: make set_charset/MIMEText automatically encode unicode _payload.
      
          Fixes (mysterious, to the end user) UnicodeErrors when using utf-8 as
          the charset and unicode as the _text argument.  Also makes the way in
          which unicode gets encoded to quoted printable for other charsets more
          sane (it only worked by accident previously).  The _payload now is encoded
          to the charset.output_charset if it is unicode.
        ........
      ................
      d2d08c68
  9. 02 Jun, 2010 1 commit