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-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
*
bpo-32030: Rework memory allocators (#4625)
Victor Stinner
2017-11-29
1
-2/+1
*
bpo-32136: Separate embedding tests from C API tests (GH-4567)
Nick Coghlan
2017-11-27
1
-186/+1
*
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
Victor Stinner
2017-11-24
1
-0/+10
*
test_capi.test__testcapi() becomes more verbose (#4197)
Victor Stinner
2017-10-31
1
-4/+9
*
bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() al...
Oren Milman
2017-10-08
1
-1/+45
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-8/+2
*
bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406)
xdegaye
2017-07-01
1
-1/+33
*
bpo-28180: Fix test_capi.test_forced_io_encoding() (#2155)
Victor Stinner
2017-06-13
1
-1/+1
*
bpo-28180: Implementation for PEP 538 (#659)
Nick Coghlan
2017-06-11
1
-19/+16
*
bpo-30447: Fix/skip the subinterpreters test on some platforms. (#1791)
Eric Snow
2017-05-25
1
-43/+42
*
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
Eric Snow
2017-05-23
1
-5/+86
*
bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (#1316)
Serhiy Storchaka
2017-05-03
1
-18/+41
*
bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110)
Serhiy Storchaka
2017-04-19
1
-3/+3
*
bpo-29951: Include function name for some error messages in `PyArg_ParseTuple...
Michael Seifert
2017-04-09
1
-4/+4
*
Issue #24932: Use proper command line parsing in _testembed
Steve Dower
2017-01-02
1
-1/+1
*
Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising
Serhiy Storchaka
2016-10-21
1
-2/+2
*
Issue #28484: Skip tests if GIL is not used or multithreading is disabled
Martin Panter
2016-10-20
1
-0/+1
*
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-5/+5
*
Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support
Serhiy Storchaka
2016-06-09
1
-0/+25
*
Issue #27076: Merge spelling from 3.5
Martin Panter
2016-05-26
1
-1/+1
|
\
|
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
|
Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
Serhiy Storchaka
2016-05-20
1
-0/+3
|
\
\
|
|
/
|
*
Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
Serhiy Storchaka
2016-05-20
1
-0/+3
*
|
Fail if PyMem_Malloc() is called without holding the GIL
Victor Stinner
2016-03-16
1
-4/+13
*
|
Issue #26564: Fix test_capi
Victor Stinner
2016-03-15
1
-0/+2
*
|
Check the GIL in PyObject_Malloc()
Victor Stinner
2016-03-14
1
-9/+21
*
|
Issue #26516: Fix test_capi on AIX
Victor Stinner
2016-03-14
1
-1/+1
*
|
Issue #26516: Fix test_capi on 32-bit system
Victor Stinner
2016-03-14
1
-11/+9
*
|
Issue #26516: Fix test_capi on Windows
Victor Stinner
2016-03-14
1
-4/+8
*
|
Add PYTHONMALLOC env var
Victor Stinner
2016-03-14
1
-0/+59
*
|
Issue #26312: SystemError is now raised in all programming bugs with using
Serhiy Storchaka
2016-02-11
1
-2/+2
*
|
Issue #26198: ValueError is now raised instead of TypeError on buffer
Serhiy Storchaka
2016-02-07
1
-2/+2
|
/
*
Issue #26198: Fixed error messages for some argument parsing errors.
Serhiy Storchaka
2016-02-07
1
-1/+1
*
Issue #25800: Merge with 3.4
Zachary Ware
2015-12-05
1
-1/+2
|
\
|
*
Issue #25800: Fix running test_capi directly
Zachary Ware
2015-12-05
1
-1/+2
*
|
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
1
-1/+1
*
|
Issue #20586: Argument Clinic now ensures signatures on functions without doc...
Zachary Ware
2015-04-13
1
-1/+5
*
|
Issue #23799: Added test.support.start_threads() for running and cleaning up
Serhiy Storchaka
2015-04-01
1
-9/+5
|
\
\
|
|
/
|
*
Issue #23799: Added test.support.start_threads() for running and cleaning up
Serhiy Storchaka
2015-04-01
1
-9/+5
*
|
Issue #23571: Enhance _Py_CheckFunctionResult()
Victor Stinner
2015-03-24
1
-4/+4
*
|
Issue #23571: Update test_capi
Victor Stinner
2015-03-24
1
-2/+23
*
|
Issue #23571: Fix test_capi
Victor Stinner
2015-03-21
1
-2/+2
[next]