summaryrefslogtreecommitdiff
path: root/Lib/test/test_capi.py
Commit message (Expand)AuthorAgeFilesLines
* Test running of code in a sub-interpreterAntoine Pitrou2012-01-181-0/+17
|\
| * Test running of code in a sub-interpreterAntoine Pitrou2012-01-181-0/+17
* | Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows.Antoine Pitrou2011-06-301-0/+3
|\ \ | |/
| * Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows.Antoine Pitrou2011-06-301-0/+3
* | Close #12028: Make threading._get_ident() public, rename it toVictor Stinner2011-05-301-3/+2
|/
* Issue #10914: Add a minimal embedding test to test_capi.Antoine Pitrou2011-04-251-3/+32
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-2/+2
* | Merged revisions 88550 via svnmerge fromAntoine Pitrou2011-02-241-0/+2
* | Issue #8932: Skip required when compiled --without-threads.Stefan Krah2010-06-091-0/+1
* | Fix test_capi for Windows: strip newline charactersVictor Stinner2010-05-151-2/+2
* | Make PyErr_Occurred return NULL if there is no current thread. Previously itJeffrey Yasskin2010-05-131-1/+15
* | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-9/+6
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
|/
* Issue #6012: Add cleanup support to O& argument parsing.Martin v. Löwis2009-05-291-1/+5
* Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge...Benjamin Peterson2009-01-181-8/+31
* Merged revisions 68425,68461,68498 via svnmerge fromBenjamin Peterson2009-01-131-0/+67
* add tests for PyInstanceMethod_TypeBenjamin Peterson2008-10-161-0/+25
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-4/+4
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-3/+2
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-6/+3
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-2/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-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