summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi.py
Commit message (Expand)AuthorAgeFilesLines
* #11732: add a new suppress_crash_popup() context manager to test.support that...Ezio Melotti2013-03-071-5/+6
* #17249: check for the availability of the thread module.Ezio Melotti2013-02-231-2/+3
* #17249: convert a test in test_capi to use unittest and reap threads.Ezio Melotti2013-02-231-28/+28
* Remove outdated statementAntoine Pitrou2013-01-171-1/+0
* Issue #15736: Fix overflow in _PySequence_BytesToCharpArray().Stefan Krah2012-08-211-0/+8
* Issue #15738: Fix a missing NULL check in subprocess_fork_exec().Stefan Krah2012-08-201-0/+10
* Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray().Stefan Krah2012-08-201-0/+13
* Test running of code in a sub-interpreterAntoine Pitrou2012-01-171-0/+17
* Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows.Antoine Pitrou2011-06-301-0/+3
* 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