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
*
Issue #22588: Fix typo in _testcapi.test_incref_decref_API()
Victor Stinner
2014-10-09
1
-1/+1
*
Issue #21639: Fix name of _testcapi test functions
Victor Stinner
2014-06-02
1
-2/+2
*
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
*
|
Fix possible NULL pointer dereferences in testcapi module
Christian Heimes
2013-07-26
1
-1/+7
|
\
\
|
|
/
|
*
Fix possible NULL pointer dereferences in testcapi module
Christian Heimes
2013-07-26
1
-1/+7
*
|
Add missing check of PyDict_SetItem()'s return value
Christian Heimes
2013-07-20
1
-1/+4
|
\
\
|
|
/
|
*
Add missing check of PyDict_SetItem()'s return value
Christian Heimes
2013-07-20
1
-1/+4
*
|
Issue #3329: Implement the PEP 445
Victor Stinner
2013-07-07
1
-0/+163
*
|
Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory ...
Victor Stinner
2013-06-15
1
-178/+0
*
|
Issue #3329: Add new APIs to customize memory allocators
Victor Stinner
2013-06-14
1
-0/+178
*
|
don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times (c...
Benjamin Peterson
2013-05-27
1
-0/+46
*
|
Fix memory leak introduced in 15190138d3f3.
Ezio Melotti
2013-03-07
1
-2/+6
*
|
Issue #17223: Add another test to check that _PyUnicode_Ready() rejects
Victor Stinner
2013-03-05
1
-0/+10
|
/
*
Issue #16145: Support legacy strings in the _csv module.
Stefan Krah
2012-11-02
1
-0/+24
*
Closes #16126: PyErr_Format format mismatch in _testcapimodule.c
Jesus Cea
2012-10-04
1
-1/+1
*
Issue #15589: Ensure double-alignment for brute-force capi argument parser test
Larry Hastings
2012-08-08
1
-1/+1
*
Issue #14769: test_capi now has SkipitemTest, which cleverly checks
Larry Hastings
2012-06-22
1
-38/+60
*
Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support.
Larry Hastings
2012-05-05
1
-0/+10
*
Issue #14127: Add st_{cma}time_ns fields to os.stat() result object.
Larry Hastings
2012-04-19
1
-11/+0
*
Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.
Martin v. Löwis
2012-04-19
1
-0/+24
*
Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords.
Larry Hastings
2012-03-20
1
-1/+19
*
Close #14180: Factorize code to convert a number of seconds to time_t, timeva...
Victor Stinner
2012-03-13
1
-6/+39
*
Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple
Victor Stinner
2012-03-02
1
-0/+19
*
- Issue #10181: New memoryview implementation fixes multiple ownership
Stefan Krah
2012-02-25
1
-91/+0
[next]