COMMITS
/ Lib/test/test_capi/test_abstract.py July 3, 2025
V
gh-135075: Make PyObject_SetAttr() fail with NULL value and exception (#136180)
Victor Stinner committed
April 23, 2025
V
gh-132825: Enhance unhashable error messages for dict and set (#132828)
Victor Stinner committed
March 13, 2025
V
gh-130947: Add again PySequence_Fast() to the limited C API (#130948)
Victor Stinner committed
January 20, 2025
S
gh-71339: Use new assertion methods in test_capi (GH-129053)
Serhiy Storchaka committed
August 26, 2024
S
gh-111495: Add tests for PyNumber C API (#111996)
Sergey B Kirpichev committed
August 7, 2024
E
gh-105201: Add PyIter_NextItem() (#122331)
Erlend E. Aasland committed
March 22, 2024
S
gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)
Serhiy Storchaka committed
March 19, 2024
V
gh-116417: Move limited C API abstract.c tests to _testlimitedcapi (#116986)
Victor Stinner committed
November 29, 2023
S
Add more C API tests (GH-112522)
Serhiy Storchaka committed
November 7, 2023
S
gh-106672: C API: Report indiscriminately ignored errors (GH-106674)
Serhiy Storchaka committed
November 4, 2023
S
gh-111495: Test C API functions with extreme sizes and indices (GH-111631)
Serhiy Storchaka committed
October 29, 2023
E
gh-94808: Add coverage test for number check (gh-111445)
Evan Kohilas committed
September 24, 2023
A
gh-109653: Remove unused imports in the `Lib/` directory (#109803)
Alex Waygood committed
September 17, 2023
S
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka committed
September 6, 2023
S
gh-106307: Fix PyMapping_GetOptionalItemString() (GH-108797)
Serhiy Storchaka committed
August 7, 2023
S
gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)
Serhiy Storchaka committed