1. 22 Eki, 2013 1 kayıt (commit)
  2. 15 Agu, 2013 1 kayıt (commit)
  3. 30 Tem, 2013 1 kayıt (commit)
  4. 04 Haz, 2013 1 kayıt (commit)
  5. 16 Nis, 2013 1 kayıt (commit)
  6. 03 Ock, 2013 1 kayıt (commit)
  7. 30 Eki, 2012 1 kayıt (commit)
  8. 21 Haz, 2012 1 kayıt (commit)
  9. 27 Nis, 2012 1 kayıt (commit)
  10. 14 Eki, 2011 1 kayıt (commit)
  11. 28 Eyl, 2011 1 kayıt (commit)
  12. 07 Tem, 2011 1 kayıt (commit)
  13. 04 Ock, 2011 1 kayıt (commit)
  14. 23 Tem, 2010 1 kayıt (commit)
  15. 09 May, 2010 2 kayıt (commit)
  16. 03 Mar, 2009 1 kayıt (commit)
  17. 12 Şub, 2009 1 kayıt (commit)
  18. 02 Şub, 2009 1 kayıt (commit)
  19. 15 Agu, 2008 1 kayıt (commit)
  20. 14 Agu, 2008 1 kayıt (commit)
  21. 11 Haz, 2008 2 kayıt (commit)
  22. 26 May, 2008 1 kayıt (commit)
  23. 19 Ara, 2007 1 kayıt (commit)
  24. 02 Ara, 2007 1 kayıt (commit)
  25. 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
  26. 09 Eyl, 2007 1 kayıt (commit)