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-99113: Add PyInterpreterConfig.own_gil (gh-104204)
Eric Snow
2023-05-05
1
-10/+26
*
gh-99593: Add tests for Unicode C API (part 2) (#99868)
Serhiy Storchaka
2023-05-04
1
-33/+464
*
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
1
-1/+157
*
gh-103968: Deprecate creating heap types whose metaclass has custom tp_new. (...
Petr Viktorin
2023-05-03
1
-0/+14
*
gh-84436: Add integration C API tests for immortal objects (gh-103962)
Dong-hee Na
2023-05-02
1
-0/+16
*
gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744)
Jurica Bradarić
2023-05-02
1
-0/+14
*
GH-103805: Lib test f541 linting issue fix (#103812)
Rodolfo M. Pereira
2023-04-24
1
-1/+1
*
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow
2023-04-24
1
-6/+27
*
Gh-68586: use run_python_until_end in test_capi (GH-102729)
Furkan Onder
2023-04-09
1
-11/+7
*
gh-102594: PyErr_SetObject adds note to exception raised on normalization err...
Irit Katriel
2023-03-16
1
-0/+20
*
gh-102381: don't call watcher callback with dead object (#102382)
Carl Meyer
2023-03-08
1
-2/+50
*
gh-102493: fix normalization in PyErr_SetObject (#102502)
Irit Katriel
2023-03-07
1
-0/+28
*
gh-93649: Split exception tests from _testcapimodule.c (GH-102173)
Erlend E. Aasland
2023-02-23
2
-128/+148
*
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
Mark Shannon
2023-02-23
1
-0/+5
*
GH-84783: Make the slice object hashable (GH-101264)
Furkan Onder
2023-02-19
1
-6/+1
*
gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi...
Eric Snow
2023-02-16
2
-5/+170
*
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon
2023-02-08
1
-0/+39
*
gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (#1...
Matthieu Dartiailh
2023-02-07
1
-0/+56
*
gh-59956: Add a Test to Verify GILState Matches the "Current" Thread State (g...
Eric Snow
2023-02-06
1
-0/+3
*
gh-93649: Split tracemalloc tests from _testcapimodule.c (#99551)
Erlend E. Aasland
2022-12-17
2
-154/+169
*
gh-99240: Reset pointer to NULL when the pointed memory is freed in argument ...
colorfulappl
2022-12-17
1
-0/+4
*
GH-91054: Reset static events counts in code watchers tests (#99978)
Itamar Ostricher
2022-12-04
1
-3/+3
*
gh-60203: Always pass True/False as boolean arguments in tests (GH-99983)
Serhiy Storchaka
2022-12-04
1
-4/+5
*
GH-91054: Add code object watchers API (GH-99859)
Itamar Ostricher
2022-12-02
1
-0/+68
*
gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613)
Serhiy Storchaka
2022-12-01
1
-0/+54
*
gh-99593: Add tests for Unicode C API (part 1) (GH-99651)
Serhiy Storchaka
2022-11-29
1
-44/+447
*
gh-91053: Add an optional callback that is invoked whenever a function is mod...
mpage
2022-11-22
1
-0/+93
*
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...
Petr Viktorin
2022-11-22
1
-26/+65
*
gh-93649: Split watcher API tests from _testcapimodule.c (#99532)
Erlend E. Aasland
2022-11-16
2
-330/+340
*
gh-78453: Move Unicode C API tests from test_unicode to test_capi.test_unicod...
Serhiy Storchaka
2022-11-14
1
-0/+515
*
bpo-34272: Reorganize C API tests. (GH-8551)
Serhiy Storchaka
2022-11-10
5
-0/+3487