1. 14 Mar, 2012 1 kayıt (commit)
  2. 27 Şub, 2012 1 kayıt (commit)
  3. 20 Şub, 2012 1 kayıt (commit)
  4. 14 Şub, 2012 3 kayıt (commit)
  5. 13 Şub, 2012 1 kayıt (commit)
  6. 12 Şub, 2012 2 kayıt (commit)
  7. 16 Ock, 2012 1 kayıt (commit)
  8. 07 Eki, 2011 2 kayıt (commit)
  9. 28 Eyl, 2011 1 kayıt (commit)
  10. 31 Tem, 2011 1 kayıt (commit)
  11. 13 Tem, 2011 1 kayıt (commit)
  12. 26 Mar, 2011 2 kayıt (commit)
  13. 16 Mar, 2011 1 kayıt (commit)
  14. 08 Mar, 2011 2 kayıt (commit)
  15. 06 Mar, 2011 1 kayıt (commit)
  16. 26 Şub, 2011 1 kayıt (commit)
  17. 24 Şub, 2011 1 kayıt (commit)
  18. 23 Şub, 2011 1 kayıt (commit)
  19. 22 Şub, 2011 1 kayıt (commit)
  20. 04 Ara, 2010 1 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 87002 via svnmerge from · 76f05b70
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r87002 | martin.v.loewis | 2010-12-03 17:11:07 -0600 (Fri, 03 Dec 2010) | 21 lines
      
        Merged revisions 85551,86156-86157,86464 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r85551 | benjamin.peterson | 2010-10-15 23:57:29 +0200 (Fr, 15 Okt 2010) | 1 line
      
          escape() is now in the html module
        ........
          r86156 | georg.brandl | 2010-11-04 09:34:57 +0100 (Do, 04 Nov 2010) | 1 line
      
          Consistency fixes in option parser help texts.
        ........
          r86157 | georg.brandl | 2010-11-04 09:35:30 +0100 (Do, 04 Nov 2010) | 1 line
      
          #10286: fix urllib class names.
        ........
          r86464 | benjamin.peterson | 2010-11-14 16:28:52 +0100 (So, 14 Nov 2010) | 1 line
      
          match only .py files #10416
        ........
      ................
      76f05b70
  21. 03 Ara, 2010 1 kayıt (commit)
    • Martin v. Löwis's avatar
      Merged revisions 85551,86156-86157,86464 via svnmerge from · e2bb4eb7
      Martin v. Löwis yazdı
      svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
      ........
        r85551 | benjamin.peterson | 2010-10-15 23:57:29 +0200 (Fr, 15 Okt 2010) | 1 line
      
        escape() is now in the html module
      ........
        r86156 | georg.brandl | 2010-11-04 09:34:57 +0100 (Do, 04 Nov 2010) | 1 line
      
        Consistency fixes in option parser help texts.
      ........
        r86157 | georg.brandl | 2010-11-04 09:35:30 +0100 (Do, 04 Nov 2010) | 1 line
      
        #10286: fix urllib class names.
      ........
        r86464 | benjamin.peterson | 2010-11-14 16:28:52 +0100 (So, 14 Nov 2010) | 1 line
      
        match only .py files #10416
      ........
      e2bb4eb7
  22. 20 Kas, 2010 2 kayıt (commit)
  23. 15 Eki, 2010 2 kayıt (commit)
  24. 14 Eki, 2010 4 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 85510 via svnmerge from · b0871cac
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r85510 | benjamin.peterson | 2010-10-14 18:00:04 -0500 (Thu, 14 Oct 2010) | 61 lines
      
        Merged revisions 83852-83853,83857,84042,84216,84274-84276,84375,85388,85478,85506-85508 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r83852 | benjamin.peterson | 2010-08-08 15:45:44 -0500 (Sun, 08 Aug 2010) | 1 line
      
          wrap with parens
        ........
          r83853 | benjamin.peterson | 2010-08-08 15:46:31 -0500 (Sun, 08 Aug 2010) | 1 line
      
          use parens
        ........
          r83857 | benjamin.peterson | 2010-08-08 15:59:49 -0500 (Sun, 08 Aug 2010) | 1 line
      
          things which use touch_import should be pre order
        ........
          r84042 | george.boutsioukis | 2010-08-14 16:10:19 -0500 (Sat, 14 Aug 2010) | 2 lines
      
          This revision incorporates into the 2to3 tool the new, faster, tree matching algorithm developed during a GSOC project. The algorithm resides in the two added modules, btm_matcher and btm_utils. New code has been added to drive the new matching process in refactor.py and a few minor changes were made in other modules. A BM_compatible flag(False by default) has been added in fixer_base and it is set to True in most of the current fixers.
        ........
          r84216 | benjamin.peterson | 2010-08-19 16:44:05 -0500 (Thu, 19 Aug 2010) | 1 line
      
          allow star_expr in testlist_gexp
        ........
          r84274 | benjamin.peterson | 2010-08-22 18:40:46 -0500 (Sun, 22 Aug 2010) | 1 line
      
          wrap long line
        ........
          r84275 | benjamin.peterson | 2010-08-22 18:42:22 -0500 (Sun, 22 Aug 2010) | 1 line
      
          cleanup
        ........
          r84276 | benjamin.peterson | 2010-08-22 18:51:01 -0500 (Sun, 22 Aug 2010) | 1 line
      
          when there's a None value and a traceback, don't call type with it #9661
        ........
          r84375 | george.boutsioukis | 2010-08-31 08:38:53 -0500 (Tue, 31 Aug 2010) | 3 lines
      
          Idiomatic code changes & stylistic issues fixed in the BottomMatcher module. Thanks to Benjamin Peterson for taking the time to review the code.
        ........
          r85388 | benjamin.peterson | 2010-10-12 17:27:44 -0500 (Tue, 12 Oct 2010) | 1 line
      
          fix urllib fixer with multiple as imports on a line #10069
        ........
          r85478 | benjamin.peterson | 2010-10-14 08:09:56 -0500 (Thu, 14 Oct 2010) | 1 line
      
          stop abusing docstrings
        ........
          r85506 | benjamin.peterson | 2010-10-14 17:45:19 -0500 (Thu, 14 Oct 2010) | 1 line
      
          kill sibling import
        ........
          r85507 | benjamin.peterson | 2010-10-14 17:54:15 -0500 (Thu, 14 Oct 2010) | 1 line
      
          remove trailing whitespace
        ........
          r85508 | benjamin.peterson | 2010-10-14 17:55:28 -0500 (Thu, 14 Oct 2010) | 1 line
      
          typo
        ........
      ................
      b0871cac
    • Benjamin Peterson's avatar
      Merged revisions… · f37eb3a1
      Benjamin Peterson yazdı
      Merged revisions 83852-83853,83857,84042,84216,84274-84276,84375,85388,85478,85506-85508 via svnmerge from
      svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
      ........
        r83852 | benjamin.peterson | 2010-08-08 15:45:44 -0500 (Sun, 08 Aug 2010) | 1 line
      
        wrap with parens
      ........
        r83853 | benjamin.peterson | 2010-08-08 15:46:31 -0500 (Sun, 08 Aug 2010) | 1 line
      
        use parens
      ........
        r83857 | benjamin.peterson | 2010-08-08 15:59:49 -0500 (Sun, 08 Aug 2010) | 1 line
      
        things which use touch_import should be pre order
      ........
        r84042 | george.boutsioukis | 2010-08-14 16:10:19 -0500 (Sat, 14 Aug 2010) | 2 lines
      
        This revision incorporates into the 2to3 tool the new, faster, tree matching algorithm developed during a GSOC project. The algorithm resides in the two added modules, btm_matcher and btm_utils. New code has been added to drive the new matching process in refactor.py and a few minor changes were made in other modules. A BM_compatible flag(False by default) has been added in fixer_base and it is set to True in most of the current fixers.
      ........
        r84216 | benjamin.peterson | 2010-08-19 16:44:05 -0500 (Thu, 19 Aug 2010) | 1 line
      
        allow star_expr in testlist_gexp
      ........
        r84274 | benjamin.peterson | 2010-08-22 18:40:46 -0500 (Sun, 22 Aug 2010) | 1 line
      
        wrap long line
      ........
        r84275 | benjamin.peterson | 2010-08-22 18:42:22 -0500 (Sun, 22 Aug 2010) | 1 line
      
        cleanup
      ........
        r84276 | benjamin.peterson | 2010-08-22 18:51:01 -0500 (Sun, 22 Aug 2010) | 1 line
      
        when there's a None value and a traceback, don't call type with it #9661
      ........
        r84375 | george.boutsioukis | 2010-08-31 08:38:53 -0500 (Tue, 31 Aug 2010) | 3 lines
      
        Idiomatic code changes & stylistic issues fixed in the BottomMatcher module. Thanks to Benjamin Peterson for taking the time to review the code.
      ........
        r85388 | benjamin.peterson | 2010-10-12 17:27:44 -0500 (Tue, 12 Oct 2010) | 1 line
      
        fix urllib fixer with multiple as imports on a line #10069
      ........
        r85478 | benjamin.peterson | 2010-10-14 08:09:56 -0500 (Thu, 14 Oct 2010) | 1 line
      
        stop abusing docstrings
      ........
        r85506 | benjamin.peterson | 2010-10-14 17:45:19 -0500 (Thu, 14 Oct 2010) | 1 line
      
        kill sibling import
      ........
        r85507 | benjamin.peterson | 2010-10-14 17:54:15 -0500 (Thu, 14 Oct 2010) | 1 line
      
        remove trailing whitespace
      ........
        r85508 | benjamin.peterson | 2010-10-14 17:55:28 -0500 (Thu, 14 Oct 2010) | 1 line
      
        typo
      ........
      f37eb3a1
    • Benjamin Peterson's avatar
      73315e92
    • Georg Brandl's avatar
  25. 08 Agu, 2010 2 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 83845 via svnmerge from · 68c80ede
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r83845 | benjamin.peterson | 2010-08-08 14:01:25 -0500 (Sun, 08 Aug 2010) | 69 lines
      
        Merged revisions 82779,82855,83740,83789-83791,83797-83801,83803,83811,83827,83844 via svnmerge from
        svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
        ........
          r82779 | benjamin.peterson | 2010-07-10 14:45:08 -0500 (Sat, 10 Jul 2010) | 1 line
      
          typo in attribute name #9217
        ........
          r82855 | benjamin.peterson | 2010-07-13 16:27:38 -0500 (Tue, 13 Jul 2010) | 1 line
      
          remove more extraneous commas #9245
        ........
          r83740 | alexandre.vassalotti | 2010-08-05 01:58:36 -0500 (Thu, 05 Aug 2010) | 4 lines
      
          Issue 5077: Update fixer for the other functions gone from the operator module.
      
          Patch by Meador Inge.
        ........
          r83789 | benjamin.peterson | 2010-08-07 17:45:14 -0500 (Sat, 07 Aug 2010) | 1 line
      
          cleanup and use unicode consistently
        ........
          r83790 | benjamin.peterson | 2010-08-07 17:52:06 -0500 (Sat, 07 Aug 2010) | 1 line
      
          unicode literal
        ........
          r83791 | benjamin.peterson | 2010-08-07 17:52:55 -0500 (Sat, 07 Aug 2010) | 1 line
      
          .get() is pointless here
        ........
          r83797 | benjamin.peterson | 2010-08-07 18:54:51 -0500 (Sat, 07 Aug 2010) | 1 line
      
          add a function to find how a node is indented
        ........
          r83798 | benjamin.peterson | 2010-08-07 18:55:28 -0500 (Sat, 07 Aug 2010) | 1 line
      
          when splitting import statements, use correct indentation #9386
        ........
          r83799 | benjamin.peterson | 2010-08-07 18:57:43 -0500 (Sat, 07 Aug 2010) | 1 line
      
          double quotes
        ........
          r83800 | benjamin.peterson | 2010-08-07 18:58:52 -0500 (Sat, 07 Aug 2010) | 1 line
      
          add another test
        ........
          r83801 | benjamin.peterson | 2010-08-07 19:02:10 -0500 (Sat, 07 Aug 2010) | 1 line
      
          cleanup; style-nits
        ........
          r83803 | benjamin.peterson | 2010-08-07 19:05:08 -0500 (Sat, 07 Aug 2010) | 1 line
      
          slightly more explicit
        ........
          r83811 | benjamin.peterson | 2010-08-07 22:56:44 -0500 (Sat, 07 Aug 2010) | 4 lines
      
          Fix node.pre_order() to call the right method on its children.
      
          This was a rather tragic copy-paste error.
        ........
          r83827 | benjamin.peterson | 2010-08-08 08:12:48 -0500 (Sun, 08 Aug 2010) | 1 line
      
          cause test to actually run and fix it
        ........
          r83844 | benjamin.peterson | 2010-08-08 13:46:37 -0500 (Sun, 08 Aug 2010) | 1 line
      
          fix whitespace
        ........
      ................
      68c80ede
    • Benjamin Peterson's avatar
      Merged revisions… · 4eb5fa56
      Benjamin Peterson yazdı
      Merged revisions 82779,82855,83740,83789-83791,83797-83801,83803,83811,83827,83844 via svnmerge from
      svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
      
      ........
        r82779 | benjamin.peterson | 2010-07-10 14:45:08 -0500 (Sat, 10 Jul 2010) | 1 line
      
        typo in attribute name #9217
      ........
        r82855 | benjamin.peterson | 2010-07-13 16:27:38 -0500 (Tue, 13 Jul 2010) | 1 line
      
        remove more extraneous commas #9245
      ........
        r83740 | alexandre.vassalotti | 2010-08-05 01:58:36 -0500 (Thu, 05 Aug 2010) | 4 lines
      
        Issue 5077: Update fixer for the other functions gone from the operator module.
      
        Patch by Meador Inge.
      ........
        r83789 | benjamin.peterson | 2010-08-07 17:45:14 -0500 (Sat, 07 Aug 2010) | 1 line
      
        cleanup and use unicode consistently
      ........
        r83790 | benjamin.peterson | 2010-08-07 17:52:06 -0500 (Sat, 07 Aug 2010) | 1 line
      
        unicode literal
      ........
        r83791 | benjamin.peterson | 2010-08-07 17:52:55 -0500 (Sat, 07 Aug 2010) | 1 line
      
        .get() is pointless here
      ........
        r83797 | benjamin.peterson | 2010-08-07 18:54:51 -0500 (Sat, 07 Aug 2010) | 1 line
      
        add a function to find how a node is indented
      ........
        r83798 | benjamin.peterson | 2010-08-07 18:55:28 -0500 (Sat, 07 Aug 2010) | 1 line
      
        when splitting import statements, use correct indentation #9386
      ........
        r83799 | benjamin.peterson | 2010-08-07 18:57:43 -0500 (Sat, 07 Aug 2010) | 1 line
      
        double quotes
      ........
        r83800 | benjamin.peterson | 2010-08-07 18:58:52 -0500 (Sat, 07 Aug 2010) | 1 line
      
        add another test
      ........
        r83801 | benjamin.peterson | 2010-08-07 19:02:10 -0500 (Sat, 07 Aug 2010) | 1 line
      
        cleanup; style-nits
      ........
        r83803 | benjamin.peterson | 2010-08-07 19:05:08 -0500 (Sat, 07 Aug 2010) | 1 line
      
        slightly more explicit
      ........
        r83811 | benjamin.peterson | 2010-08-07 22:56:44 -0500 (Sat, 07 Aug 2010) | 4 lines
      
        Fix node.pre_order() to call the right method on its children.
      
        This was a rather tragic copy-paste error.
      ........
        r83827 | benjamin.peterson | 2010-08-08 08:12:48 -0500 (Sun, 08 Aug 2010) | 1 line
      
        cause test to actually run and fix it
      ........
        r83844 | benjamin.peterson | 2010-08-08 13:46:37 -0500 (Sun, 08 Aug 2010) | 1 line
      
        fix whitespace
      ........
      4eb5fa56
  26. 04 Tem, 2010 2 kayıt (commit)
  27. 22 May, 2010 1 kayıt (commit)