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
/
_testcapimodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka
2015-03-18
1
-1/+1
*
Fix regression introduced by changeset 7c6e3358221a that caused compile
Ned Deily
2015-03-05
1
-2/+2
*
Silenced minor GCC warnings.
Serhiy Storchaka
2015-02-26
1
-0/+7
*
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka
2015-02-16
1
-1/+1
|
\
|
*
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka
2015-02-16
1
-1/+1
*
|
Issue #23392: Added tests for marshal C API that works with FILE*.
Serhiy Storchaka
2015-02-06
1
-0/+166
|
\
\
|
|
/
|
*
Issue #23392: Added tests for marshal C API that works with FILE*.
Serhiy Storchaka
2015-02-06
1
-0/+166
*
|
Issue #14203: Temporary fix for the compile failure on Windows.
Stefan Krah
2015-02-03
1
-0/+4
*
|
Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer()
Stefan Krah
2015-02-03
1
-2/+20
*
|
Issue #14203: Remove obsolete support for view==NULL in PyBuffer_FillInfo()
Stefan Krah
2015-02-03
1
-0/+34
*
|
Merge from 3.4.
Stefan Krah
2015-02-01
1
-0/+51
|
\
\
|
|
/
|
*
Issue #23370: Fix off-by-one error for non-contiguous buffers.
Stefan Krah
2015-02-01
1
-0/+51
*
|
Merge 3.4
Victor Stinner
2014-10-09
1
-1/+1
|
\
\
|
|
/
|
*
Issue #22588: Fix typo in _testcapi.test_incref_decref_API()
Victor Stinner
2014-10-09
1
-1/+1
*
|
Issue #22156: Fix some "comparison between signed and unsigned integers"
Victor Stinner
2014-08-15
1
-1/+1
*
|
Issue #22116: C functions and methods (of the 'builtin_function_or_method' ty...
Antoine Pitrou
2014-08-06
1
-0/+16
*
|
Issue #22018: Add _testcapi.raise_signal()
Victor Stinner
2014-07-21
1
-0/+21
*
|
Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to
Victor Stinner
2014-06-02
1
-2/+2
*
|
(Merge 3.4) Issue #21639: Fix name of _testcapi test functions
Victor Stinner
2014-06-02
1
-2/+2
|
\
\
|
|
/
|
*
Issue #21639: Fix name of _testcapi test functions
Victor Stinner
2014-06-02
1
-2/+2
*
|
Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),
Victor Stinner
2014-05-02
1
-5/+68
*
|
Fix compiler warning on Windows
Zachary Ware
2014-04-23
1
-1/+1
*
|
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson
2014-04-10
1
-0/+107
|
/
*
Issue #20320: select.select() and select.kqueue.control() now round the timeout
Victor Stinner
2014-02-16
1
-6/+25
*
Issue #20530: Argument Clinic's signature format has been revised again.
Larry Hastings
2014-02-09
1
-5/+22
*
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings
2014-01-28
1
-4/+4
*
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings
2014-01-24
1
-4/+4
*
Issue #20226: Major improvements to Argument Clinic.
Larry Hastings
2014-01-16
1
-1/+3
*
Issue #20144: Argument Clinic now supports simple constants as parameter
Larry Hastings
2014-01-07
1
-0/+12
*
Backout changeset 46393019b650
Victor Stinner
2013-12-13
1
-4/+0
*
Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3,
Victor Stinner
2013-12-13
1
-0/+4
*
(Merge 3.3) Issue #14432: Fix compilation when thread support is disabled
Victor Stinner
2013-12-13
1
-0/+5
|
\
|
*
Issue #14432: Fix compilation when thread support is disabled
Victor Stinner
2013-12-13
1
-0/+4
|
*
Issue #14432: Generator now clears the borrowed reference to the thread state
Victor Stinner
2013-12-13
1
-0/+89
*
|
Issue #14432: Remove the thread state field from the frame structure. Fix a
Victor Stinner
2013-12-13
1
-0/+89
*
|
Issue #19674: inspect.signature() now produces a correct signature
Larry Hastings
2013-11-23
1
-0/+44
*
|
Issue #19433: test_capi: check signness of some C types
Victor Stinner
2013-10-29
1
-10/+34
*
|
Issue #19433: test_capi: add tests on the size of some C types
Victor Stinner
2013-10-29
1
-0/+40
*
|
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-1/+1
*
|
Fix warning: ‘ptr2’ may be used uninitialized in this function
Christian Heimes
2013-08-02
1
-0/+1
*
|
Test Py_IncRef() and Py_DecRef() C functions
Christian Heimes
2013-07-31
1
-0/+11
*
|
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou
2013-07-30
1
-0/+80
*
|
Handle yet another potential failure in testcapi
Christian Heimes
2013-07-26
1
-0/+2
|
\
\
|
|
/
|
*
Handle yet another potential failure in testcapi
Christian Heimes
2013-07-26
1
-0/+2
*
|
remove surplus and wrong Py_DECREF() introduced in 33891989c9cf
Christian Heimes
2013-07-26
1
-1/+0
|
\
\
|
|
/
|
*
remove surplus and wrong Py_DECREF() introduced in 33891989c9cf
Christian Heimes
2013-07-26
1
-1/+0
*
|
Fix memory leaks and add checks for failing malloc() calls to testcapi module
Christian Heimes
2013-07-26
1
-3/+16
|
\
\
|
|
/
|
*
Fix declaration-after-statement of d49f65ff4f3c
Christian Heimes
2013-07-26
1
-3/+7
|
*
Fix memory leaks and add checks for failing malloc() calls to testcapi module
Christian Heimes
2013-07-26
1
-0/+9
[next]