1. 26 Eki, 2018 1 kayıt (commit)
  2. 31 Tem, 2018 1 kayıt (commit)
  3. 07 Tem, 2018 1 kayıt (commit)
  4. 05 Tem, 2018 1 kayıt (commit)
  5. 26 Haz, 2018 1 kayıt (commit)
  6. 23 Haz, 2018 1 kayıt (commit)
  7. 08 Haz, 2018 1 kayıt (commit)
  8. 06 Ara, 2017 1 kayıt (commit)
  9. 26 Kas, 2016 1 kayıt (commit)
  10. 18 Kas, 2016 1 kayıt (commit)
  11. 10 May, 2016 1 kayıt (commit)
  12. 07 May, 2016 1 kayıt (commit)
  13. 26 Şub, 2016 1 kayıt (commit)
  14. 29 Eki, 2014 2 kayıt (commit)
  15. 06 Eki, 2014 1 kayıt (commit)
  16. 06 Tem, 2014 1 kayıt (commit)
  17. 13 Eki, 2013 1 kayıt (commit)
  18. 06 Eki, 2013 1 kayıt (commit)
  19. 14 Nis, 2013 1 kayıt (commit)
  20. 05 Ock, 2013 5 kayıt (commit)
  21. 13 May, 2012 1 kayıt (commit)
  22. 17 Mar, 2012 2 kayıt (commit)
  23. 14 Mar, 2012 1 kayıt (commit)
  24. 03 Ara, 2011 3 kayıt (commit)
  25. 01 Eyl, 2011 3 kayıt (commit)
  26. 05 Şub, 2011 1 kayıt (commit)
  27. 06 Eki, 2010 4 kayıt (commit)
    • Georg Brandl's avatar
      Merged revisions 84945 via svnmerge from · 0930228a
      Georg Brandl yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line
      
        #9911: doc copyedits.
      ........
      0930228a
    • Georg Brandl's avatar
      Merged revisions 84945 via svnmerge from · 4b05466e
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ........
        r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line
      
        #9911: doc copyedits.
      ........
      4b05466e
    • Georg Brandl's avatar
      Merged revisions 76923,76926,77009,77082-77083,77085,77087,77121 via svnmerge from · 8ffe0bc5
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r76923 | georg.brandl | 2009-12-20 15:24:06 +0100 (So, 20 Dez 2009) | 1 line
      
        #7493: more review fixes.
      ................
        r76926 | georg.brandl | 2009-12-20 15:38:23 +0100 (So, 20 Dez 2009) | 9 lines
      
        Recorded merge of revisions 76925 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76925 | georg.brandl | 2009-12-20 15:33:20 +0100 (So, 20 Dez 2009) | 1 line
      
          #7381: subprocess documentation and library docstring consistency fixes.
        ........
      ................
        r77009 | georg.brandl | 2009-12-23 11:30:45 +0100 (Mi, 23 Dez 2009) | 1 line
      
        #7417: add signature to open() docstring.
      ................
        r77082 | georg.brandl | 2009-12-28 08:59:20 +0100 (Mo, 28 Dez 2009) | 1 line
      
        #7577: fix signature info for getbufferproc.
      ................
        r77083 | georg.brandl | 2009-12-28 09:00:47 +0100 (Mo, 28 Dez 2009) | 9 lines
      
        Merged revisions 77081 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77081 | georg.brandl | 2009-12-28 08:59:05 +0100 (Mo, 28 Dez 2009) | 1 line
      
          #7577: fix signature of PyBuffer_FillInfo().
        ........
      ................
        r77085 | georg.brandl | 2009-12-28 09:02:38 +0100 (Mo, 28 Dez 2009) | 9 lines
      
        Merged revisions 77084 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77084 | georg.brandl | 2009-12-28 09:01:59 +0100 (Mo, 28 Dez 2009) | 1 line
      
          #7586: fix typo.
        ........
      ................
        r77087 | georg.brandl | 2009-12-28 09:10:38 +0100 (Mo, 28 Dez 2009) | 9 lines
      
        Recorded merge of revisions 77086 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r77086 | georg.brandl | 2009-12-28 09:09:32 +0100 (Mo, 28 Dez 2009) | 1 line
      
          #7381: consistency update, and backport avoiding ``None >= 0`` check from py3k.
        ........
      ................
        r77121 | georg.brandl | 2009-12-29 22:38:35 +0100 (Di, 29 Dez 2009) | 1 line
      
        #7590: exception classes no longer are in the "exceptions" module. Also clean up text that was written with string exceptions in mind.
      ................
      8ffe0bc5
    • Georg Brandl's avatar
      Merged revisions 76884-76885,76887,76889-76890,76895 via svnmerge from · 107690c2
      Georg Brandl yazdı
      svn+ssh://svn.python.org/python/branches/py3k
      
      ................
        r76884 | georg.brandl | 2009-12-19 18:35:49 +0100 (Sa, 19 Dez 2009) | 9 lines
      
        Merged revisions 76883 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76883 | georg.brandl | 2009-12-19 18:34:32 +0100 (Sa, 19 Dez 2009) | 1 line
      
          #7521: remove Py_GetBuildNumber(), which was removed in favor of Py_GetBuildInfo().
        ........
      ................
        r76885 | georg.brandl | 2009-12-19 18:36:20 +0100 (Sa, 19 Dez 2009) | 1 line
      
        #7521: remove PyEval_GetRestricted() from the docs.
      ................
        r76887 | georg.brandl | 2009-12-19 18:46:40 +0100 (Sa, 19 Dez 2009) | 9 lines
      
        Recorded merge of revisions 76886 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r76886 | georg.brandl | 2009-12-19 18:43:33 +0100 (Sa, 19 Dez 2009) | 1 line
      
          #7493: review of Design FAQ by Florent Xicluna.
        ........
      ................
        r76889 | georg.brandl | 2009-12-19 18:57:51 +0100 (Sa, 19 Dez 2009) | 1 line
      
        #7499: Review of Library FAQ by Florent Xicluna.
      ................
        r76890 | georg.brandl | 2009-12-19 18:59:59 +0100 (Sa, 19 Dez 2009) | 1 line
      
        #7500: add "Python 3 review needed" comments and fix a few obvious errors.
      ................
        r76895 | georg.brandl | 2009-12-19 19:23:28 +0100 (Sa, 19 Dez 2009) | 1 line
      
        #7380: Fix some str/bytearray/bytes issues in uuid docs and implementation.
      ................
      107690c2