1. 03 Eki, 2008 1 kayıt (commit)
  2. 02 Eki, 2008 11 kayıt (commit)
  3. 01 Eki, 2008 1 kayıt (commit)
  4. 30 Eyl, 2008 5 kayıt (commit)
  5. 29 Eyl, 2008 4 kayıt (commit)
  6. 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
  7. 27 Eyl, 2008 4 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 66653-66654 via svnmerge from · d61de7f1
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ................
        r66653 | benjamin.peterson | 2008-09-27 16:09:10 -0500 (Sat, 27 Sep 2008) | 49 lines
      
        Merged revisions 66511,66548-66549,66644,66646-66652 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r66511 | benjamin.peterson | 2008-09-18 21:49:27 -0500 (Thu, 18 Sep 2008) | 1 line
      
          remove a  useless if __name__ == '__main__'
        ........
          r66548 | benjamin.peterson | 2008-09-21 21:14:14 -0500 (Sun, 21 Sep 2008) | 1 line
      
          avoid the perils of mutable default arguments
        ........
          r66549 | benjamin.peterson | 2008-09-21 21:26:11 -0500 (Sun, 21 Sep 2008) | 1 line
      
          some places in RefactoringTool should raise an error instead of logging it
        ........
          r66644 | benjamin.peterson | 2008-09-27 10:45:10 -0500 (Sat, 27 Sep 2008) | 1 line
      
          fix doctest refactoring
        ........
          r66646 | benjamin.peterson | 2008-09-27 11:40:13 -0500 (Sat, 27 Sep 2008) | 1 line
      
          don't print to stdout when 2to3 is used as a library
        ........
          r66647 | benjamin.peterson | 2008-09-27 12:28:28 -0500 (Sat, 27 Sep 2008) | 1 line
      
          let fixer modules and classes have different prefixes
        ........
          r66648 | benjamin.peterson | 2008-09-27 14:02:13 -0500 (Sat, 27 Sep 2008) | 1 line
      
          raise errors when 2to3 is used as a library
        ........
          r66649 | benjamin.peterson | 2008-09-27 14:03:38 -0500 (Sat, 27 Sep 2008) | 1 line
      
          fix docstring
        ........
          r66650 | benjamin.peterson | 2008-09-27 14:22:21 -0500 (Sat, 27 Sep 2008) | 1 line
      
          make use of enumerate
        ........
          r66651 | benjamin.peterson | 2008-09-27 14:24:13 -0500 (Sat, 27 Sep 2008) | 1 line
      
          revert last revision; it breaks things
        ........
          r66652 | benjamin.peterson | 2008-09-27 16:03:06 -0500 (Sat, 27 Sep 2008) | 1 line
      
          add tests for lib2to3.refactor
        ........
      ................
        r66654 | benjamin.peterson | 2008-09-27 16:12:20 -0500 (Sat, 27 Sep 2008) | 1 line
      
        enable refactor tests
      ................
      d61de7f1
    • Benjamin Peterson's avatar
      Blocked revisions 66657 via svnmerge · 027951f1
      Benjamin Peterson yazdı
      ........
        r66657 | benjamin.peterson | 2008-09-27 17:08:12 -0500 (Sat, 27 Sep 2008) | 1 line
      
        backport r66656 so people using -Qnew aren't affected
      ........
      027951f1
    • Benjamin Peterson's avatar
      #3911 FTP.makeport was giving bad port numbers · 3a53fbbf
      Benjamin Peterson yazdı
      reviewed by Benjamin and Antoine
      3a53fbbf
    • Benjamin Peterson's avatar
      Merged revisions 66634 via svnmerge from · be17a117
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r66634 | benjamin.peterson | 2008-09-26 21:49:54 -0500 (Fri, 26 Sep 2008) | 7 lines
      
        give ftplib a real test suite
      
        A asyncore based mock ftp server is used to test the protocol.
        This is all thanks to Giampaolo Rodola #3939
      
        (Barry gave me permission to do this before final on IRC.)
      ........
      be17a117
  8. 26 Eyl, 2008 2 kayıt (commit)
  9. 25 Eyl, 2008 4 kayıt (commit)
  10. 24 Eyl, 2008 3 kayıt (commit)
  11. 23 Eyl, 2008 1 kayıt (commit)