summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi.py
Commit message (Expand)AuthorAgeFilesLines
* Try to repair at least one segfault on the Mac buildbot,Tim Peters2006-03-211-40/+47
* Revert previous checkin on getargs 'L' code. Try to convert allMartin v. Löwis2005-03-031-13/+1
* Clear internal call error in 'L' format. Fixes #723201.Martin v. Löwis2005-03-031-1/+13
* Whitespace normalization.Tim Peters2004-08-261-1/+0
* Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(),Mark Hammond2004-08-241-0/+4
* Whitespace normalization.Tim Peters2003-04-241-2/+2
* New PyGILState_ API - implements pep 311, from patch 684256.Mark Hammond2003-04-191-0/+29
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Fix typo in comment (the module is now called _testcapi, not _test).Guido van Rossum2001-04-131-1/+1
* Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call!Tim Peters2001-02-041-6/+6
* Patch derived from Trent's 101162: a Python/C API testing framework.Tim Peters2001-02-021-0/+16