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
/
Modules
/
_testcapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-117968: Make the test for closed file more safe in the C API tests ...
Miss Islington (bot)
2024-04-25
1
-2/+4
*
[3.12] gh-117968: Add tests for the part of the PyRun family of the C API (GH...
Serhiy Storchaka
2024-04-22
2
-0/+114
*
[3.12] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bi...
Serhiy Storchaka
2024-03-20
1
-0/+13
*
[3.12] gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-11...
Antoine Pitrou
2024-03-18
1
-2/+2
*
[3.12] bpo-36796: Clean the error handling in _testcapimodule.c (GH-13085) (G...
Miss Islington (bot)
2023-12-14
1
-8/+38
*
[3.12] Add more C API tests (GH-112522) (GH-112525)
Miss Islington (bot)
2023-11-29
1
-0/+33
*
[3.12] gh-109802: Increase test coverage for complexobject.c (GH-112452) (GH-...
Miss Islington (bot)
2023-11-28
1
-0/+59
*
[3.12] gh-112438: Fix support of format units with the "e" prefix in nested t...
Miss Islington (bot)
2023-11-27
1
-5/+9
*
[3.12] gh-111495: Add tests for PyList C API (GH-111562) (GH-111861)
Miss Islington (bot)
2023-11-08
1
-1/+179
*
[3.12] gh-111495: Add tests for PyComplex C API (GH-111591) (GH-111753)
Miss Islington (bot)
2023-11-05
1
-0/+92
*
[3.12] gh-111495: Add tests for PyFloat C API (GH-111624) (GH-111752)
Miss Islington (bot)
2023-11-05
1
-0/+74
*
[3.12] gh-111495: Add tests for PyBytes and PyByteArray C API (GH-111496) (GH...
Miss Islington (bot)
2023-11-01
2
-0/+346
*
[3.12] gh-111495: add stub files for C API test modules (GH-111586) (GH-111592)
Sergey B Kirpichev
2023-11-01
9
-2/+144
*
[3.12] gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455) (G...
Miss Islington (bot)
2023-10-30
1
-0/+17
*
[3.12] gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111...
Serhiy Storchaka
2023-10-25
2
-0/+58
*
[3.12] gh-110572: Fix potential leaks in test_*_code in _testcapi/getargs.c (...
Miss Islington (bot)
2023-10-21
1
-33/+57
*
[3.12] gh-110628: Add tests for PyLong C API (GH-110629) (GH-110854)
Serhiy Storchaka
2023-10-14
1
-0/+222
*
[3.12] gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817)...
Miss Islington (bot)
2023-10-13
1
-13/+39
*
[3.12] gh-110549: Remove unused includes of <stddef.h> in _testcapi (GH-11055...
Serhiy Storchaka
2023-10-09
3
-6/+0
*
[3.12] gh-110525: Cover PySet_Add corner case with frozenset objects (GH-1105...
Miss Islington (bot)
2023-10-09
1
-0/+37
*
[3.12] gh-110525: Add CAPI tests for set and frozenset objects (GH-110526). (...
Nikita Sobolev
2023-10-09
2
-0/+163
*
[3.12] gh-109469: Silence compiler warnings on string comparisons in _testcap...
Miss Islington (bot)
2023-10-02
1
-1/+2
*
[3.12] C API tests: use special markers to test that output parameters were s...
Serhiy Storchaka
2023-09-08
5
-20/+44
*
[3.12] Add Modules/_testcapi/util.h header (GH-108774) (#108780)
Miss Islington (bot)
2023-09-02
5
-77/+46
*
[3.12] gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_For...
Miss Islington (bot)
2023-08-20
2
-1/+105
*
[3.12] gh-107178: Add the C API tests for the Abstract Objects Layer (GH-1071...
Serhiy Storchaka
2023-08-16
3
-0/+860
*
[3.12] gh-91054: make code watcher tests resilient to other watchers (GH-1078...
Miss Islington (bot)
2023-08-11
1
-3/+11
*
[3.12] gh-47146: Fix reference counting in _testcapi.structmember initializer...
Miss Islington (bot)
2023-07-21
1
-1/+1
*
[3.12] gh-99593: Add tests for Unicode C API (part 3) (GH-104728) (GH-106595)
Serhiy Storchaka
2023-07-10
1
-1/+506
*
[3.12] gh-91053: make func watcher tests resilient to other func watchers (GH...
Miss Islington (bot)
2023-07-03
1
-12/+11
*
[3.12] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… (#10...
Serhiy Storchaka
2023-06-24
1
-1/+1
*
[3.12] gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (G...
Miss Islington (bot)
2023-06-12
1
-0/+13
*
[3.12] gh-105375: Harden error handling in `_testcapi/heaptype.c` (GH-105608)...
Miss Islington (bot)
2023-06-09
1
-1/+4
*
[3.12] gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implem...
Irit Katriel
2023-05-30
2
-1/+49
*
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka
2023-05-21
1
-15/+48
*
GH-101291: Add low level, unstable API for pylong (GH-101685)
Mark Shannon
2023-05-21
1
-0/+13
*
gh-104469: Convert _testcapi/exceptions to use AC (gh-104502)
Dong-hee Na
2023-05-21
2
-97/+531
*
gh-104469: Update README.txt for _testcapi (gh-104529)
Dong-hee Na
2023-05-17
1
-0/+7
*
gh-104469: Convert _testcapi/watchers.c to use Argument Clinic (#104503)
Nikita Sobolev
2023-05-15
2
-43/+259
*
gh-104469 Convert _testcapi/float.c to use AC (gh-104470)
Dong-hee Na
2023-05-15
2
-19/+123
*
gh-93649: Split gc- and allocation tests from _testcapimodule.c (GH-104403)
Jurica Bradarić
2023-05-12
2
-0/+345
*
Trim trailing whitespace and test on CI (#104275)
Hugo van Kemenade
2023-05-08
1
-1/+1
*
gh-99593: Add tests for Unicode C API (part 2) (#99868)
Serhiy Storchaka
2023-05-04
1
-27/+479
*
gh-102500: Implement PEP 688 (#102521)
Jelle Zijlstra
2023-05-04
2
-0/+103
*
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
3
-1/+474
*
gh-103968: Deprecate creating heap types whose metaclass has custom tp_new. (...
Petr Viktorin
2023-05-03
1
-1/+15
*
gh-84436: Add integration C API tests for immortal objects (gh-103962)
Dong-hee Na
2023-05-02
2
-0/+48
*
Fix typos in faulthandler, testcapi error messages (#103020)
Liyang Zhang
2023-03-25
1
-2/+2
*
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon
2023-03-22
1
-1/+1
*
GH-94808: Cover `PyOS_mystrnicmp` and `PyOS_mystricmp` (gh-102469)
Artem Mukhin
2023-03-22
2
-0/+61
[next]