summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapimodule.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"Serhiy Storchaka2016-05-201-0/+95
* Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codesSerhiy Storchaka2016-05-161-0/+67
* Backported tests for issue #18531.Serhiy Storchaka2016-05-161-0/+22
* Fixed a crash in new tests in test_getargs2 added in 60a2d67dacb3 (issue #261...Serhiy Storchaka2016-01-281-8/+8
* Issue #26198: Added tests for string-related format units of PyArg_Parse*()Serhiy Storchaka2016-01-281-3/+294
* Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar().Antoine Pitrou2015-06-231-0/+12
* Issue #23392: Added tests for marshal C API that works with FILE*.Serhiy Storchaka2015-02-061-0/+166
* Issue #23370: Fix off-by-one error for non-contiguous buffers.Stefan Krah2015-02-011-0/+53
* Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patchStefan Krah2015-01-301-0/+48
* Issue #14432: Generator now clears the borrowed reference to the thread stateVictor Stinner2013-12-131-0/+94
* Issue #15866: The xmlcharrefreplace error handler no more produces two XMLSerhiy Storchaka2013-08-061-1/+1
* Issue #17928: Fix test_structmembers on 64-bit big-endian machines.Antoine Pitrou2013-05-081-1/+1
* Issue #13093: Fix _testcapi.unicode_encodedecimal()Victor Stinner2011-11-281-1/+1
* Issue #13093: Fix error handling on PyUnicode_EncodeDecimal()Victor Stinner2011-11-221-0/+36
* PyEval_CallObject requires a tuple of args (closes #13186)Benjamin Peterson2011-10-151-0/+14
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-1401/+1401
* Fix a couple of issues with the test_structmembersType class in _testcapimoduleMark Dickinson2010-04-031-10/+17
* give TypeError when trying to set T_STRING_INPLACEBenjamin Peterson2010-04-031-3/+14
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-251-0/+152
* Issue #7385: Fix a crash in `MemoryView_FromObject` whenAntoine Pitrou2010-02-021-0/+95
* be robust against test being run over and over (such as -R)Benjamin Peterson2010-01-301-3/+13
* move test outside WITH_THREAD sectionBenjamin Peterson2010-01-301-2/+3
* Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, aMark Dickinson2010-01-301-0/+167
* #7033: add new API function PyErr_NewExceptionWithDoc, for easily giving new ...Georg Brandl2009-12-281-0/+22
* Additional edge-case tests for test_long_and_overflow.Mark Dickinson2009-12-211-16/+107
* Fix reference counts for test_long_and_overflow.Mark Dickinson2009-12-211-0/+6
* Issue #7528: Backport PyLong_AsLongAndOverflow from py3k to trunk.Mark Dickinson2009-12-211-0/+70
* Add missing tests for PyArg_Parse* with format 'h'Mark Dickinson2009-12-201-0/+10
* add a test of loading the datetime capiBenjamin Peterson2009-12-131-0/+16
* Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString,Mark Dickinson2009-11-151-0/+6
* PyCode_NewEmpty:Jeffrey Yasskin2009-05-081-0/+16
* tabify :(Benjamin Peterson2009-05-051-5/+5
* fix running test_capi with -R ::Benjamin Peterson2009-05-051-0/+9
* Issue 4474: On platforms with sizeof(wchar_t) == 4 andMark Dickinson2009-03-181-0/+43
* Issue 4293: Make Py_AddPendingCall() thread safeKristján Valur Jónsson2009-01-091-0/+38
* Just inserted blank line.Hirokazu Yamamoto2008-12-311-0/+1
* Fixed compile error on windows.Hirokazu Yamamoto2008-12-311-1/+2
* Issue #4701: implicitly call PyType_Ready from PyObject_HashNick Coghlan2008-12-301-0/+101
* make global staticBenjamin Peterson2008-12-231-1/+1
* use a global variable, so the compiler doesn't optimize the assignment outBenjamin Peterson2008-12-231-2/+3
* silence compiler warningBenjamin Peterson2008-12-221-0/+1
* fix #4720: the format to PyArg_ParseTupleAndKeywords can now start with '|'Benjamin Peterson2008-12-221-0/+27
* #4122: On Windows, Py_UNICODE_ISSPACE cannot be used in an extension module:Amaury Forgeot d'Arc2008-10-141-0/+4
* #3643 add a few more checks to _testcapi to prevent segfaultsBenjamin Peterson2008-08-231-4/+20
* Added garbage collector overhead and optional default return value toRobert Schuppenies2008-07-101-0/+1
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-3/+3
* Renamed PyString to PyBytesChristian Heimes2008-05-261-3/+3
* Rename the test_traceback_print() function to traceback_print() to preventBrett Cannon2008-04-281-3/+3
* Fix a bug introduced by the warnings rewrite where tracebacks were beingBrett Cannon2008-04-281-0/+19
* Patch #1691070 from Roger Upole: Speed up PyArg_ParseTupleAndKeywords() and i...Christian Heimes2008-02-261-0/+18