1. 11 Oct, 2008 1 commit
  2. 10 Oct, 2008 2 commits
    • Benjamin Peterson's avatar
      Blocked revisions 66822 via svnmerge · 5783bdd1
      Benjamin Peterson authored
      ........
        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.
      ........
      5783bdd1
    • Benjamin Peterson's avatar
      Merged revisions 66703,66708 via svnmerge from · 8c23cfb4
      Benjamin Peterson authored
      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.
      ........
      8c23cfb4
  3. 09 Oct, 2008 1 commit
  4. 08 Oct, 2008 1 commit
  5. 07 Oct, 2008 8 commits
  6. 06 Oct, 2008 6 commits
  7. 05 Oct, 2008 3 commits
  8. 04 Oct, 2008 4 commits
    • Benjamin Peterson's avatar
      Merged revisions 66670,66681,66688,66696-66699 via svnmerge from · e43e2d0c
      Benjamin Peterson authored
      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.)
      ........
      e43e2d0c
    • Benjamin Peterson's avatar
      Merged revisions 66797 via svnmerge from · bfd5091d
      Benjamin Peterson authored
      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
        ........
      ................
      bfd5091d
    • Georg Brandl's avatar
      #4029: fix typo. · 569f5943
      Georg Brandl authored
      569f5943
    • Georg Brandl's avatar
      #4000: fix several 2.x atavisms. · 2ffe2c21
      Georg Brandl authored
      2ffe2c21
  9. 03 Oct, 2008 8 commits
  10. 02 Oct, 2008 6 commits