summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/memoryview.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add PyMemoryView_FromMemory() to whatsnew/3.3.Stefan Krah2012-02-291-0/+2
|
* - Issue #10181: New memoryview implementation fixes multiple ownershipStefan Krah2012-02-251-10/+19
| | | | | | | | | | | | | | | | | | 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.
* fix some typos in Doc/c-api/memoryview.rstEli Bendersky2011-11-251-2/+2
|
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-6/+6
|
* Give a dedicated page to memoryview objects, so that they can be partAntoine Pitrou2010-09-281-0/+52
of the concrete objects layer, while the buffer protocol is part of the abstract objects layer.
alue='bug_562118ce41'>bug_562118ce41 Tk is a free and open-source, cross-platform widget toolkit that provides a library of basic elements of GUI widgets for building a graphical user interface (GUI) in many programming languages.
summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* TIP#168 implementation. Based on [Patch 886240]dkf2004-08-191-1/+11
* * tests/canvText.test:mdejong2004-08-091-1/+56
* TIP#158 implementation; keypad keys on Win are now distinguishable.dkf2004-07-051-2/+3
* Neaten up and make test names closer to standarddkf2004-07-051-94/+72
* Missed one!dkf2004-06-241-2/+2
* Use standard constraint namesdkf2004-06-24