1. 05 Eki, 2008 3 kayıt (commit)
  2. 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
  3. 03 Eki, 2008 8 kayıt (commit)
  4. 02 Eki, 2008 11 kayıt (commit)
  5. 01 Eki, 2008 1 kayıt (commit)
  6. 30 Eyl, 2008 5 kayıt (commit)
  7. 29 Eyl, 2008 4 kayıt (commit)
  8. 28 Eyl, 2008 4 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 66673 via svnmerge from · d06e3b00
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66673 | benjamin.peterson | 2008-09-28 15:57:21 -0500 (Sun, 28 Sep 2008) | 1 line
      
        merge in the fix for test_ftplib on some bots [reviewed by Georg]
      ........
      d06e3b00
    • Georg Brandl's avatar
      #3983: typo fix. · 89f09a68
      Georg Brandl yazdı
      89f09a68
    • Georg Brandl's avatar
      Merged revisions 66667 via svnmerge from · 850c5cd9
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66667 | georg.brandl | 2008-09-28 10:34:31 +0200 (Sun, 28 Sep 2008) | 2 lines
      
        No downloads for RCs.
      ........
      850c5cd9
    • Benjamin Peterson's avatar
      Devil merge! · e9bbc8b2
      Benjamin Peterson yazdı
      Merged revisions 66561,66564,66580,66610,66614,66618,66624-66625,66628-66629,66643,66645,66660-66665 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66561 | benjamin.peterson | 2008-09-22 17:13:29 -0500 (Mon, 22 Sep 2008) | 1 line
      
        clean up docs for platform's linux_distribution and dist functions
      ........
        r66564 | benjamin.peterson | 2008-09-23 08:32:46 -0500 (Tue, 23 Sep 2008) | 1 line
      
        mention how to override boolean evaluation
      ........
        r66580 | georg.brandl | 2008-09-24 04:47:55 -0500 (Wed, 24 Sep 2008) | 2 lines
      
        Indentation normalization.
      ........
        r66610 | andrew.kuchling | 2008-09-24 12:27:55 -0500 (Wed, 24 Sep 2008) | 1 line
      
        Improve wording
      ........
        r66614 | benjamin.peterson | 2008-09-24 17:11:59 -0500 (Wed, 24 Sep 2008) | 4 lines
      
        #3950 fix missing scale factors in turtle.py
      
        reviewers: Georg, Benjamin
      ........
        r66618 | benjamin.peterson | 2008-09-25 15:35:45 -0500 (Thu, 25 Sep 2008) | 1 line
      
        add a NEWs entry for r66614
      ........
        r66624 | raymond.hettinger | 2008-09-25 18:31:52 -0500 (Thu, 25 Sep 2008) | 1 line
      
        Fix namedtuple bug reported by Glenn Linderman.  Template did not form correctly if the field names were input in Unicode.
      ........
        r66625 | benjamin.peterson | 2008-09-25 21:58:36 -0500 (Thu, 25 Sep 2008) | 1 line
      
        add the beginnings of a C-API 2 -> 3 porting guide
      ........
        r66628 | benjamin.peterson | 2008-09-26 15:52:06 -0500 (Fri, 26 Sep 2008) | 1 line
      
        add an 'other options' section
      ........
        r66629 | georg.brandl | 2008-09-26 16:15:21 -0500 (Fri, 26 Sep 2008) | 2 lines
      
        typos.
      ........
        r66643 | andrew.kuchling | 2008-09-27 09:12:33 -0500 (Sat, 27 Sep 2008) | 1 line
      
        Add a last bunch of items
      ........
        r66645 | benjamin.peterson | 2008-09-27 11:23:55 -0500 (Sat, 27 Sep 2008) | 1 line
      
        2to3's api should be considered unstable
      ........
        r66660 | andrew.kuchling | 2008-09-27 17:54:08 -0500 (Sat, 27 Sep 2008) | 1 line
      
        #3510: future-proof text
      ........
        r66661 | benjamin.peterson | 2008-09-27 18:28:43 -0500 (Sat, 27 Sep 2008) | 1 line
      
        clarify a few things
      ........
        r66662 | andrew.kuchling | 2008-09-27 19:15:27 -0500 (Sat, 27 Sep 2008) | 1 line
      
        #1579477: mention necessity to flush output before exec'ing
      ........
        r66663 | andrew.kuchling | 2008-09-27 20:08:47 -0500 (Sat, 27 Sep 2008) | 1 line
      
        #1415508: Document two functions
      ........
        r66664 | benjamin.peterson | 2008-09-27 20:51:36 -0500 (Sat, 27 Sep 2008) | 1 line
      
        better grammar
      ........
        r66665 | benjamin.peterson | 2008-09-27 20:53:29 -0500 (Sat, 27 Sep 2008) | 1 line
      
        note the 2to3 -d could be useful for other refactoring
      ........
      e9bbc8b2