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
*
gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474)
Petr Viktorin
2024-09-05
1
-41/+109
*
gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)
Victor Stinner
2024-09-02
1
-0/+379
*
gh-122854: Add Py_HashBuffer() function (#122855)
Victor Stinner
2024-08-30
1
-0/+10
*
gh-121645: Add PyBytes_Join() function (#121646)
Victor Stinner
2024-08-30
1
-0/+40
*
gh-121485: Always use 64-bit integers for integers bits count (GH-121486)
Serhiy Storchaka
2024-08-30
1
-0/+12
*
gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)
Victor Stinner
2024-08-28
1
-0/+25
*
gh-111495: Remove test_capi test_rshift_print() (#123338)
Victor Stinner
2024-08-26
1
-15/+0
*
gh-111495: Add tests for PyNumber C API (#111996)
Sergey B Kirpichev
2024-08-26
2
-7/+335
*
gh-111495: Add tests for PyTuple C API (#118757)
Sergey B Kirpichev
2024-08-26
5
-0/+277
*
Fix typos in comments (#123201)
Wulian
2024-08-21
1
-1/+1
*
GH-122821: Simplify compilation of while statements to ensure consistency of ...
Mark Shannon
2024-08-13
1
-0/+1
*
Fix typos in comments and test code (#122846)
Xie Yanbo
2024-08-12
1
-1/+1
*
gh-111495: Add more tests on PyEval C APIs (#122789)
Victor Stinner
2024-08-08
2
-43/+103
*
gh-105201: Add PyIter_NextItem() (#122331)
Erlend E. Aasland
2024-08-07
1
-0/+40
*
gh-122728: Fix SystemError in PyEval_GetLocals() (#122735)
Victor Stinner
2024-08-06
1
-0/+13
*
gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383)
Cody Maloney
2024-07-31
1
-3/+3
*
Refactor test_capi.test_long (GH-122113)
Serhiy Storchaka
2024-07-22
1
-179/+66
*
gh-121849: Fix PyUnicodeWriter_WriteSubstring() crash if len=0 (#121896)
Victor Stinner
2024-07-17
1
-1/+5
*
gh-121842: Improve coverage of `PyBytes_FromStringAndSize` (#121843)
sobolevn
2024-07-17
1
-0/+2
*
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
Steve Dower
2024-06-28
1
-2/+9
*
gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)
Victor Stinner
2024-06-24
1
-1/+35
*
gh-70278: Fix PyUnicode_FromFormat() with precision for %s and %V (GH-120365)
Serhiy Storchaka
2024-06-24
1
-2/+44
*
gh-119182: Rewrite PyUnicodeWriter tests in Python (#120845)
Victor Stinner
2024-06-21
1
-1/+149
*
gh-120417: Add #noqa: F401 to tests (#120627)
Victor Stinner
2024-06-18
1
-1/+1
*
gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)
Sam Gross
2024-06-18
1
-0/+28
*
gh-120417: Remove unused imports in tests (part 1) (#120629)
Victor Stinner
2024-06-17
3
-4/+0
*
GH-120619: Clean up `RETURN_VALUE` instruction (GH-120624)
Mark Shannon
2024-06-17
1
-6/+6
*
gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365)
Saul Shanabrook
2024-06-08
2
-2/+151
*
gh-116560: Add PyLong_GetSign() public function (#116561)
Sergey B Kirpichev
2024-06-03
1
-0/+16
*
gh-119775: Remove ability to create immutable types with mutable bases (#119776)
Nikita Sobolev
2024-06-02
1
-25/+3
*
gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadState_Clea...
Sam Gross
2024-05-31
1
-0/+16
*
gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (g...
Eric Snow
2024-05-22
1
-0/+33
*
gh-119049: Fix incorrect display of warning which is constructed by C API (GH...
Kirill Podoprigora
2024-05-16
1
-1/+43
*
gh-118846: Fix free-threading test failures when run sequentially (#118864)
Sam Gross
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
[next]