summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapimodule.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 72367 via svnmerge fromBenjamin Peterson2009-05-051-5/+5
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-1/+151
* Merged revisions 72357 via svnmerge fromBenjamin Peterson2009-05-051-0/+9
* Issue #5914: Add new C-API function PyOS_string_to_double, to complementMark Dickinson2009-05-031-0/+49
* Issue 4474: On platforms with sizeof(wchar_t) == 4 andMark Dickinson2009-03-181-0/+45
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-2/+2
* Merged revisions 68425,68461,68498 via svnmerge fromBenjamin Peterson2009-01-131-0/+38
* Merged revisions 68097,68099 via svnmerge fromHirokazu Yamamoto2008-12-311-1/+3
* Recorded merge of revisions 68051 via svnmerge fromNick Coghlan2008-12-301-0/+100
* Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,...Benjamin Peterson2008-12-271-1/+29
* Style fix, use tab instead of spaceChristian Heimes2008-11-121-2/+2
* Fixed a compiler warningChristian Heimes2008-11-111-1/+3
* Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-...Benjamin Peterson2008-10-191-0/+4
* add tests for PyInstanceMethod_TypeBenjamin Peterson2008-10-161-0/+2
* Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,...Benjamin Peterson2008-08-251-4/+16
* #3643 add more checks to _testcapi to prevent segfaultsBenjamin Peterson2008-08-231-0/+4
* add _testcapi.raise_memoryerror to make test_exceptions.test_MemoryError simplerBenjamin Peterson2008-08-161-0/+11
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-1/+1
* implement chained exception tracebacksBenjamin Peterson2008-07-151-0/+21
* Merged revisions 64842,64853,64856,64945 via svnmerge fromRobert Schuppenies2008-07-141-0/+1
* Make print_delta static.Martin v. Löwis2008-06-131-1/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-3/+17
* Fixed refleak in _testcapi.test_s_code.Alexandre Vassalotti2008-05-151-0/+1
* #2798: PyArg_ParseTuple did not correctly handle the "s" code in case of unic...Amaury Forgeot d'Arc2008-05-121-0/+33
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-0/+19
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,...Christian Heimes2008-02-281-0/+18
* Merged revisions 60176-60209 via svnmerge fromChristian Heimes2008-01-231-25/+41
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-1/+1
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-29/+29
* Replace PyObject_Unicode with PyObject_Str everywhere, and remove theThomas Heller2007-11-151-2/+2
* Try to get this test to pass on Win64 by making clean for ssize_tNeal Norwitz2007-10-271-4/+6
* Three patches from issue #1047, by Amaury Forgeot d'Arc:Guido van Rossum2007-08-291-0/+54
* Use unicode stringsNeal Norwitz2007-08-251-3/+3
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-3/+2
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-4/+28
* Get rid of all #ifdef Py_USING_UNICODE (it is always present now).Guido van Rossum2007-05-031-4/+0
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-0/+116
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-8/+124
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+20
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-4/+41
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-24/+90
* Merge part of the trunk changes into the p3yk branch. This merges from 43030Thomas Wouters2006-04-211-0/+13
* Merge ssize_t branch.Martin v. Löwis2006-02-151-1/+2
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Fix silly leak in test used in test_exceptions.Michael W. Hudson2003-08-151-0/+1
* New support functions for test_getargs2.Thomas Heller2003-04-241-69/+70
* Get test_capi & test_getargs2 to pass on alphasNeal Norwitz2003-04-221-6/+19
* New PyGILState_ API - implements pep 311, from patch 684256.Mark Hammond2003-04-191-0/+47
* SF # 595026: support for masks in getargs.c.Thomas Heller2003-04-171-0/+149
* Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.Martin v. Löwis2003-03-291-5/+5