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-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
*
gh-102381: don't call watcher callback with dead object (#102382)
Carl Meyer
2023-03-08
1
-1/+12
*
gh-102493: fix normalization in PyErr_SetObject (#102502)
Irit Katriel
2023-03-07
1
-0/+15
*
gh-101101: Fix test_code_extra to reset value for refleak test (gh-102350)
Dong-hee Na
2023-03-02
1
-1/+5
*
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
Petr Viktorin
2023-02-28
2
-0/+116
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in...
Irit Katriel
2023-02-24
2
-12/+9
*
gh-93649: Split exception tests from _testcapimodule.c (GH-102173)
Erlend E. Aasland
2023-02-23
2
-0/+278
*
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon
2023-02-08
1
-9/+15
*
gh-93649: Split tracemalloc tests from _testcapimodule.c (#99551)
Erlend E. Aasland
2022-12-17
1
-0/+81
*
gh-99240: Reset pointer to NULL when the pointed memory is freed in argument ...
colorfulappl
2022-12-17
1
-0/+19
*
GH-100000: Cleanup and polish various watchers code (GH-99998)
Itamar Ostricher
2022-12-14
1
-2/+4
*
GH-91054: Reset static events counts in code watchers tests (#99978)
Itamar Ostricher
2022-12-04
1
-0/+9
*
GH-91054: Add code object watchers API (GH-99859)
Itamar Ostricher
2022-12-02
1
-0/+131
*
gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613)
Serhiy Storchaka
2022-12-01
1
-0/+36
*
gh-99593: Add tests for Unicode C API (part 1) (GH-99651)
Serhiy Storchaka
2022-11-29
1
-6/+332
*
gh-91053: Add an optional callback that is invoked whenever a function is mod...
mpage
2022-11-22
1
-0/+237
*
gh-99537: Use Py_SETREF() function in longobject C code (#99655)
Victor Stinner
2022-11-22
1
-8/+4
*
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH...
Petr Viktorin
2022-11-22
2
-0/+218
*
gh-93649: Split float/long tests from _testcapimodule.c (GH-99549)
Erlend E. Aasland
2022-11-17
4
-0/+867
*
gh-93649: Split watcher API tests from _testcapimodule.c (#99532)
Erlend E. Aasland
2022-11-16
2
-0/+303
*
gh-93649: Split memory and docstring tests from _testcapimodule.c (#99517)
Erlend E. Aasland
2022-11-16
3
-0/+752
*
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99513)
Victor Stinner
2022-11-16
1
-4/+2
*
gh-93649: Split pytime and datetime tests from _testcapimodule.c (#99494)
Erlend E. Aasland
2022-11-15
3
-0/+729
*
gh-93649: Split getargs tests from _testcapimodule.c (#99346)
Erlend E. Aasland
2022-11-14
2
-0/+921
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99440)
Victor Stinner
2022-11-13
1
-6/+3
*
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Wenzel Jakob
2022-10-27
1
-4/+101
*
gh-94808: Cover `PyUnicode_Count` in CAPI (#96929)
Nikita Sobolev
2022-10-06
1
-0/+21
*
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
adphrost
2022-09-15
1
-0/+19
[next]