FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/memoryobject.c - https-github-com-nzysoft/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
https-github-com-nzysoft
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Objects
memoryobject.c
on
main
User selector
Datepicker
Commit history
Commits on Aug 24, 2023
gh-106320: Remove private _PyManagedBuffer_Type (#108431)
Show description for 773b803
vstinner
authored
773b803
View commit details
Copy full SHA for 773b803
View code at this point
Browse repository at this point
Commits on May 8, 2023
gh-104223: Fix issues with inheriting from buffer classes (#104227)
Show description for 405eacc
JelleZijlstra
and
kumaraditya303
authored
405eacc
View commit details
Copy full SHA for 405eacc
View code at this point
Browse repository at this point
Commits on May 4, 2023
gh-102500: Implement PEP 688 (#102521)
Show description for 04f6733
JelleZijlstra
and
kumaraditya303
authored
04f6733
View commit details
Copy full SHA for 04f6733
View code at this point
Browse repository at this point
Commits on Apr 22, 2023
gh-83791: Raise TypeError for len(memoryview_0d) (#18463)
Show description for 3d2a468
eric-wieser
authored
3d2a468
View commit details
Copy full SHA for 3d2a468
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Objects/ directory (#99354)
Show description for 3a1dde8
vstinner
authored
3a1dde8
View commit details
Copy full SHA for 3a1dde8
View code at this point
Browse repository at this point
Commits on Sep 10, 2022
gh-90751: memoryview now supports half-float (#96738)
Show description for 8d75a13
corona10
and
pitrou
authored
8d75a13
View commit details
Copy full SHA for 8d75a13
View code at this point
Browse repository at this point
Commits on Jun 17, 2022
gh-92888: Fix memoryview bad `__index__` use after free (GH-92946)
Show description for 11190c4
authored
11190c4
View commit details
Copy full SHA for 11190c4
View code at this point
Browse repository at this point
Commits on Jun 14, 2022
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Show description for 6fd4c8e
serhiy-storchaka
authored
6fd4c8e
View commit details
Copy full SHA for 6fd4c8e
View code at this point
Browse repository at this point
Commits on May 14, 2022
GH-92804: Fix memory leak in memoryview iterator (gh-92805)
kumaraditya303
authored
d923fdf
View commit details
Copy full SHA for d923fdf
View code at this point
Browse repository at this point
Commits on Feb 7, 2022
bpo-46670: Remove unused macros in the Objects directory (GH-31193)
vstinner
authored
7603491
View commit details
Copy full SHA for 7603491
View code at this point
Browse repository at this point
Commits on Dec 22, 2021
bpo-46140: take more Py_buffer arguments as const * (GH-30217)
davidhewitt
authored
31ff967
View commit details
Copy full SHA for 31ff967
View code at this point
Browse repository at this point
Commits on Oct 13, 2021
bpo-45434: Remove pystrhex.h header file (GH-28923)
Show description for bbe7497
vstinner
authored
bbe7497
View commit details
Copy full SHA for bbe7497
View code at this point
Browse repository at this point
Commits on Apr 30, 2021
bpo-43977: Use tp_flags for collection matching (GH-25723)
Show description for 069e81a
markshannon
authored
069e81a
View commit details
Copy full SHA for 069e81a
View code at this point
Browse repository at this point
Commits on Sep 8, 2020
bpo-41732: add iterator to memoryview (GH-22119)
dxflores
authored
b0ac5d7
View commit details
Copy full SHA for b0ac5d7
View code at this point
Browse repository at this point
Commits on Jul 18, 2020
bpo-41262: Convert memoryview to Argument Clinic. (GH-21421)
serhiy-storchaka
authored
80a5036
View commit details
Copy full SHA for 80a5036
View code at this point
Browse repository at this point
Commits on May 28, 2020
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
Show description for 5f4b229
serhiy-storchaka
authored
5f4b229
View commit details
Copy full SHA for 5f4b229
View code at this point
Browse repository at this point
Commits on Apr 15, 2020
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
vstinner
authored
d9ea5ca
View commit details
Copy full SHA for d9ea5ca
View code at this point
Browse repository at this point
Commits on Apr 14, 2020
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
vstinner
authored
e5014be
View commit details
Copy full SHA for e5014be
View code at this point
Browse repository at this point
Commits on Apr 8, 2020
bpo-40170: Add _PyIndex_Check() internal function (GH-19426)
Show description for a15e260
vstinner
authored
a15e260
View commit details
Copy full SHA for a15e260
View code at this point
Browse repository at this point
Commits on Feb 24, 2020
Give proper credits for the memoryview implementation. (#18626)
skrah
authored
ee3bac4
View commit details
Copy full SHA for ee3bac4
View code at this point
Browse repository at this point
Commits on Feb 12, 2020
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Show description for e6be9b5
petdance
authored
e6be9b5
View commit details
Copy full SHA for e6be9b5
View code at this point
Browse repository at this point
Commits on Feb 11, 2020
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Show description for ffd9753
encukou
authored
ffd9753
View commit details
Copy full SHA for ffd9753
View code at this point
Browse repository at this point
Commits on Jan 27, 2020
bpo-38631: Avoid Py_FatalError() in _memory_release() (GH-18214)
Show description for 47ee8a6
vstinner
authored
47ee8a6
View commit details
Copy full SHA for 47ee8a6
View code at this point
Browse repository at this point
Commits on Jul 4, 2019
bpo-37483: add _PyObject_CallOneArg() function (#14558)
jdemeyer
authored and
methane
committed
196a530
View commit details
Copy full SHA for 196a530
View code at this point
Browse repository at this point
Commits on May 31, 2019
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Show description for 530f506
jdemeyer
authored and
benjaminp
committed
530f506
View commit details
Copy full SHA for 530f506
View code at this point
Browse repository at this point
Commits on May 29, 2019
bpo-22385: Support output separators in hex methods. (#13578)
Show description for 0c2f930
gpshead
authored
0c2f930
View commit details
Copy full SHA for 0c2f930
View code at this point
Browse repository at this point
Commits on Mar 5, 2019
bpo-33012: Fix compilation warnings in memoryobject.c and _collectionsmodule.c (GH-12179)
Show description for 359a2f3
matrixise
authored and
vstinner
committed
359a2f3
View commit details
Copy full SHA for 359a2f3
View code at this point
Browse repository at this point
Commits on Feb 2, 2019
bpo-35845: Add order={'C', 'F', 'A'} parameter to memoryview.tobytes(). (#11730)
skrah
authored
d08ea70
View commit details
Copy full SHA for d08ea70
View code at this point
Browse repository at this point
Commits on Nov 27, 2018
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Show description for d4f9cf5
serhiy-storchaka
authored
d4f9cf5
View commit details
Copy full SHA for d4f9cf5
View code at this point
Browse repository at this point
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Show description for 62be742
serhiy-storchaka
authored
62be742
View commit details
Copy full SHA for 62be742
View code at this point
Browse repository at this point
Commits on Nov 21, 2018
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Show description for bcda8f1
vstinner
authored
bcda8f1
View commit details
Copy full SHA for bcda8f1
View code at this point
Browse repository at this point
Commits on Nov 12, 2018
bpo-35081: Rename internal headers (GH-10275)
Show description for 621cebe
vstinner
authored
621cebe
View commit details
Copy full SHA for 621cebe
View code at this point
Browse repository at this point
Commits on Oct 31, 2018
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Show description for 27e2d1f
vstinner
authored
27e2d1f
View commit details
Copy full SHA for 27e2d1f
View code at this point
Browse repository at this point
Commits on Apr 14, 2018
bpo-33176: Add a toreadonly() method to memoryviews. (GH-6466)
pitrou
authored
480ab05
View commit details
Copy full SHA for 480ab05
View code at this point
Browse repository at this point
Commits on Sep 8, 2017
bpo-30860: Consolidate stateful runtime globals. (#3397)
Show description for 2ebc5ce
ericsnowcurrently
authored
2ebc5ce
View commit details
Copy full SHA for 2ebc5ce
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL