1. 23 Ock, 2017 1 kayıt (commit)
  2. 07 Tem, 2016 1 kayıt (commit)
  3. 26 May, 2016 1 kayıt (commit)
  4. 25 Nis, 2015 1 kayıt (commit)
  5. 03 Nis, 2015 1 kayıt (commit)
  6. 27 Tem, 2014 1 kayıt (commit)
  7. 22 Eki, 2013 1 kayıt (commit)
  8. 15 Agu, 2013 1 kayıt (commit)
  9. 07 May, 2013 1 kayıt (commit)
  10. 03 Ock, 2013 1 kayıt (commit)
  11. 17 Eki, 2012 1 kayıt (commit)
  12. 27 Nis, 2012 1 kayıt (commit)
  13. 14 Eki, 2011 1 kayıt (commit)
  14. 28 Eyl, 2011 1 kayıt (commit)
  15. 04 Ock, 2011 1 kayıt (commit)
  16. 09 May, 2010 4 kayıt (commit)
  17. 02 Ock, 2010 1 kayıt (commit)
  18. 04 May, 2009 1 kayıt (commit)
  19. 03 Mar, 2009 2 kayıt (commit)
  20. 13 Şub, 2009 1 kayıt (commit)
  21. 12 Şub, 2009 1 kayıt (commit)
  22. 02 Şub, 2009 1 kayıt (commit)
  23. 11 Haz, 2008 1 kayıt (commit)
  24. 09 Haz, 2008 1 kayıt (commit)
  25. 26 May, 2008 2 kayıt (commit)
  26. 19 Ara, 2007 2 kayıt (commit)
  27. 02 Ara, 2007 1 kayıt (commit)
  28. 06 Kas, 2007 1 kayıt (commit)
    • Guido van Rossum's avatar
      Merging the py3k-pep3137 branch back into the py3k branch. · 98297ee7
      Guido van Rossum yazdı
      No detailed change log; just check out the change log for the py3k-pep3137
      branch.  The most obvious changes:
      
        - str8 renamed to bytes (PyString at the C level);
        - bytes renamed to buffer (PyBytes at the C level);
        - PyString and PyUnicode are no longer compatible.
      
      I.e. we now have an immutable bytes type and a mutable bytes type.
      
      The behavior of PyString was modified quite a bit, to make it more
      bytes-like.  Some changes are still on the to-do list.
      98297ee7
  29. 09 Eyl, 2007 2 kayıt (commit)
  30. 25 Agu, 2007 1 kayıt (commit)
  31. 21 Tem, 2007 2 kayıt (commit)
    • Martin v. Löwis's avatar
      Merged revisions 56467-56482 via svnmerge from · 9f2e3469
      Martin v. Löwis yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/p3yk
      
      ................
        r56477 | martin.v.loewis | 2007-07-21 09:04:38 +0200 (Sa, 21 Jul 2007) | 11 lines
      
        Merged revisions 56466-56476 via svnmerge from
        svn+ssh://pythondev@svn.python.org/python/trunk
      
        ........
          r56476 | martin.v.loewis | 2007-07-21 08:55:02 +0200 (Sa, 21 Jul 2007) | 4 lines
      
          PEP 3123: Provide forward compatibility with Python 3.0, while keeping
          backwards compatibility. Add Py_Refcnt, Py_Type, Py_Size, and
          PyVarObject_HEAD_INIT.
        ........
      ................
        r56478 | martin.v.loewis | 2007-07-21 09:47:23 +0200 (Sa, 21 Jul 2007) | 2 lines
      
        PEP 3123: Use proper C inheritance for PyObject.
      ................
        r56479 | martin.v.loewis | 2007-07-21 10:06:55 +0200 (Sa, 21 Jul 2007) | 3 lines
      
        Add longintrepr.h to Python.h, so that the compiler can
        see that PyFalse is really some kind of PyObject*.
      ................
        r56480 | martin.v.loewis | 2007-07-21 10:47:18 +0200 (Sa, 21 Jul 2007) | 2 lines
      
        Qualify SHIFT, MASK, BASE.
      ................
        r56482 | martin.v.loewis | 2007-07-21 19:10:57 +0200 (Sa, 21 Jul 2007) | 2 lines
      
        Correctly refer to _ob_next.
      ................
      9f2e3469
    • Martin v. Löwis's avatar
      PEP 3123: Provide forward compatibility with Python 3.0, while keeping · 6819210b
      Martin v. Löwis yazdı
      backwards compatibility. Add Py_Refcnt, Py_Type, Py_Size, and
      PyVarObject_HEAD_INIT.
      6819210b
  32. 09 Tem, 2007 1 kayıt (commit)