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.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34272: Reorganize C API tests. (GH-8551)
Serhiy Storchaka
2022-11-10
1
-2037/+0
*
gh-91248: Add PyFrame_GetVar() function (#95712)
Victor Stinner
2022-11-08
1
-21/+0
*
gh-94808: add tests covering `PyFunction_GetKwDefaults` and `PyFunction_SetKw...
Nikita Sobolev
2022-11-05
1
-3/+95
*
gh-94808: add tests covering `PySequence_{Set,Del}Slice` (GH-99123)
Nikita Sobolev
2022-11-05
1
-0/+80
*
gh-94808: add tests covering `PyEval_GetFuncDesc` function (GH-98300)
Nikita Sobolev
2022-11-05
1
-0/+15
*
gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)
Eric Snow
2022-10-31
1
-5/+6
*
gh-94808: cover `PyFunction_GetDefaults` and `PyFunction_SetDefaults` (#98449)
Nikita Sobolev
2022-10-27
1
-0/+42
*
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...
Eric Snow
2022-10-26
1
-0/+39
*
gh-94808: cover `PyMapping_HasKeyString` and `PyMapping_HasKey` (#98486)
Nikita Sobolev
2022-10-26
1
-0/+12
*
gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)
Carl Meyer
2022-10-21
1
-1/+168
*
gh-94808: Cover `PyFunction_GetCode`, `PyFunction_GetGlobals`, `PyFunction_Ge...
Nikita Sobolev
2022-10-16
1
-0/+35
*
gh-94808: Cover `PyEval_GetFuncName` (#98246)
Nikita Sobolev
2022-10-15
1
-0/+15
*
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
Carl Meyer
2022-10-08
1
-16/+44
*
Fix memory leaks in test_capi (#98017)
Carl Meyer
2022-10-07
1
-0/+3
*
GH-91052: Add C API for watching dictionaries (GH-31787)
Carl Meyer
2022-10-07
1
-0/+132
*
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith
2022-10-03
1
-0/+33
*
gh-93884: Improve test coverage of `PyNumber_ToBase` (GH-93932)
Charlie Zhao
2022-09-04
1
-8/+24
*
GH-96071: add regression test for #96071 (GH-96137)
Kumar Aditya
2022-08-22
1
-0/+15
*
GH-95589: Dont crash when subclassing extension classes with multiple inherit...
Mark Shannon
2022-08-17
1
-11/+33
*
GH-95245: Move weakreflist into the pre-header. (GH-95996)
Mark Shannon
2022-08-16
1
-0/+31
*
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854)
Mark Shannon
2022-08-15
1
-0/+24
*
gh-95388: Suppress deprecation warning in test_immutable_type_with_mutable_ba...
Erlend E. Aasland
2022-08-08
1
-0/+1
*
gh-95388: Deprecate creating immutable types with mutable bases (GH-95533)
Petr Viktorin
2022-08-04
1
-0/+29
*
GH-92678: Fix tp_dictoffset inheritance. (GH-95596)
Mark Shannon
2022-08-03
1
-0/+19
*
GH-92678: Expose managed dict clear and visit functions (#95246)
Mark Shannon
2022-07-25
1
-0/+14
*
gh-77782: Py_FdIsInteractive() now uses PyConfig.interactive (#93916)
Victor Stinner
2022-06-17
1
-8/+9
*
gh-93466: Document PyType_Spec doesn't accept repeated slot IDs; raise where ...
Petr Viktorin
2022-06-10
1
-0/+6
*
gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)
Wenzel Jakob
2022-05-27
1
-0/+13
*
gh-69443: Add test.support.Py_DEBUG constant (#93226)
Victor Stinner
2022-05-25
1
-8/+5
*
gh-90473: WASI: Mark tests that require os.pipe() (GH-92837)
Christian Heimes
2022-05-16
1
-0/+2
*
gh-82616: Add process_group support to subprocess.Popen (#23930)
Gregory P. Smith
2022-05-05
1
-3/+3
*
GH-92239: Make sure that PEP 523 is supported, even when specializing first. ...
Mark Shannon
2022-05-04
1
-0/+28
*
gh-91401: Add a failsafe way to disable vfork. (#91490)
Gregory P. Smith
2022-04-25
1
-3/+3
*
gh-89373: _Py_Dealloc() checks tp_dealloc exception (#32357)
Victor Stinner
2022-04-21
1
-2/+12
*
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
Irit Katriel
2022-04-15
1
-0/+22
*
Add new PyFrame_GetLasti C-API function (GH-32413)
Mark Shannon
2022-04-08
1
-0/+1
*
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes
2022-04-07
1
-0/+2
*
bpo-40421: test_capi uses assertEqual(), not assertEquals() (GH-32361)
Victor Stinner
2022-04-06
1
-1/+1
*
bpo-40421: Add missing getters for frame object attributes to C-API. (GH-32114)
Mark Shannon
2022-03-31
1
-0/+20
*
bpo-46841: Use inline cache for `BINARY_SUBSCR`. (GH-31618)
Mark Shannon
2022-03-01
1
-1/+1
*
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin
2022-02-11
1
-2/+2
*
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes
2022-02-05
1
-0/+2
*
bpo-46433: _PyType_GetModuleByDef: handle static types in MRO (GH-30696)
Petr Viktorin
2022-02-02
1
-0/+16
*
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes
2022-01-25
1
-0/+1
*
bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)
Christian Heimes
2022-01-20
1
-0/+6
*
bpo-44133: Skip PyThread_get_thread_native_id() if not available (GH-30636)
Victor Stinner
2022-01-17
1
-1/+7
*
bpo-44133: Link Python executable with object files (GH-30556)
Victor Stinner
2022-01-13
1
-0/+18
*
bpo-46263: Fix second location that needs MALLOC_CONF on FreeBSD (GH-30440)
Christian Heimes
2022-01-06
1
-1/+5
*
bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (G...
Christian Heimes
2022-01-06
1
-2/+7
*
bpo-43931: Export Python version as API data (GH-25577)
Gabriele N. Tornetta
2021-12-10
1
-0/+3
[next]