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.12] Refactor test_capi.test_long (GH-122113) (GH-122151)
Serhiy Storchaka
2024-07-23
1
-161/+65
*
[3.12] gh-121842: Improve coverage of `PyBytes_FromStringAndSize` (GH-121843)...
Miss Islington (bot)
2024-07-17
1
-0/+2
*
[3.12] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadSta...
Sam Gross
2024-05-31
1
-0/+16
*
[3.12] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...
Eric Snow
2024-05-22
1
-0/+33
*
[3.12] gh-117968: Add tests for the part of the PyRun family of the C API (GH...
Serhiy Storchaka
2024-04-22
1
-0/+106
*
[3.12] gh-117694: Improve tests for PyEval_EvalCodeEx() (GH-117695) (GH-117884)
Miss Islington (bot)
2024-04-15
1
-11/+81
*
[3.12] gh-115142: Skip `test_capi.test_dict.py` if `_testcapi` is not availab...
Kirill Podoprigora
2024-04-11
1
-1/+3
*
[3.12] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bi...
Serhiy Storchaka
2024-03-20
1
-0/+23
*
[3.12] gh-116656: Fix test_capi test_py_config_isoloated_per_interpreter() (G...
Miss Islington (bot)
2024-03-12
1
-0/+1
*
[3.12] gh-115011: Improve support of __index__() in setters of members with u...
Serhiy Storchaka
2024-02-11
1
-30/+14
*
[3.12] gh-114392: Improve test_capi.test_structmembers (GH-114393) (GH-115010)
Miss Islington (bot)
2024-02-04
1
-124/+93
*
[3.12] gh-114388: Fix warnings when assign an unsigned integer member (GH-114...
Serhiy Storchaka
2024-02-04
1
-0/+37
*
[3.12] gh-81682: Fix test failures when CPython is built without docstrings (...
Serhiy Storchaka
2023-12-23
1
-0/+2
*
[3.12] Add more C API tests (GH-112522) (GH-112525)
Miss Islington (bot)
2023-11-29
1
-0/+86
*
[3.12] gh-109802: Increase test coverage for complexobject.c (GH-112452) (GH-...
Miss Islington (bot)
2023-11-28
1
-0/+87
*
[3.12] gh-112438: Fix support of format units with the "e" prefix in nested t...
Miss Islington (bot)
2023-11-27
1
-0/+28
*
[3.12] gh-111495: Add tests for PyList C API (GH-111562) (GH-111861)
Miss Islington (bot)
2023-11-08
1
-0/+277
*
[3.12] gh-111765: Move old PyFloat_* tests to Lib/test/test_capi/test_float.p...
Miss Islington (bot)
2023-11-07
1
-0/+65
*
[3.12] gh-111495: Add tests for PyComplex C API (GH-111591) (GH-111753)
Miss Islington (bot)
2023-11-05
1
-0/+146
*
[3.12] gh-111495: Add tests for PyFloat C API (GH-111624) (GH-111752)
Miss Islington (bot)
2023-11-05
1
-0/+117
*
[3.12] gh-111495: Test C API functions with extreme sizes and indices (GH-111...
Serhiy Storchaka
2023-11-04
4
-41/+130
*
[3.12] gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496) (GH...
Miss Islington (bot)
2023-11-01
3
-1/+381
*
[3.12] gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455) (G...
Miss Islington (bot)
2023-10-30
1
-0/+45
*
[3.12] gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111...
Serhiy Storchaka
2023-10-25
2
-40/+149
*
[3.12] gh-67565: Add tests for C-contiguity checks (GH-110951) (GH-111198)
Furkan Onder
2023-10-23
1
-0/+19
*
[3.12] Add tests for failing PyUnicode_AsUTF8AndSize() with psize=NULL (GH-11...
Miss Islington (bot)
2023-10-20
1
-0/+4
*
[3.12] gh-110628: Add tests for PyLong C API (GH-110629) (GH-110854)
Serhiy Storchaka
2023-10-14
1
-0/+366
*
[3.12] gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817)...
Miss Islington (bot)
2023-10-13
1
-5/+31
*
[3.12] gh-84489: C API: Add tests for Py_BuildValue() (GH-110596) (GH-110680)
Miss Islington (bot)
2023-10-11
1
-0/+80
*
[3.12] gh-110525: Add CAPI tests for set and frozenset objects (GH-110526). (...
Nikita Sobolev
2023-10-09
1
-0/+215
*
[3.12] gh-109496: Skip test_capi.test_decref_freed_object() on ASAN (GH-10957...
Miss Islington (bot)
2023-10-02
1
-0/+2
*
[3.12] gh-109496: Detect Py_DECREF() after dealloc in debug mode (GH-109539) ...
Miss Islington (bot)
2023-09-18
1
-10/+26
*
[3.12] gh-80527: Change support.requires_legacy_unicode_capi() (GH-108438) (#...
Miss Islington (bot)
2023-08-25
1
-4/+4
*
[3.12] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_For...
Miss Islington (bot)
2023-08-20
1
-0/+81
*
[3.12] gh-91051: fix type watcher test to be robust to existing watcher (GH-1...
Miss Islington (bot)
2023-08-16
1
-6/+4
*
[3.12] gh-107178: Add the C API tests for the Abstract Objects Layer (GH-1071...
Serhiy Storchaka
2023-08-16
3
-131/+1072
*
[3.12] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject()...
Serhiy Storchaka
2023-08-16
1
-0/+42
*
[3.12] gh-91051: fix segfault when using all 8 type watchers (GH-107853) (#10...
Miss Islington (bot)
2023-08-16
1
-0/+12
*
[3.12] gh-107810: Improve DeprecationWarning for metaclasses with custom tp_n...
Miss Islington (bot)
2023-08-11
1
-1/+1
*
[3.12] gh-104621: Check for Incompatible Extensions in import_find_extension(...
Miss Islington (bot)
2023-07-27
1
-1/+1
*
[3.12] gh-106714: Fix test_capi to not write a coredump (GH-107007) (#107009)
Miss Islington (bot)
2023-07-22
1
-3/+9
*
[3.12] gh-99593: Add tests for Unicode C API (part 3) (GH-104728) (GH-106595)
Serhiy Storchaka
2023-07-10
1
-0/+466
*
[3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)
Eric Snow
2023-06-14
1
-1/+402
*
[3.12] gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (G...
Miss Islington (bot)
2023-06-12
1
-7/+36
*
[3.12] gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready()...
Miss Islington (bot)
2023-06-01
1
-1/+37
*
[3.12] gh-105020: Share tp_bases and tp_mro Between Interpreters For All Stat...
Miss Islington (bot)
2023-06-01
1
-0/+33
*
[3.12] gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implem...
Irit Katriel
2023-05-30
1
-0/+93
*
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka
2023-05-21
1
-58/+159
*
GH-101291: Add low level, unstable API for pylong (GH-101685)
Mark Shannon
2023-05-21
1
-0/+39
*
gh-104469: Convert _testcapi/exceptions to use AC (gh-104502)
Dong-hee Na
2023-05-21
1
-1/+1
[next]