FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-112015: Implement `ctypes.memoryview_at()` by rianhunter · Pull Request #112018 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-112015: Implement ctypes.memoryview_at()
- #112018
#112018
Merged
encukou
merged 25 commits into
python:main
python/cpython:main
from
rianhunter:ctypes-buffer-at
rianhunter/cpython:ctypes-buffer-at
Copy head branch name to clipboard
Jan 3, 2025
Conversation
Commits
25
(25)
Checks
Files changed
Merged
gh-112015: Implement ctypes.memoryview_at()
#112018
encukou
merged 25 commits into
python:main
python/cpython:main
from
rianhunter:ctypes-buffer-at
rianhunter/cpython:ctypes-buffer-at
Copy head branch name to clipboard
Commits
Commits on Nov 13, 2023
Implement `ctypes.buffer_at()`
Show description for 236657b
rianhunter
committed
236657b
View commit details
Copy full SHA for 236657b
Browse repository at this point
Fix typo
rianhunter
committed
55d7690
View commit details
Copy full SHA for 55d7690
Browse repository at this point
Commits on Jan 18, 2024
Apply suggestions from code review
Show description for 00e3c23
rianhunter
and
serhiy-storchaka
authored
00e3c23
View commit details
Copy full SHA for 00e3c23
Browse repository at this point
Commits on Jan 19, 2024
Make size argument a Py_ssize_t, per @serhiy-storchaka suggestion
rianhunter
committed
df0f992
View commit details
Copy full SHA for df0f992
Browse repository at this point
Add what's new entry
rianhunter
committed
eaa2d13
View commit details
Copy full SHA for eaa2d13
Browse repository at this point
Rename buffer_at to memoryview_at
Show description for db3a26a
rianhunter
committed
db3a26a
View commit details
Copy full SHA for db3a26a
Browse repository at this point
Make mutable objects the default
Show description for d7e2f25
rianhunter
committed
d7e2f25
View commit details
Copy full SHA for d7e2f25
Browse repository at this point
Add test for ctypes.memoryview_at
rianhunter
committed
097a41c
View commit details
Copy full SHA for 097a41c
Browse repository at this point
Commits on Sep 18, 2024
Merge in the main branch; move What's New entry
encukou
committed
4fe9b44
View commit details
Copy full SHA for 4fe9b44
Browse repository at this point
TMP
encukou
committed
e2c2609
View commit details
Copy full SHA for e2c2609
Browse repository at this point
Commits on Nov 29, 2024
Merge in the main branch
encukou
committed
d39bb42
View commit details
Copy full SHA for d39bb42
Browse repository at this point
Revert to calling through `ctypes` to get `c_void_p` conversion semantics. Improve tests and docs.
encukou
committed
3a6b559
View commit details
Copy full SHA for 3a6b559
Browse repository at this point
Test read-only memoryview
encukou
committed
375081a
View commit details
Copy full SHA for 375081a
Browse repository at this point
Use c_ssize_t for the size
encukou
committed
b9e8572
View commit details
Copy full SHA for b9e8572
Browse repository at this point
Test size overflow
encukou
committed
1a33fe3
View commit details
Copy full SHA for 1a33fe3
Browse repository at this point
Doc fixups. Don't imply that *readonly* makes the memory immutable.
encukou
committed
0198c89
View commit details
Copy full SHA for 0198c89
Browse repository at this point
Fixups
encukou
committed
6b0a8ae
View commit details
Copy full SHA for 6b0a8ae
Browse repository at this point
Commits on Dec 12, 2024
Merge branch 'main' into ctypes-buffer-at
encukou
authored
e4af54f
View commit details
Copy full SHA for e4af54f
Browse repository at this point
Commits on Dec 19, 2024
Apply suggestions from code review
Show description for 5600cef
encukou
and
picnixz
authored
5600cef
View commit details
Copy full SHA for 5600cef
Browse repository at this point
Avoid extra variable
encukou
committed
c3c9e17
View commit details
Copy full SHA for c3c9e17
Browse repository at this point
Merge in the main branch
encukou
committed
d1ca15d
View commit details
Copy full SHA for d1ca15d
Browse repository at this point
Commits on Dec 20, 2024
Remove unneeded line
encukou
committed
d41a201
View commit details
Copy full SHA for d41a201
Browse repository at this point
Merge in the main branch
encukou
committed
f3b1987
View commit details
Copy full SHA for f3b1987
Browse repository at this point
Commits on Jan 2, 2025
Merge in the main branch
encukou
committed
82a6659
View commit details
Copy full SHA for 82a6659
Browse repository at this point
Remove unneeded line
encukou
committed
400a62d
View commit details
Copy full SHA for 400a62d
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL