1. 28 Mar, 2018 1 kayıt (commit)
  2. 15 Eki, 2017 1 kayıt (commit)
  3. 27 Eki, 2016 1 kayıt (commit)
  4. 02 Kas, 2015 1 kayıt (commit)
  5. 18 Agu, 2015 1 kayıt (commit)
  6. 08 Agu, 2015 1 kayıt (commit)
  7. 01 Şub, 2015 3 kayıt (commit)
  8. 29 Haz, 2014 1 kayıt (commit)
  9. 25 Haz, 2014 1 kayıt (commit)
  10. 28 Mar, 2013 1 kayıt (commit)
  11. 21 Kas, 2012 2 kayıt (commit)
  12. 03 May, 2012 1 kayıt (commit)
  13. 06 Mar, 2012 1 kayıt (commit)
  14. 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
  15. 14 Ock, 2012 1 kayıt (commit)
  16. 20 May, 2011 2 kayıt (commit)
  17. 13 Mar, 2011 2 kayıt (commit)
  18. 12 Ara, 2010 2 kayıt (commit)
    • Antoine Pitrou's avatar
      Merged revisions 87188-87190,87192-87194 via svnmerge from · a92d1f50
      Antoine Pitrou yazdı
      svn+ssh://pythondev@svn.python.org/python/branches/py3k
      
      ........
        r87188 | antoine.pitrou | 2010-12-12 19:25:25 +0100 (dim., 12 déc. 2010) | 3 lines
      
        Make this a warning and fix indentation
      ........
        r87189 | antoine.pitrou | 2010-12-12 20:59:47 +0100 (dim., 12 déc. 2010) | 3 lines
      
        Better explain the buffer interface (hopefully)
      ........
        r87190 | antoine.pitrou | 2010-12-12 21:01:43 +0100 (dim., 12 déc. 2010) | 3 lines
      
        Add link to the buffer protocol description from the memory description.
      ........
        r87192 | antoine.pitrou | 2010-12-12 21:09:18 +0100 (dim., 12 déc. 2010) | 3 lines
      
        Remove redundant sentence, and fix markup
      ........
        r87193 | antoine.pitrou | 2010-12-12 21:13:31 +0100 (dim., 12 déc. 2010) | 3 lines
      
        Fix heading level
      ........
        r87194 | antoine.pitrou | 2010-12-12 21:17:29 +0100 (dim., 12 déc. 2010) | 3 lines
      
        Consistent ordering of availability statements
      ........
      a92d1f50
    • Antoine Pitrou's avatar
      8abc9358
  19. 06 Eki, 2010 3 kayıt (commit)
    • Georg Brandl's avatar
      60203b41
    • 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
      Work around a bug in Sphinx 0.6.x. · 48a866c9
      Georg Brandl yazdı
      48a866c9
  20. 01 Eki, 2010 2 kayıt (commit)
  21. 29 Eyl, 2010 1 kayıt (commit)
  22. 28 Eyl, 2010 8 kayıt (commit)
  23. 08 Haz, 2010 2 kayıt (commit)