1. 14 May, 2010 5 kayıt (commit)
    • Victor Stinner's avatar
      Issue #8711: Document PyUnicode_DecodeFSDefault*() functions · 77c38624
      Victor Stinner yazdı
       * Add paragraph titles to c-api/unicode.rst.
       * Fix PyUnicode_DecodeFSDefault*() comment: it now uses the "surrogateescape"
         error handler (and not "replace")
       * Remove "The function is intended to be used for paths and file names only
         during bootstrapping process where the codecs are not set up." from
         PyUnicode_FSConverter() comment: it is used after the bootstrapping and for
         other purposes than file names
      77c38624
    • Victor Stinner's avatar
      Merged revisions 81163 via svnmerge from · 766ad36d
      Victor Stinner yazdı
      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 yazdı
      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 yazdı
      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 yazdı
      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 kayıt (commit)
  3. 12 May, 2010 5 kayıt (commit)
  4. 11 May, 2010 9 kayıt (commit)
  5. 10 May, 2010 11 kayıt (commit)
  6. 09 May, 2010 4 kayıt (commit)