GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Objects
/
memoryobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43977: Use tp_flags for collection matching (GH-25723)
Mark Shannon
2021-04-30
1
-1
/
+2
*
bpo-41732: add iterator to memoryview (GH-22119)
dxflores
2020-09-08
1
-1
/
+107
*
bpo-41262: Convert memoryview to Argument Clinic. (GH-21421)
Serhiy Storchaka
2020-07-18
1
-73
/
+74
*
bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...
Serhiy Storchaka
2020-05-28
1
-6
/
+6
*
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
Victor Stinner
2020-04-15
1
-1
/
+0
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
1
-1
/
+0
*
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Victor Stinner
2020-04-08
1
-3
/
+5
*
Give proper credits for the memoryview implementation. (#18626)
Stefan Krah
2020-02-24
1
-1
/
+11
*
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Andy Lester
2020-02-11
1
-4
/
+4
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
1
-2
/
+2
*
bpo-38631: Avoid Py_FatalError() in _memory_release() (GH-18214)
Victor Stinner
2020-01-27
1
-1
/
+2
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
1
-2
/
+2
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-30
1
-4
/
+4
*
bpo-22385: Support output separators in hex methods. (#13578)
Gregory P. Smith
2019-05-29
1
-8
/
+37
*
bpo-33012: Fix compilation warnings in memoryobject.c and _collectionsmodule....
Stéphane Wirtel
2019-03-05
1
-1
/
+1
*
bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730)
Stefan Krah
2019-02-02
1
-9
/
+35
*
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka
2018-11-27
1
-9
/
+9
*
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka
2018-11-27
1
-1
/
+1
*
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner
2018-11-21
1
-0
/
+1
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-2
/
+2
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-11-01
1
-2
/
+2
*
bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466)
Antoine Pitrou
2018-04-14
1
-0
/
+19
*
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow
2017-09-07
1
-0
/
+2
*
Expand the PySlice_GetIndicesEx macro. (#1023)
Serhiy Storchaka
2017-04-08
1
-2
/
+2
*
bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. ...
Serhiy Storchaka
2017-03-21
1
-1
/
+1
*
Merge 3.5.
Stefan Krah
2016-12-30
1
-1
/
+1
|
\
|
*
Issue #29111: Fix memoryview signature.
Stefan Krah
2016-12-30
1
-1
/
+1
*
|
use static inline instead of Py_LOCAL_INLINE
Benjamin Peterson
2016-09-08
1
-16
/
+16
*
|
require C99 bool
Benjamin Peterson
2016-09-07
1
-20
/
+0
*
|
replace PY_LONG_LONG with long long
Benjamin Peterson
2016-09-06
1
-17
/
+17
*
|
require a long long data type (closes #27961)
Benjamin Peterson
2016-09-05
1
-12
/
+0
*
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-2
/
+2
|
/
*
Fix Visual Studio warning.
Stefan Krah
2015-11-10
1
-1
/
+1
*
Iaaue #25598: Fix memory_hex from #9951 for non-contiguous buffers.
Stefan Krah
2015-11-10
1
-1
/
+16
*
Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.
Stefan Krah
2015-08-08
1
-8
/
+2
*
Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview.
Gregory P. Smith
2015-04-25
1
-0
/
+14
*
Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimen...
Antoine Pitrou
2015-03-19
1
-29
/
+120
*
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka
2015-03-18
1
-3
/
+3
*
Closes #22668: Merge from 3.4.
Stefan Krah
2015-01-29
1
-4
/
+52
|
\
|
*
Issue #22668: Ensure that format strings survive slicing after casting.
Stefan Krah
2015-01-29
1
-4
/
+52
*
|
#16518: Bring error messages in harmony with docs ("bytes-like object")
R David Murray
2014-10-05
1
-1
/
+1
*
|
Issue #20186: memoryobject.c: add function signatures.
Stefan Krah
2014-05-18
1
-5
/
+6
*
|
Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY()
Victor Stinner
2014-05-14
1
-5
/
+2
|
/
*
ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'.
Christian Heimes
2013-11-20
1
-1
/
+1
*
Issue #19014: memoryview.cast() is now allowed on zero-length views.
Antoine Pitrou
2013-10-03
1
-1
/
+1
|
\
|
*
Issue #19014: memoryview.cast() is now allowed on zero-length views.
Antoine Pitrou
2013-10-03
1
-1
/
+1
*
|
Close #19078: memoryview now supports reversed
Nick Coghlan
2013-10-02
1
-1
/
+1
|
/
*
Fix error messages.
Stefan Krah
2013-02-19
1
-2
/
+3
*
Issue #15814: Use hash function that is compatible with the equality
Stefan Krah
2012-11-02
1
-0
/
+8
*
Issue #15855: added docstrings for memoryview methods and data descriptors ne...
Alexander Belopolsky
2012-09-03
1
-13
/
+28
[next]