1. 13 Haz, 2014 2 kayıt (commit)
  2. 06 Haz, 2014 1 kayıt (commit)
  3. 01 May, 2014 1 kayıt (commit)
  4. 29 Mar, 2014 1 kayıt (commit)
  5. 19 Mar, 2014 1 kayıt (commit)
  6. 02 Mar, 2014 2 kayıt (commit)
  7. 03 Ock, 2014 1 kayıt (commit)
  8. 23 Kas, 2013 1 kayıt (commit)
  9. 22 Kas, 2013 2 kayıt (commit)
  10. 06 Kas, 2013 1 kayıt (commit)
  11. 04 Kas, 2013 1 kayıt (commit)
  12. 25 Eki, 2013 1 kayıt (commit)
  13. 29 Eyl, 2013 2 kayıt (commit)
  14. 17 Agu, 2013 1 kayıt (commit)
  15. 14 Haz, 2013 1 kayıt (commit)
  16. 12 May, 2013 1 kayıt (commit)
  17. 24 Mar, 2013 2 kayıt (commit)
  18. 22 Mar, 2013 1 kayıt (commit)
  19. 29 Eyl, 2012 1 kayıt (commit)
  20. 19 May, 2012 1 kayıt (commit)
  21. 18 May, 2012 2 kayıt (commit)
  22. 15 May, 2012 1 kayıt (commit)
  23. 14 May, 2012 3 kayıt (commit)
  24. 25 Şub, 2012 1 kayıt (commit)
    • Stefan Krah's avatar
      - Issue #10181: New memoryview implementation fixes multiple ownership · 9a2d99e2
      Stefan Krah yazdı
        and lifetime issues of dynamically allocated Py_buffer members (#9990)
        as well as crashes (#8305, #7433). Many new features have been added
        (See whatsnew/3.3), and the documentation has been updated extensively.
        The ndarray test object from _testbuffer.c implements all aspects of
        PEP-3118, so further development towards the complete implementation
        of the PEP can proceed in a test-driven manner.
      
        Thanks to Nick Coghlan, Antoine Pitrou and Pauli Virtanen for review
        and many ideas.
      
      - Issue #12834: Fix incorrect results of memoryview.tobytes() for
        non-contiguous arrays.
      
      - Issue #5231: Introduce memoryview.cast() method that allows changing
        format and shape without making a copy of the underlying memory.
      9a2d99e2
  25. 29 Kas, 2011 1 kayıt (commit)
  26. 03 Nis, 2011 1 kayıt (commit)
  27. 20 Şub, 2011 1 kayıt (commit)
  28. 17 Ara, 2010 1 kayıt (commit)
  29. 09 Ara, 2010 2 kayıt (commit)
    • Hirokazu Yamamoto's avatar
      Merged revisions 85071-85072,85894,87132 via svnmerge from · ba466cd2
      Hirokazu Yamamoto yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85071 | hirokazu.yamamoto | 2010-09-29 03:29:57 +0900 (水, 29 9 2010) | 1 line
      
        Now perl path with spaces can be used.
      ........
        r85072 | hirokazu.yamamoto | 2010-09-29 03:36:04 +0900 (水, 29 9 2010) | 1 line
      
        Updated PC/VC6 openssl build script. (for openssl-1.0.0a)
      ........
        r85894 | hirokazu.yamamoto | 2010-10-29 02:57:25 +0900 (金, 29 10 2010) | 1 line
      
        Updated readme.txt about OpenSSL.
      ........
        r87132 | hirokazu.yamamoto | 2010-12-08 23:47:07 +0900 (水, 08 12 2010) | 3 lines
      
        Mention NASM which is needed to build openssl-1.0.0a original source.
        (PC/VC6/readme.txt)
      ........
      ba466cd2
    • Hirokazu Yamamoto's avatar
      Merged revisions 85071-85072,85894,87132 via svnmerge from · 59734be3
      Hirokazu Yamamoto yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r85071 | hirokazu.yamamoto | 2010-09-29 03:29:57 +0900 (水, 29 9 2010) | 1 line
      
        Now perl path with spaces can be used.
      ........
        r85072 | hirokazu.yamamoto | 2010-09-29 03:36:04 +0900 (水, 29 9 2010) | 1 line
      
        Updated PC/VC6 openssl build script. (for openssl-1.0.0a)
      ........
        r85894 | hirokazu.yamamoto | 2010-10-29 02:57:25 +0900 (金, 29 10 2010) | 1 line
      
        Updated readme.txt about OpenSSL.
      ........
        r87132 | hirokazu.yamamoto | 2010-12-08 23:47:07 +0900 (水, 08 12 2010) | 3 lines
      
        Mention NASM which is needed to build openssl-1.0.0a original source.
        (PC/VC6/readme.txt)
      ........
      59734be3
  30. 28 Eki, 2010 1 kayıt (commit)
  31. 08 Eki, 2010 1 kayıt (commit)