1. 07 Oct, 2008 1 commit
    • Benjamin Peterson's avatar
      Unblocked revisions 66677 via svnmerge · f259bc42
      Benjamin Peterson authored
      ........
        r66677 | brett.cannon | 2008-09-28 22:41:21 -0500 (Sun, 28 Sep 2008) | 7 lines
      
        The _lsprof module could crash the interpreter if it was given an external
        timer that did not return a float and a timer was still running when the
        Profiler object was garbage collected.
      
        Fixes issue 3895.
        Code review by Benjamin Peterson.
      ........
      f259bc42
  2. 06 Oct, 2008 6 commits
  3. 05 Oct, 2008 3 commits
  4. 04 Oct, 2008 4 commits
    • Benjamin Peterson's avatar
      Merged revisions 66670,66681,66688,66696-66699 via svnmerge from · e5384b08
      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.)
      ........
      e5384b08
    • Benjamin Peterson's avatar
      Merged revisions 66797 via svnmerge from · 7d8d9a58
      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
        ........
      ................
      7d8d9a58
    • Georg Brandl's avatar
      #4029: fix typo. · b76a2b13
      Georg Brandl authored
      b76a2b13
    • Georg Brandl's avatar
      #4000: fix several 2.x atavisms. · 0df79794
      Georg Brandl authored
      0df79794
  5. 03 Oct, 2008 8 commits
  6. 02 Oct, 2008 11 commits
  7. 01 Oct, 2008 1 commit
  8. 30 Sep, 2008 5 commits
  9. 29 Sep, 2008 1 commit