1. 12 Mar, 2012 1 kayıt (commit)
  2. 04 Mar, 2012 1 kayıt (commit)
  3. 13 Ara, 2011 1 kayıt (commit)
  4. 12 Ara, 2011 1 kayıt (commit)
  5. 04 Kas, 2011 1 kayıt (commit)
  6. 28 Eki, 2011 1 kayıt (commit)
  7. 04 Eki, 2011 1 kayıt (commit)
  8. 29 Agu, 2011 1 kayıt (commit)
  9. 01 Haz, 2011 1 kayıt (commit)
  10. 09 Eyl, 2010 1 kayıt (commit)
  11. 27 Tem, 2010 1 kayıt (commit)
  12. 17 Tem, 2010 2 kayıt (commit)
  13. 13 Nis, 2010 2 kayıt (commit)
  14. 12 Ock, 2010 1 kayıt (commit)
  15. 04 Haz, 2009 1 kayıt (commit)
  16. 25 May, 2009 1 kayıt (commit)
  17. 02 May, 2009 1 kayıt (commit)
  18. 20 Ock, 2009 1 kayıt (commit)
  19. 10 Ock, 2009 1 kayıt (commit)
  20. 27 Ara, 2008 1 kayıt (commit)
  21. 04 Kas, 2008 2 kayıt (commit)
  22. 25 Eki, 2008 1 kayıt (commit)
  23. 12 Haz, 2008 2 kayıt (commit)
  24. 11 Haz, 2008 2 kayıt (commit)
  25. 14 May, 2008 1 kayıt (commit)
  26. 11 May, 2008 1 kayıt (commit)
    • Alexandre Vassalotti's avatar
      Rename copy_reg module to copyreg. · f7fa63dd
      Alexandre Vassalotti yazdı
      Updated documentation.
      Merged revisions 63042 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
      
      ........
        r63042 | alexandre.vassalotti | 2008-05-11 04:25:28 -0400 (Sun, 11 May 2008) | 5 lines
      
        Added module stub for copy_reg renaming in 3.0.
        Renamed copy_reg to copyreg in the standard library, to avoid
        spurious warnings and ease later merging to py3k branch. Public
        documentation remains intact.
      ........
      f7fa63dd
  27. 03 May, 2008 1 kayıt (commit)
  28. 17 Mar, 2008 1 kayıt (commit)
    • Guido van Rossum's avatar
      - A new pickle protocol (protocol 3) is added with explicit support · f4169816
      Guido van Rossum yazdı
        for bytes.  This is the default protocol.  It intentionally cannot
        be unpickled by Python 2.x.
      
      - When a pickle	written	by Python 2.x contains an (8-bit) str
        instance, this is now decoded to a (Unicode) str instance.  The
        encoding used to do this defaults to ASCII, but can be overridden
        via two new keyword arguments to the Unpickler class.  Previously
        this would create bytes instances, which is usually wrong: str
        instances are often used to pickle attribute names etc., and text is
        more common than binary data anyway.
      f4169816
  29. 21 Kas, 2007 1 kayıt (commit)
  30. 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
  31. 16 Eki, 2007 1 kayıt (commit)
  32. 10 Eki, 2007 1 kayıt (commit)
  33. 27 Agu, 2007 2 kayıt (commit)
  34. 20 Tem, 2007 1 kayıt (commit)