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-42979: Enhance abstract.c assertions checking slot result (GH-24352)
Victor Stinner
2021-01-27
1
-32/+65
*
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Victor Stinner
2021-01-25
1
-1/+1
*
bpo-42955: Add sys.modules_names (GH-24238)
Victor Stinner
2021-01-25
1
-3/+14
*
bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254)
Victor Stinner
2021-01-19
1
-7/+16
*
bpo-42923: Dump extension modules on fatal error (GH-24207)
Victor Stinner
2021-01-18
1
-0/+10
*
bpo-42923: Add Py_FatalError() test in test_capi (GH-24240)
Victor Stinner
2021-01-18
1
-0/+9
*
bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123)
Hai Shi
2020-11-06
1
-0/+3
*
closes bpo-41689: Preserve text signature from tp_doc in C heap type creation...
Benjamin Peterson
2020-09-02
1
-0/+4
*
bpo-41338: Fix DeprecationWarning in tests (GH-21542)
Inada Naoki
2020-07-20
1
-0/+6
*
bpo-40275: Use new test.support helper submodules in tests (GH-21314)
Hai Shi
2020-07-06
1
-1/+2
*
bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp...
scoder
2020-07-03
1
-0/+8
*
bpo-35975: Only use cf_feature_version if PyCF_ONLY_AST in cf_flags (#21021)
Guido van Rossum
2020-06-28
1
-0/+21
*
bpo-40724: Support setting buffer slots from type specs (GH-20648)
scoder
2020-06-06
1
-0/+5
*
bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571)
Victor Stinner
2020-06-01
1
-1/+4
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-27
1
-2/+3
*
bpo-38787: C API for module state access from extension methods (PEP 573) (GH...
Petr Viktorin
2020-05-07
1
-0/+73
*
bpo-40302: Add pycore_byteswap.h header file (GH-19552)
Victor Stinner
2020-04-17
1
-0/+8
*
bpo-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051)
Victor Stinner
2020-03-18
1
-1/+2
*
bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is call...
Serhiy Storchaka
2020-03-09
1
-0/+14
*
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner
2020-03-06
1
-9/+11
*
bpo-38875: test_capi: trashcan tests require cpu resource (GH-17314)
Victor Stinner
2019-11-21
1
-0/+2
*
bpo-38417: Add umask support to subprocess (GH-16726)
Gregory P. Smith
2019-10-12
1
-3/+3
*
bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612)
Victor Stinner
2019-10-07
1
-0/+3
*
bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076)
Eddie Elizondo
2019-09-19
1
-0/+27
*
bpo-38070: Py_FatalError() logs runtime state (GH-16246)
Victor Stinner
2019-09-17
1
-0/+2
*
bpo-36046: Add user and group parameters to subprocess (GH-11950)
Patrick McLean
2019-09-12
1
-3/+3
*
bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (G...
Eddie Elizondo
2019-09-11
1
-0/+86
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-1/+0
*
bpo-37191: Move TestPEP590 from test_capi to test_call (GH-13892)
Victor Stinner
2019-06-07
1
-115/+0
*
bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888)
Victor Stinner
2019-06-07
1
-14/+15
*
Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-06-03
1
-1/+1
*
bpo-36974: Make tp_call=PyVectorcall_Call work for inherited types (GH-13699)
Petr Viktorin
2019-06-02
1
-5/+25
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13...
Eric Snow
2019-06-01
1
-1/+1
*
bpo-36379: __ipow__ must be a ternaryfunc, not a binaryfunc (GH-13546)
Zackery Spytz
2019-05-31
1
-0/+7
*
bpo-36974: inherit the vectorcall protocol (GH-13498)
Jeroen Demeyer
2019-05-30
1
-1/+26
*
bpo-36974: implement PEP 590 (GH-13185)
Jeroen Demeyer
2019-05-29
1
-0/+47
*
bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338)
Jeroen Demeyer
2019-05-28
1
-0/+24
*
bpo-31862: Port binascii to PEP 489 multiphase initialization (GH-4108)
Marcel Plch
2019-05-22
1
-0/+13
*
bpo-35983: skip trashcan for subclasses (GH-11841)
Jeroen Demeyer
2019-05-10
1
-0/+43
*
bpo-36611: Disable serialno field of debug memory allocators (#12796)
Victor Stinner
2019-04-12
1
-2/+2
*
bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()...
Eric Snow
2019-04-12
1
-1/+1
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12...
Eric Snow
2019-04-12
1
-1/+1
*
bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782)
Victor Stinner
2019-04-11
1
-4/+4
*
bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770)
Victor Stinner
2019-04-11
1
-0/+23
*
bpo-35059: Enhance _PyObject_AssertFailed() (GH-10642)
Victor Stinner
2018-11-21
1
-1/+1
*
bpo-29564:_PyMem_DumpTraceback() suggests enabling tracemalloc (GH-10510)
Victor Stinner
2018-11-13
1
-0/+4
*
bpo-9263: _Py_NegativeRefcount() use _PyObject_AssertFailed() (GH-10109)
Victor Stinner
2018-10-26
1
-2/+3
*
bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093)
Victor Stinner
2018-10-25
1
-0/+17
*
bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8...
Serhiy Storchaka
2018-08-06
1
-180/+3
*
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
Serhiy Storchaka
2018-07-11
1
-0/+32
[next]