1. 11 Eki, 2008 1 kayıt (commit)
  2. 10 Eki, 2008 2 kayıt (commit)
    • Benjamin Peterson's avatar
      Blocked revisions 66822 via svnmerge · 2d8dcdcb
      Benjamin Peterson yazdı
      ........
        r66822 | skip.montanaro | 2008-10-06 20:55:20 -0500 (Mon, 06 Oct 2008) | 2 lines
      
        Simplify individual tests by defining setUp and tearDown methods.
      ........
      2d8dcdcb
    • Benjamin Peterson's avatar
      Merged revisions 66703,66708 via svnmerge from · bcd8ac39
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66703 | gregory.p.smith | 2008-09-30 15:41:13 -0500 (Tue, 30 Sep 2008) | 6 lines
      
        Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when
        calling fork() from a child thread.  This disables that unit test (with a note
        printed to stderr) on those platforms.
      
        A caveat about buggy platforms is added to the os.fork documentation.
      ........
        r66708 | andrew.macintyre | 2008-09-30 22:25:25 -0500 (Tue, 30 Sep 2008) | 9 lines
      
        fix for issue 3862: test_array fails FreeBSD 7 amd64
      
        FreeBSD 7's underlying malloc() is behaves differently to earlier versions
        and seriously overcommits available memory on amd64.  This may affect
        other 64bit platforms in some circumstances, so the scale of the
        problematic test is wound back.
      
        Patch by Mark Dickinson, reviewed by Martin von Loewis.
      ........
      bcd8ac39
  3. 09 Eki, 2008 1 kayıt (commit)
  4. 08 Eki, 2008 1 kayıt (commit)
  5. 07 Eki, 2008 8 kayıt (commit)
  6. 06 Eki, 2008 6 kayıt (commit)
  7. 05 Eki, 2008 3 kayıt (commit)
  8. 04 Eki, 2008 4 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 66670,66681,66688,66696-66699 via svnmerge from · e5384b08
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66670 | georg.brandl | 2008-09-28 15:01:36 -0500 (Sun, 28 Sep 2008) | 2 lines
      
        Don't show version in title.
      ........
        r66681 | georg.brandl | 2008-09-29 11:51:35 -0500 (Mon, 29 Sep 2008) | 2 lines
      
        Update nasm location.
      ........
        r66688 | jesse.noller | 2008-09-29 19:15:45 -0500 (Mon, 29 Sep 2008) | 2 lines
      
        issue3770: if SEM_OPEN is 0, disable the mp.synchronize module, rev. Nick Coghlan, Damien Miller
      ........
        r66696 | andrew.kuchling | 2008-09-30 07:31:07 -0500 (Tue, 30 Sep 2008) | 1 line
      
        Edits, and add markup
      ........
        r66697 | andrew.kuchling | 2008-09-30 08:00:34 -0500 (Tue, 30 Sep 2008) | 1 line
      
        Markup fix
      ........
        r66698 | andrew.kuchling | 2008-09-30 08:00:51 -0500 (Tue, 30 Sep 2008) | 1 line
      
        Markup fixes
      ........
        r66699 | andrew.kuchling | 2008-09-30 08:01:46 -0500 (Tue, 30 Sep 2008) | 1 line
      
        Markup fixes.  (optparse.rst probably needs an entire revision pass.)
      ........
      e5384b08
    • Benjamin Peterson's avatar
      Merged revisions 66797 via svnmerge from · 7d8d9a58
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ................
        r66797 | benjamin.peterson | 2008-10-04 15:55:50 -0500 (Sat, 04 Oct 2008) | 19 lines
      
        Merged revisions 66707,66775,66782 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r66707 | benjamin.peterson | 2008-09-30 18:27:10 -0500 (Tue, 30 Sep 2008) | 1 line
      
          fix #4001: fix_imports didn't check for __init__.py before converting to relative imports
        ........
          r66775 | collin.winter | 2008-10-03 12:08:26 -0500 (Fri, 03 Oct 2008) | 4 lines
      
          Add an alternative iterative pattern matching system that, while slower, correctly parses files that cause the faster recursive pattern matcher to fail with a recursion error. lib2to3 falls back to the iterative matcher if the recursive one fails.
      
          Fixes http://bugs.python.org/issue2532. Thanks to Nick Edds.
        ........
          r66782 | benjamin.peterson | 2008-10-03 17:51:36 -0500 (Fri, 03 Oct 2008) | 1 line
      
          add Victor Stinner's fixer for os.getcwdu -> os.getcwd #4023
        ........
      ................
      7d8d9a58
    • Georg Brandl's avatar
      #4029: fix typo. · b76a2b13
      Georg Brandl yazdı
      b76a2b13
    • Georg Brandl's avatar
      #4000: fix several 2.x atavisms. · 0df79794
      Georg Brandl yazdı
      0df79794
  9. 03 Eki, 2008 8 kayıt (commit)
  10. 02 Eki, 2008 6 kayıt (commit)