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
*
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
*
|
Issue #23571: _Py_CheckFunctionResult() now gives the name of the function
Victor Stinner
2015-03-21
1
-0/+44
*
|
#22731 test_capi test fails because of mismatched newlines
Steve Dower
2014-11-01
1
-3/+4
*
|
Issue #18093: fix test_capi test skip due to _testembed move
Nick Coghlan
2014-09-25
1
-1/+1
*
|
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson
2014-04-10
1
-0/+17
*
|
Issue #19977: Fix test_capi when LC_CTYPE locale is POSIX
Victor Stinner
2014-03-18
1
-14/+18
|
/
*
Issue #20530: Argument Clinic's signature format has been revised again.
Larry Hastings
2014-02-09
1
-4/+13
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-1/+2
|
\
|
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-1/+2
*
|
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings
2014-01-28
1
-1/+1
*
|
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings
2014-01-24
1
-3/+3
*
|
Fix inspect.signature tests for builtins when docstrings are compiled out.
Larry Hastings
2013-11-24
1
-0/+3
*
|
Issue #19674: inspect.signature() now produces a correct signature
Larry Hastings
2013-11-23
1
-0/+29
*
|
Issue #18874: Implement the PEP 454 (tracemalloc)
Victor Stinner
2013-11-23
1
-1/+1
*
|
Issue #19440: Clean up test_capi
Zachary Ware
2013-11-12
1
-14/+8
|
\
\
|
|
/
|
*
Issue #19440: Clean up test_capi
Zachary Ware
2013-11-12
1
-13/+7
*
|
Close #19439: execute embedding tests on Windows
Nick Coghlan
2013-11-03
1
-32/+46
*
|
Issue #16129: this should appease the buildbots
Nick Coghlan
2013-10-18
1
-8/+7
*
|
Skip #16129 test until I debug cross-platform issues
Nick Coghlan
2013-10-17
1
-0/+1
*
|
Try to debug overspecified test :(
Nick Coghlan
2013-10-17
1
-1/+2
*
|
Issue #16129: Add `Py_SetStandardStreamEncoding`
Nick Coghlan
2013-10-17
1
-25/+71
*
|
Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppre...
Antoine Pitrou
2013-10-08
1
-1/+1
*
|
test_capi: make a specific test case for the subinterpreter test
Antoine Pitrou
2013-08-01
1
-1/+6
|
/
*
Fix indentation.
Ezio Melotti
2013-03-05
1
-4/+4
[next]