COMMITS
/ Objects/memoryobject.c September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
April 8, 2017
S
Expand the PySlice_GetIndicesEx macro. (#1023)
Serhiy Storchaka committed
March 21, 2017
S
bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748)
Serhiy Storchaka committed
December 30, 2016
S
Merge 3.5.
Stefan Krah committed
S
Issue #29111: Fix memoryview signature.
Stefan Krah committed
September 8, 2016
B
use static inline instead of Py_LOCAL_INLINE
Benjamin Peterson committed
September 7, 2016
B
require C99 bool
Benjamin Peterson committed
September 6, 2016
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
B
require a long long data type (closes #27961)
Benjamin Peterson committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
November 10, 2015
S
Fix Visual Studio warning.
Stefan Krah committed
S
Iaaue #25598: Fix memory_hex from #9951 for non-contiguous buffers.
Stefan Krah committed
August 8, 2015
S
Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.
Stefan Krah committed
April 25, 2015
G
Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.
Gregory P. Smith committed
March 19, 2015
A
Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimensional memoryviews).
Antoine Pitrou committed
March 18, 2015
S
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka committed
January 29, 2015
S
Closes #22668: Merge from 3.4.
Stefan Krah committed
S
Issue #22668: Ensure that format strings survive slicing after casting.
Stefan Krah committed
October 5, 2014
R
#16518: Bring error messages in harmony with docs ("bytes-like object")
R David Murray committed
May 17, 2014
S
Issue #20186: memoryobject.c: add function signatures.
Stefan Krah committed
May 14, 2014
V
Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY()
Victor Stinner committed
November 20, 2013
C
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes committed
October 3, 2013
A
Issue #19014: memoryview.cast() is now allowed on zero-length views.
Antoine Pitrou committed
A
Issue #19014: memoryview.cast() is now allowed on zero-length views.
Antoine Pitrou committed
October 2, 2013
N
Close #19078: memoryview now supports reversed
Nick Coghlan committed
February 19, 2013
S
Fix error messages.
Stefan Krah committed
November 2, 2012
S
Issue #15814: Use hash function that is compatible with the equality
Stefan Krah committed
September 3, 2012
A
Issue #15855: added docstrings for memoryview methods and data descriptors new in 3.3.
Alexander Belopolsky committed
A
Issue #15855: added docstrings for memoryview methods and data descriptors (merge 3.2).
Alexander Belopolsky committed
A
Issue #15855: added docstrings for memoryview methods and data descriptors.
Alexander Belopolsky committed
August 25, 2012
N
Close #15573: use value-based memoryview comparisons (patch by Stefan Krah)
Nick Coghlan committed
July 28, 2012
S
Add unused parameter to a METH_NOARGS function.
Stefan Krah committed
S
Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.
Stefan Krah committed
May 28, 2012
R
Issue #14930: Make memoryview objects weakrefable.
Richard Oudkerk committed
March 5, 2012
S
Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do
Stefan Krah committed
S
Issue #14181: Allow memoryview construction from an object that uses the
Stefan Krah committed
February 25, 2012
S
- Issue #10181: New memoryview implementation fixes multiple ownership
Stefan Krah committed
November 21, 2011
A
Issue #13411: memoryview objects are now hashable when the underlying object is hashable.
Antoine Pitrou committed
August 11, 2011
B
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
Brian Curtin committed
February 24, 2011
A
Merged revisions 88550 via svnmerge from
Antoine Pitrou committed
A
Issue #11286: Raise a ValueError from calling PyMemoryView_FromBuffer with
Antoine Pitrou committed
January 18, 2011
A
Issue #10451: memoryview objects could allow to mutate a readable buffer.
Antoine Pitrou committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
November 4, 2010
A
Issue #10293: Remove obsolete field in the PyMemoryView structure,
Antoine Pitrou committed
September 9, 2010
A
Issue #9757: memoryview objects get a release() method to release the
Antoine Pitrou committed
September 1, 2010
A
Fix a compilation warning
Antoine Pitrou committed
A
Issue #9737: Fix a crash when trying to delete a slice or an item from
Antoine Pitrou committed
A
Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() become
Antoine Pitrou committed
August 11, 2010
A
Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99
Alexander Belopolsky committed