1. 03 Haz, 2010 4 kayıt (commit)
    • Ronald Oussoren's avatar
      Merged revisions 81662 via svnmerge from · 2c12ab18
      Ronald Oussoren yazdı
      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.
      ........
      2c12ab18
    • Lars Gustäbel's avatar
      Merged revisions 81667 via svnmerge from · 1b51272b
      Lars Gustäbel yazdı
      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.
      ........
      1b51272b
    • Lars Gustäbel's avatar
      Merged revisions 81663 via svnmerge from · 2470ff19
      Lars Gustäbel yazdı
      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.
      ........
      2470ff19
    • R. David Murray's avatar
      Fix Charset.body_encode to encode to output_charset before calling base64mime. · 850fc85e
      R. David Murray yazdı
      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.
      ........
      850fc85e
  2. 02 Haz, 2010 4 kayıt (commit)
  3. 01 Haz, 2010 4 kayıt (commit)
  4. 31 May, 2010 3 kayıt (commit)
  5. 30 May, 2010 5 kayıt (commit)
  6. 29 May, 2010 4 kayıt (commit)
  7. 28 May, 2010 4 kayıt (commit)
  8. 27 May, 2010 5 kayıt (commit)
  9. 26 May, 2010 7 kayıt (commit)