1. 14 May, 2010 4 commits
    • Victor Stinner's avatar
      Merged revisions 81163 via svnmerge from · 766ad36d
      Victor Stinner authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r81163 | victor.stinner | 2010-05-14 16:20:07 +0200 (ven., 14 mai 2010) | 2 lines
      
        Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP
      ........
      766ad36d
    • Victor Stinner's avatar
      Issue #4653: fix typo in flush_std_files() · 9467b212
      Victor Stinner authored
      Don't call sys.stderr.flush() if sys has no stderr attribute or if
      sys.stderr==None.
      9467b212
    • Brett Cannon's avatar
      Merged revisions 81154 via svnmerge from · 84df1e6c
      Brett Cannon authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r81154 | brett.cannon | 2010-05-13 17:21:48 -0700 (Thu, 13 May 2010) | 15 lines
      
        subprocess.Popen.__del__ referenced global objects, which is a no-no thanks to
        interpreter shutdown semantics. Same issue goes for the methods that __del__
        called. Now all the methods capture the global objects it needs as default
        values to private parameters (could have stuck them on the class object itself,
        but since the objects have nothing directly to do with the class that seemed
        wrong).
      
        There is no test as making one that works is hard. This patch was
        verified against a consistently failing test in Mercurial's test suite, though,
        so it has been tested in some regard.
      
        Closes issue #5099. Thanks to Mary Stern for the bug report and Gabriel
        Genellina for writing another patch for the same issue and attempting to write
        a test.
      ........
      84df1e6c
    • Brett Cannon's avatar
      Merged revisions 81152 via svnmerge from · bbb2d492
      Brett Cannon authored
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r81152 | brett.cannon | 2010-05-13 16:59:41 -0700 (Thu, 13 May 2010) | 3 lines
      
        test_site was failing under darwin for non-framework builds because a test was
        assuming framework-specific site-packages directories were being used.
      ........
      bbb2d492
  2. 13 May, 2010 6 commits
  3. 12 May, 2010 5 commits
  4. 11 May, 2010 9 commits
  5. 10 May, 2010 11 commits
  6. 09 May, 2010 5 commits