1. 27 Nis, 2010 7 kayıt (commit)
  2. 26 Nis, 2010 7 kayıt (commit)
  3. 25 Nis, 2010 15 kayıt (commit)
  4. 24 Nis, 2010 8 kayıt (commit)
  5. 23 Nis, 2010 3 kayıt (commit)
    • Antoine Pitrou's avatar
      Note: I'm just merging in the additional test. · cfcd8adf
      Antoine Pitrou yazdı
      
      Merged revisions 80428 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r80428 | antoine.pitrou | 2010-04-24 01:25:45 +0200 (sam., 24 avril 2010) | 4 lines
      
        Issue #5238: Calling makefile() on an SSL object would prevent the
        underlying socket from being closed until all objects get truely destroyed.
      ........
      cfcd8adf
    • Antoine Pitrou's avatar
      Only the test is merged in. · 9d543662
      Antoine Pitrou yazdı
      
      Merged revisions 80423 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r80423 | antoine.pitrou | 2010-04-24 00:54:59 +0200 (sam., 24 avril 2010) | 4 lines
      
        Issue #7943: Fix circular reference created when instantiating an SSL
        socket.  Initial patch by Péter Szabó.
      ........
      9d543662
    • Victor Stinner's avatar
      Fix test_undecodable_env of test_subproces for non-ASCII directory · ce2d24d5
      Victor Stinner yazdı
      This test was introduced by r80421 (issue #8391).
      
      The fix: copy the environment variables instead of starting Python in an empty
      environement. In an empty environment, the locale is C and Python uses ASCII
      for the default file system encoding. The non-ASCII directory will be encoded
      using surrogates, but Python3 is unable to load a module or package with a
      filename using surrogates.
      
      See issue #8242 for more information about running Python3 with a non-ascii
      directory in an empty environement.
      ce2d24d5