1. 22 Şub, 2015 1 kayıt (commit)
  2. 14 Eyl, 2014 1 kayıt (commit)
  3. 21 Tem, 2014 1 kayıt (commit)
  4. 30 Haz, 2014 1 kayıt (commit)
  5. 22 Haz, 2014 1 kayıt (commit)
  6. 20 Nis, 2014 1 kayıt (commit)
  7. 17 Agu, 2013 1 kayıt (commit)
  8. 11 Mar, 2013 1 kayıt (commit)
  9. 12 Şub, 2013 1 kayıt (commit)
  10. 02 Ara, 2011 1 kayıt (commit)
  11. 19 Eki, 2011 1 kayıt (commit)
  12. 07 Agu, 2011 1 kayıt (commit)
  13. 28 Haz, 2011 1 kayıt (commit)
  14. 16 Mar, 2011 1 kayıt (commit)
  15. 15 Mar, 2011 1 kayıt (commit)
  16. 22 Kas, 2010 2 kayıt (commit)
  17. 05 Kas, 2010 1 kayıt (commit)
    • Alexander Belopolsky's avatar
      Merged revisions 85732,85778,85785,85853,85930,86008,86089 via svnmerge from · 96d1eb1e
      Alexander Belopolsky yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85732 | alexander.belopolsky | 2010-10-19 17:07:52 -0400 (Tue, 19 Oct 2010) | 3 lines
      
        Issue #7061: Fixed some of the issues in turtle module documentation
        reported by Terry J. Reedy.
      ........
        r85778 | alexander.belopolsky | 2010-10-21 14:15:39 -0400 (Thu, 21 Oct 2010) | 1 line
      
        Issue #7061: Fixed section title
      ........
        r85785 | alexander.belopolsky | 2010-10-21 18:29:36 -0400 (Thu, 21 Oct 2010) | 1 line
      
        Fixed a typo
      ........
        r85853 | alexander.belopolsky | 2010-10-26 23:06:43 -0400 (Tue, 26 Oct 2010) | 4 lines
      
        Issue #7061: Dropped "for Tk" from turtle module title and moved its
        doc section under frameworks.  Also fixed a couple of markup issues
        that affected TOC rendering.
      ........
        r85930 | alexander.belopolsky | 2010-10-29 13:16:49 -0400 (Fri, 29 Oct 2010) | 1 line
      
        Issue 7061: Explained 'gon'
      ........
        r86008 | alexander.belopolsky | 2010-10-30 20:51:11 -0400 (Sat, 30 Oct 2010) | 1 line
      
        Issues #7061, #10225: Fixed doctests in turtle manual
      ........
        r86089 | alexander.belopolsky | 2010-11-01 11:45:34 -0400 (Mon, 01 Nov 2010) | 1 line
      
        Issue #7061: Simplified a section title.
      ........
      96d1eb1e
  18. 29 Eki, 2010 1 kayıt (commit)
  19. 28 Eki, 2010 1 kayıt (commit)
  20. 27 Eki, 2010 1 kayıt (commit)
  21. 03 Eyl, 2010 1 kayıt (commit)
  22. 28 Mar, 2010 2 kayıt (commit)
    • Florent Xicluna's avatar
      Note: only the relevant parts of r79474 are merged. · 9b0e9180
      Florent Xicluna yazdı
      Merged revisions 78793,78798-78799,78977,79095,79196,79474 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r78793 | florent.xicluna | 2010-03-08 13:25:35 +0100 (lun, 08 mar 2010) | 2 lines
      
        Fix macpath to deal with bytes
      ................
        r78798 | florent.xicluna | 2010-03-08 14:32:17 +0100 (lun, 08 mar 2010) | 18 lines
      
        Merged revisions 78777,78787,78790 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r78777 | florent.xicluna | 2010-03-08 00:49:03 +0100 (lun, 08 mar 2010) | 4 lines
      
          Backport the Popen.poll() protection from subprocess to multiprocessing. See #1731717.
          It should fix transient failures on test_multiprocessing.
        ........
          r78787 | florent.xicluna | 2010-03-08 08:21:16 +0100 (lun, 08 mar 2010) | 2 lines
      
          Don't fail on a debug() statement, if the worker PID is (still) None.
        ........
          r78790 | florent.xicluna | 2010-03-08 12:01:39 +0100 (lun, 08 mar 2010) | 2 lines
      
          On finalize, don't try to join not started process.
        ........
      ................
        r78799 | florent.xicluna | 2010-03-08 15:44:41 +0100 (lun, 08 mar 2010) | 2 lines
      
        Fix ntpath abspath to deal with bytes.
      ................
        r78977 | florent.xicluna | 2010-03-15 14:14:39 +0100 (lun, 15 mar 2010) | 2 lines
      
        Fix \xhh specs, #1889.  (an oversight of r60193, r60210).
      ................
        r79095 | florent.xicluna | 2010-03-19 15:40:31 +0100 (ven, 19 mar 2010) | 2 lines
      
        Rename test.test_support to test.support for 3.x.
      ................
        r79196 | florent.xicluna | 2010-03-21 13:29:50 +0100 (dim, 21 mar 2010) | 9 lines
      
        Merged revisions 79195 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r79195 | florent.xicluna | 2010-03-21 13:27:20 +0100 (dim, 21 mar 2010) | 2 lines
      
          Issue #8179: Fix macpath.realpath() on a non-existing path.
        ........
      ................
        r79474 | florent.xicluna | 2010-03-28 01:25:02 +0100 (dim, 28 mar 2010) | 33 lines
      
        Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r79297 | florent.xicluna | 2010-03-22 18:18:18 +0100 (lun, 22 mar 2010) | 2 lines
      
          #7668: Fix test_httpservers failure when sys.executable contains non-ASCII bytes.
        ........
          r79310 | florent.xicluna | 2010-03-22 23:52:11 +0100 (lun, 22 mar 2010) | 2 lines
      
          Issue #8205: Remove the "Modules" directory from sys.path when Python is running from the build directory (POSIX only).
        ........
          r79382 | florent.xicluna | 2010-03-24 20:33:25 +0100 (mer, 24 mar 2010) | 2 lines
      
          Skip tests which depend on multiprocessing.sharedctypes, if _ctypes is not available.
        ........
          r79425 | florent.xicluna | 2010-03-25 21:32:07 +0100 (jeu, 25 mar 2010) | 2 lines
      
          Syntax cleanup `== None` -> `is None`
        ........
          r79426 | florent.xicluna | 2010-03-25 21:33:49 +0100 (jeu, 25 mar 2010) | 2 lines
      
          #8207: Fix test_pep277 on OS X
        ........
          r79427 | florent.xicluna | 2010-03-25 21:39:10 +0100 (jeu, 25 mar 2010) | 2 lines
      
          Fix test_unittest and test_warnings when running "python -Werror -m test.regrtest"
        ........
          r79450 | florent.xicluna | 2010-03-26 20:32:44 +0100 (ven, 26 mar 2010) | 2 lines
      
          Ensure that the failed or unexpected tests are sorted before printing.
        ........
      ................
      9b0e9180
    • Florent Xicluna's avatar
      Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from · fd1b0930
      Florent Xicluna yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r79297 | florent.xicluna | 2010-03-22 18:18:18 +0100 (lun, 22 mar 2010) | 2 lines
      
        #7668: Fix test_httpservers failure when sys.executable contains non-ASCII bytes.
      ........
        r79310 | florent.xicluna | 2010-03-22 23:52:11 +0100 (lun, 22 mar 2010) | 2 lines
      
        Issue #8205: Remove the "Modules" directory from sys.path when Python is running from the build directory (POSIX only).
      ........
        r79382 | florent.xicluna | 2010-03-24 20:33:25 +0100 (mer, 24 mar 2010) | 2 lines
      
        Skip tests which depend on multiprocessing.sharedctypes, if _ctypes is not available.
      ........
        r79425 | florent.xicluna | 2010-03-25 21:32:07 +0100 (jeu, 25 mar 2010) | 2 lines
      
        Syntax cleanup `== None` -> `is None`
      ........
        r79426 | florent.xicluna | 2010-03-25 21:33:49 +0100 (jeu, 25 mar 2010) | 2 lines
      
        #8207: Fix test_pep277 on OS X
      ........
        r79427 | florent.xicluna | 2010-03-25 21:39:10 +0100 (jeu, 25 mar 2010) | 2 lines
      
        Fix test_unittest and test_warnings when running "python -Werror -m test.regrtest"
      ........
        r79450 | florent.xicluna | 2010-03-26 20:32:44 +0100 (ven, 26 mar 2010) | 2 lines
      
        Ensure that the failed or unexpected tests are sorted before printing.
      ........
      fd1b0930
  23. 09 Ock, 2010 2 kayıt (commit)
    • Benjamin Peterson's avatar
      Merged revisions 77389 via svnmerge from · ffeda291
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ................
        r77389 | benjamin.peterson | 2010-01-09 12:45:30 -0600 (Sat, 09 Jan 2010) | 25 lines
      
        Merged revisions 77209,77229,77359-77360,77371 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77209 | georg.brandl | 2010-01-01 07:07:05 -0600 (Fri, 01 Jan 2010) | 1 line
      
          More yearly updates.
        ........
          r77229 | georg.brandl | 2010-01-02 06:35:01 -0600 (Sat, 02 Jan 2010) | 1 line
      
          Fix casing.
        ........
          r77359 | georg.brandl | 2010-01-07 14:54:45 -0600 (Thu, 07 Jan 2010) | 1 line
      
          Fix description for Py_GetPath(); it sounded like it always returned sys.path.
        ........
          r77360 | georg.brandl | 2010-01-07 15:48:47 -0600 (Thu, 07 Jan 2010) | 1 line
      
          #7653: clarify how the PythonPath registry key should look like.
        ........
          r77371 | senthil.kumaran | 2010-01-08 13:20:25 -0600 (Fri, 08 Jan 2010) | 3 lines
      
          Fix for Issue7026. For the Error - RuntimeError: dictionary changed size during iteration
        ........
      ................
      ffeda291
    • Benjamin Peterson's avatar
      Merged revisions 77209,77229,77359-77360,77371 via svnmerge from · 46a9900e
      Benjamin Peterson yazdı
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r77209 | georg.brandl | 2010-01-01 07:07:05 -0600 (Fri, 01 Jan 2010) | 1 line
      
        More yearly updates.
      ........
        r77229 | georg.brandl | 2010-01-02 06:35:01 -0600 (Sat, 02 Jan 2010) | 1 line
      
        Fix casing.
      ........
        r77359 | georg.brandl | 2010-01-07 14:54:45 -0600 (Thu, 07 Jan 2010) | 1 line
      
        Fix description for Py_GetPath(); it sounded like it always returned sys.path.
      ........
        r77360 | georg.brandl | 2010-01-07 15:48:47 -0600 (Thu, 07 Jan 2010) | 1 line
      
        #7653: clarify how the PythonPath registry key should look like.
      ........
        r77371 | senthil.kumaran | 2010-01-08 13:20:25 -0600 (Fri, 08 Jan 2010) | 3 lines
      
        Fix for Issue7026. For the Error - RuntimeError: dictionary changed size during iteration
      ........
      46a9900e
  24. 27 Eki, 2009 1 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 75393,75416,75581,75609,75615 via svnmerge from · 1e8cbe36
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r75393 | georg.brandl | 2009-10-13 18:55:12 +0200 (Di, 13 Okt 2009) | 1 line
      
        Update module names in references in the FAQ.
      ................
        r75416 | georg.brandl | 2009-10-14 20:46:15 +0200 (Mi, 14 Okt 2009) | 1 line
      
        #7129: add missing function.
      ................
        r75581 | georg.brandl | 2009-10-21 09:17:48 +0200 (Mi, 21 Okt 2009) | 9 lines
      
        Merged revisions 75580 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r75580 | georg.brandl | 2009-10-21 09:15:59 +0200 (Mi, 21 Okt 2009) | 1 line
      
          #7170: fix explanation about non-weakrefable builtin types.
        ........
      ................
        r75609 | georg.brandl | 2009-10-22 17:16:26 +0200 (Do, 22 Okt 2009) | 1 line
      
        #7137: fix makefile() documentation to match the new parameters.
      ................
        r75615 | georg.brandl | 2009-10-22 18:08:10 +0200 (Do, 22 Okt 2009) | 1 line
      
        #6927: fix wrong word.
      ................
      1e8cbe36
  25. 14 Eki, 2009 1 kayıt (commit)
  26. 05 May, 2009 1 kayıt (commit)
  27. 21 Şub, 2009 1 kayıt (commit)
  28. 20 Şub, 2009 2 kayıt (commit)
  29. 19 Kas, 2008 1 kayıt (commit)
  30. 29 Eyl, 2008 1 kayıt (commit)
  31. 21 Eyl, 2008 1 kayıt (commit)
  32. 10 Haz, 2008 1 kayıt (commit)
  33. 20 May, 2008 1 kayıt (commit)
  34. 17 May, 2008 2 kayıt (commit)
  35. 16 May, 2008 1 kayıt (commit)