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
*
gh-108314: Add PyDict_ContainsString() function (#108323)
Victor Stinner
2023-08-24
1
-0/+14
*
gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)
Victor Stinner
2023-08-22
1
-4/+5
*
gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (...
Serhiy Storchaka
2023-08-19
2
-1/+104
*
Revert "gh-104469 : Convert _testcapi/vectorcall_limited.c to use AC … (gh-...
Dong-hee Na
2023-08-14
2
-68/+4
*
gh-104469 : Convert _testcapi/vectorcall_limited.c to use AC (gh-107857)
nahyeon
2023-08-12
2
-4/+68
*
gh-84805: Autogenerate signature for METH_NOARGS and METH_O extension functio...
Serhiy Storchaka
2023-08-11
1
-9/+55
*
gh-91054: make code watcher tests resilient to other watchers (#107821)
Carl Meyer
2023-08-09
1
-3/+11
*
gh-107178: Add the C API tests for the Abstract Objects Layer (GH-107179)
Serhiy Storchaka
2023-08-07
3
-0/+1018
*
gh-107609: Fix duplicate module check in Argument Clinic (#107610)
Erlend E. Aasland
2023-08-04
1
-2/+1
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
4
-18/+19
*
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka
2023-07-25
1
-68/+24
*
gh-106320: Remove private _PyMem API (#107187)
Victor Stinner
2023-07-24
1
-12/+0
*
gh-106320: Remove private _PyObject C API (#107147)
Victor Stinner
2023-07-23
1
-75/+0
*
gh-47146: Fix reference counting in _testcapi.structmember initializer (GH-10...
Serhiy Storchaka
2023-07-21
1
-1/+1
*
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
Serhiy Storchaka
2023-07-18
2
-12/+4
*
gh-99593: Add tests for Unicode C API (part 3) (GH-104728)
Serhiy Storchaka
2023-07-10
1
-1/+506
*
gh-104469: Convert_testcapi/vectorcall.c to use AC (gh-106557)
littlebutt's workshop
2023-07-09
2
-25/+140
*
gh-106320: Remove _PyUnicode_TransformDecimalAndSpaceToASCII() (#106398)
Victor Stinner
2023-07-04
1
-9/+0
*
gh-91053: make func watcher tests resilient to other func watchers (#106286)
Carl Meyer
2023-07-03
1
-12/+11
*
gh-106320: _testcapi avoids private _PyUnicode_EqualToASCIIString() (#106341)
Victor Stinner
2023-07-02
1
-1/+1
*
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki
2023-07-02
4
-6/+0
*
gh-106320: Remove private _PyTraceMalloc C API functions (#106324)
Victor Stinner
2023-07-02
1
-18/+0
*
gh-106316: Remove pytime.h header file (#106317)
Victor Stinner
2023-07-01
2
-275/+0
*
gh-106023: Remove _PyObject_FastCall() function (#106265)
Victor Stinner
2023-06-30
1
-18/+0
*
gh-106033: Get rid of new occurrences of PyDict_GetItem and PyObject_HasAttr ...
Serhiy Storchaka
2023-06-23
1
-1/+1
*
gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (GH-105386)
Petr Viktorin
2023-06-12
1
-0/+13
*
gh-105375: Harden error handling in `_testcapi/heaptype.c` (#105608)
Erlend E. Aasland
2023-06-09
1
-1/+4
*
gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)
Victor Stinner
2023-06-01
1
-4/+4
*
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki
2023-05-31
1
-40/+0
*
gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementatio...
Irit Katriel
2023-05-30
2
-1/+49
*
gh-104469: Convert _testcapi/long to use AC (gh-104720)
Dong-hee Na
2023-05-23
2
-35/+250
*
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
*
gh-102755: PyErr_DisplayException only in ABI >= 3.12. Tests cover PyErr_Disp...
Irit Katriel
2023-03-21
1
-3/+13
*
gh-102755: Add PyErr_DisplayException(exc) (#102756)
Irit Katriel
2023-03-16
1
-10/+3
*
gh-102594: PyErr_SetObject adds note to exception raised on normalization err...
Irit Katriel
2023-03-16
1
-0/+21
[next]