index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
abstract.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-116316: Fix typo in `UNARY_FUNC(PyNumber_Positive)` macros (GH-116317)
Kirill Podoprigora
2024-03-04
1
-1/+1
*
gh-114685: PyBuffer_FillInfo() now raises on PyBUF_{READ,WRITE} (GH-114802)
Nikita Sobolev
2024-02-04
1
-5/+11
*
gh-114685: Check flags in PyObject_GetBuffer() (GH-114707)
Serhiy Storchaka
2024-01-31
1
-0/+6
*
Minor refactoring of Object/abstract.c (UNARY_FUNC macro and more cases for B...
Sergey B Kirpichev
2023-12-05
1
-90/+25
*
gh-111789: Use PyDict_GetItemRef() in Objects/ (GH-111827)
Serhiy Storchaka
2023-11-14
1
-6/+1
*
gh-106672: C API: Report indiscriminately ignored errors (GH-106674)
Serhiy Storchaka
2023-11-07
1
-18/+40
*
gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)
Eric Snow
2023-10-30
1
-0/+1
*
gh-76785: Add SendChannel.send_buffer() (#110246)
Eric Snow
2023-10-09
1
-0/+22
*
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka
2023-09-17
1
-0/+18
*
gh-106307: Fix PyMapping_GetOptionalItemString() (GH-108797)
Serhiy Storchaka
2023-09-06
1
-0/+2
*
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner
2023-09-03
1
-2/+1
*
gh-101162: Forbid using issubclass() with GenericAlias as the 1st arg (GH-103...
Nikita Sobolev
2023-08-11
1
-1/+1
*
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka
2023-07-12
1
-4/+4
*
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
Serhiy Storchaka
2023-07-11
1
-0/+40
*
gh-106084: Remove _PyObject_RealIsInstance() function (#106106)
Victor Stinner
2023-06-26
1
-2/+2
*
gh-106084: Remove _PySequence_BytesToCharpArray() function (#106088)
Victor Stinner
2023-06-26
1
-77/+0
*
gh-85275: Remove old buffer APIs (#105137)
Inada Naoki
2023-06-02
1
-9/+35
*
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon
2023-03-22
1
-1/+2
*
gh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
Victor Stinner
2022-11-23
1
-6/+3
*
gh-99300: Use Py_NewRef() in Objects/ directory (#99332)
Victor Stinner
2022-11-10
1
-15/+7
*
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
Serhiy Storchaka
2022-06-14
1
-8/+1
*
Use static inline function Py_EnterRecursiveCall() (#91988)
Victor Stinner
2022-05-04
1
-11/+11
*
gh-92114: Improve error message for types with __class_getitem__ = None (GH-9...
Serhiy Storchaka
2022-05-02
1
-1/+2
*
gh-91603: Speed up isinstance/issubclass on union types (GH-91631)
Yurii Karabas
2022-04-28
1
-0/+8
*
bpo-46927: Include the type's name in the error message for subscripting non-...
Serhiy Storchaka
2022-03-05
1
-0/+3
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-32/+16
*
bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)
Zackery Spytz
2022-02-03
1
-0/+5
*
bpo-46140: take more Py_buffer arguments as const * (GH-30217)
David Hewitt
2021-12-22
1
-3/+4
*
bpo-45760: Remove PyNumber_InMatrixMultiply (GH-29751)
Dong-hee Na
2021-11-26
1
-29/+4
*
bpo-45636: Simplify BINARY_OP (GH-29565)
Brandt Bucher
2021-11-16
1
-0/+12
*
bpo-30570: Use Py_EnterRecursiveCall() in issubclass() (GH-29048)
Dennis Sweeney
2021-10-22
1
-6/+14
*
bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
Victor Stinner
2021-10-15
1
-1/+0
*
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner
2021-10-12
1
-0/+1
*
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner
2021-10-11
1
-2/+2
*
bpo-44640: Improve punctuation consistency in isinstance/issubclass error mes...
wyz23x2
2021-09-17
1
-2/+2
*
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)
Yury Selivanov
2021-09-07
1
-7/+5
*
bpo-41103: Resurrect the old buffer protocol. (GH-27437)
Inada Naoki
2021-07-29
1
-0/+79
*
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TA...
Petr Viktorin
2021-07-23
1
-3/+1
*
bpo-44654: Refactor and clean up the union type implementation (GH-27196)
Serhiy Storchaka
2021-07-17
1
-4/+2
*
bpo-31861: Add aiter and anext to builtins (#23847)
Joshua Bronson
2021-03-23
1
-0/+31
*
bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (...
Alex
2021-02-26
1
-21/+27
*
bpo-40170: Always define PyIter_Check() as a function (GH-24548)
Erlend Egeberg Aasland
2021-02-16
1
-5/+5
*
bpo-42979: Use _Py_CheckSlotResult() to check slots result (GH-24356)
Victor Stinner
2021-01-29
1
-187/+282
*
bpo-42979: Enhance abstract.c assertions checking slot result (GH-24352)
Victor Stinner
2021-01-27
1
-8/+9
*
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#2...
Vladimir Matveev
2020-11-10
1
-0/+26
*
Delete PyGen_Send (#22663)
Vladimir Matveev
2020-10-12
1
-25/+0
*
bpo-41756: Add PyIter_Send function (#22443)
Vladimir Matveev
2020-10-10
1
-0/+24
*
bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593)
Serhiy Storchaka
2020-10-09
1
-5/+5
*
bpo-41909: Enable previously disabled recursion checks. (GH-22536)
Serhiy Storchaka
2020-10-04
1
-2/+0
*
bpo-41428: Implementation for PEP 604 (GH-21515)
Maggie Moss
2020-09-09
1
-6/+9
[next]