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
/
Lib
/
test
/
test_capi
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-131357: Add a set of asserts to test.test_capi.test_bytearray (GH-1...
Miss Islington (bot)
2025-03-23
1
-2/+5
*
[3.13] gh-131441: Add a set of asserts to test.test_capi.test_list (GH-131442...
Miss Islington (bot)
2025-03-20
1
-0/+4
*
[3.13] gh-131339: test PyBytes_Size for a zero-size bytes object (GH-131340) ...
Miss Islington (bot)
2025-03-17
1
-0/+1
*
[3.13] gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF` (GH-13...
Sam Gross
2025-03-14
1
-0/+17
*
[3.13] gh-117174: Add a new route in linecache to fetch interactive source co...
Miss Islington (bot)
2025-03-10
1
-2/+0
*
[3.13] gh-130824: Add tests for `NULL` in `PyLong_*AndOverflow` functions (GH...
Miss Islington (bot)
2025-03-05
1
-3/+2
*
[3.13] gh-86069: Add more PyNumber_InPlacePower() tests (GH-130111) (GH-130211)
Miss Islington (bot)
2025-02-17
1
-1/+35
*
[3.13] gh-111495: Add PyFile tests (#129449) (#129477)
Victor Stinner
2025-01-30
1
-0/+234
*
[3.13] gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env...
Hugo van Kemenade
2025-01-22
1
-0/+2
*
[3.13] gh-111495: Add more tests on PyEval C APIs (#122789) (#128987)
Victor Stinner
2025-01-18
2
-43/+103
*
[3.13] gh-128911: Add tests on the PyImport C API (#128915) (#128960)
Victor Stinner
2025-01-17
1
-0/+322
*
[3.13] gh-128013: fix data race in PyUnicode_AsUTF8AndSize on free-threading ...
Kumar Aditya
2025-01-02
1
-1/+19
*
[3.13] gh-125608: Trigger dictionary watchers when inline values change (GH-1...
Miss Islington (bot)
2024-10-25
1
-0/+17
*
[3.13] gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testc...
Sergey B Kirpichev
2024-09-30
1
-15/+12
*
[3.13] gh-111495: Add tests for PyNumber C API (GH-111996) (#123375)
Miss Islington (bot)
2024-09-02
2
-7/+335
*
[3.13] gh-111495: Add tests for PyTuple C API (GH-118757) (GH-123371)
Sergey B Kirpichev
2024-08-27
5
-0/+277
*
[3.13] gh-122728: Fix SystemError in PyEval_GetLocals() (GH-122735) (#122757)
Miss Islington (bot)
2024-08-06
1
-0/+13
*
[3.13] Refactor test_capi.test_long (GH-122113) (GH-122137)
Miss Islington (bot)
2024-07-23
1
-179/+66
*
[3.13] gh-121842: Improve coverage of `PyBytes_FromStringAndSize` (GH-121843)...
Miss Islington (bot)
2024-07-17
1
-0/+2
*
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
Miss Islington (bot)
2024-06-28
1
-2/+9
*
[3.13] gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (GH-118807...
Miss Islington (bot)
2024-06-18
1
-0/+28
*
[3.13] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadSta...
Miss Islington (bot)
2024-05-31
1
-0/+16
*
[3.13] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...
Miss Islington (bot)
2024-05-22
1
-0/+33
*
[3.13] gh-119049: Fix incorrect display of warning which is constructed by C ...
Miss Islington (bot)
2024-05-17
1
-1/+43
*
[3.13] gh-118846: Fix free-threading test failures when run sequentially (GH-...
Miss Islington (bot)
2024-05-10
1
-1/+4
*
GH-115709: Invalidate executors when a local variable is changed via frame.f_...
Mark Shannon
2024-05-06
1
-0/+13
*
gh-116180: Check the globals argument in PyRun_* C API (GH-116637)
NGRsoftlab
2024-05-02
1
-12/+24
*
gh-110850: Add PyTime_TimeRaw() function (#118394)
Victor Stinner
2024-05-01
1
-8/+11
*
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum
2024-05-01
1
-0/+8
*
gh-117783: Immortalize objects that use deferred reference counting (#118112)
Sam Gross
2024-04-29
1
-1/+5
*
gh-118351: Adapt support.TEST_MODULES_ENABLED for builds without the config v...
Kirill Podoprigora
2024-04-29
1
-2/+4
*
gh-110693: Use a Larger Queue for Per-Interpreter Pending Calls (gh-118302)
Eric Snow
2024-04-27
1
-2/+2
*
GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-11...
Mark Shannon
2024-04-26
1
-1/+16
*
gh-110693: Pending Calls Machinery Cleanups (gh-118296)
Eric Snow
2024-04-26
1
-15/+70
*
Fix incorrect usage of ``support.requires_gil_enabled`` (#118170)
Kirill Podoprigora
2024-04-25
1
-1/+1
*
GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)
Mark Shannon
2024-04-25
1
-0/+12
*
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow
2024-04-24
1
-1/+1
*
GH-115419: Move setting the instruction pointer to error exit stubs (GH-118088)
Mark Shannon
2024-04-24
1
-1/+1
*
gh-68114: Fix handling for removed PyArg_ParseTuple 'w' formatters (GH-8204)
Joe Jevnik
2024-04-23
1
-17/+21
*
GH-115480: Reduce guard strength for binary ops when type of one operand is k...
Mark Shannon
2024-04-22
1
-2/+42
*
gh-117968: Add tests for the part of the PyRun family of the C API (GH-117982)
Serhiy Storchaka
2024-04-17
1
-0/+104
*
gh-117376: Make code objects use deferred reference counting (#117823)
Sam Gross
2024-04-16
1
-1/+3
*
gh-117694: Improve tests for PyEval_EvalCodeEx() (GH-117695)
Serhiy Storchaka
2024-04-15
1
-11/+81
*
gh-117649: Fix file descriptor leak in (expected) failing test case (#117780)
Sam Gross
2024-04-11
1
-0/+3
*
gh-117649: Raise ImportError for unsupported modules in free-threaded build (...
Sam Gross
2024-04-11
1
-7/+33
*
gh-115142: Skip ``test_capi/test_opt.py`` if ``_testinternalcapi`` is not ava...
Kirill Podoprigora
2024-04-11
1
-2/+3
*
gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)
Eric Snow
2024-04-11
1
-4/+4
*
gh-115142: Skip ``test_capi.test_dict.py`` if ``_testcapi`` and ``_testlimite...
Kirill Podoprigora
2024-04-10
1
-2/+5
*
gh-117642: Fix PEP 737 implementation (GH-117643)
Serhiy Storchaka
2024-04-08
1
-0/+34
*
gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianne...
Steve Dower
2024-04-05
1
-7/+111
[next]