summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapimodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #20189: Four additional builtin types (PyTypeObject,Larry Hastings2014-01-241-4/+4
* Issue #20226: Major improvements to Argument Clinic.Larry Hastings2014-01-161-1/+3
* Issue #20144: Argument Clinic now supports simple constants as parameterLarry Hastings2014-01-071-0/+12
* Backout changeset 46393019b650Victor Stinner2013-12-131-4/+0
* Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3,Victor Stinner2013-12-131-0/+4
* (Merge 3.3) Issue #14432: Fix compilation when thread support is disabledVictor Stinner2013-12-131-0/+5
|\
| * Issue #14432: Fix compilation when thread support is disabledVictor Stinner2013-12-131-0/+4
| * Issue #14432: Generator now clears the borrowed reference to the thread stateVictor Stinner2013-12-131-0/+89
* | Issue #14432: Remove the thread state field from the frame structure. Fix aVictor Stinner2013-12-131-0/+89
* | Issue #19674: inspect.signature() now produces a correct signatureLarry Hastings2013-11-231-0/+44
* | Issue #19433: test_capi: check signness of some C typesVictor Stinner2013-10-291-10/+34
* | Issue #19433: test_capi: add tests on the size of some C typesVictor Stinner2013-10-291-0/+40
* | Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-1/+1
|\ \ | |/
| * Issue #18783: Removed existing mentions of Python long type in docstrings,Serhiy Storchaka2013-08-271-1/+1
* | Fix warning: ‘ptr2’ may be used uninitialized in this functionChristian Heimes2013-08-021-0/+1
* | Test Py_IncRef() and Py_DecRef() C functionsChristian Heimes2013-07-311-0/+11
* | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-0/+80
* | Handle yet another potential failure in testcapiChristian Heimes2013-07-261-0/+2
|\ \ | |/
| * Handle yet another potential failure in testcapiChristian Heimes2013-07-261-0/+2
* | remove surplus and wrong Py_DECREF() introduced in 33891989c9cfChristian Heimes2013-07-261-1/+0
|\ \ | |/
| * remove surplus and wrong Py_DECREF() introduced in 33891989c9cfChristian Heimes2013-07-261-1/+0
* | Fix memory leaks and add checks for failing malloc() calls to testcapi moduleChristian Heimes2013-07-261-3/+16
|\ \ | |/
| * Fix declaration-after-statement of d49f65ff4f3cChristian Heimes2013-07-261-3/+7
| * Fix memory leaks and add checks for failing malloc() calls to testcapi moduleChristian Heimes2013-07-261-0/+9
* | Fix possible NULL pointer dereferences in testcapi moduleChristian Heimes2013-07-261-1/+7
|\ \ | |/
| * Fix possible NULL pointer dereferences in testcapi moduleChristian Heimes2013-07-261-1/+7
* | Add missing check of PyDict_SetItem()'s return valueChristian Heimes2013-07-201-1/+4
|\ \ | |/
| * Add missing check of PyDict_SetItem()'s return valueChristian Heimes2013-07-201-1/+4
* | Issue #3329: Implement the PEP 445Victor Stinner2013-07-071-0/+163
* | Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory ...Victor Stinner2013-06-151-178/+0
* | Issue #3329: Add new APIs to customize memory allocatorsVictor Stinner2013-06-141-0/+178
* | don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times (c...Benjamin Peterson2013-05-271-0/+46
* | Fix memory leak introduced in 15190138d3f3.Ezio Melotti2013-03-071-2/+6
* | Issue #17223: Add another test to check that _PyUnicode_Ready() rejectsVictor Stinner2013-03-051-0/+10
|/
* Issue #16145: Support legacy strings in the _csv module.Stefan Krah2012-11-021-0/+24
* Closes #16126: PyErr_Format format mismatch in _testcapimodule.cJesus Cea2012-10-041-1/+1
* Issue #15589: Ensure double-alignment for brute-force capi argument parser testLarry Hastings2012-08-081-1/+1
* Issue #14769: test_capi now has SkipitemTest, which cleverly checksLarry Hastings2012-06-221-38/+60
* Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support.Larry Hastings2012-05-051-0/+10
* Issue #14127: Add st_{cma}time_ns fields to os.stat() result object.Larry Hastings2012-04-191-11/+0
* Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.Martin v. Löwis2012-04-191-0/+24
* Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords.Larry Hastings2012-03-201-1/+19
* Close #14180: Factorize code to convert a number of seconds to time_t, timeva...Victor Stinner2012-03-131-6/+39
* Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tupleVictor Stinner2012-03-021-0/+19
* - Issue #10181: New memoryview implementation fixes multiple ownershipStefan Krah2012-02-251-91/+0
* Check for errors in creating sub-interpreters when testing the C API.Brett Cannon2012-02-031-0/+8
* Test running of code in a sub-interpreterAntoine Pitrou2012-01-171-0/+27
|\
| * Test running of code in a sub-interpreterAntoine Pitrou2012-01-171-0/+27
| * Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()Victor Stinner2011-11-221-2/+49
| * Merged revisions 88550 via svnmerge fromAntoine Pitrou2011-02-241-0/+11