| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #9116: Allowed test to pass on Windows by adjusting the test condition ... | Vinay Sajip | 2012-05-06 | 1 | -2/+2 |
|
|
* | Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. | Martin v. Löwis | 2012-04-19 | 1 | -0/+23 |
|
|
* | Test running of code in a sub-interpreter | Antoine Pitrou | 2012-01-17 | 1 | -0/+17 |
|\ |
|
| * | Test running of code in a sub-interpreter | Antoine Pitrou | 2012-01-17 | 1 | -0/+17 |
|
|
* | | Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows. | Antoine Pitrou | 2011-06-30 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows. | Antoine Pitrou | 2011-06-30 | 1 | -0/+3 |
|
|
* | | Close #12028: Make threading._get_ident() public, rename it to | Victor Stinner | 2011-05-30 | 1 | -3/+2 |
|/ |
|
* | Issue #10914: Add a minimal embedding test to test_capi. | Antoine Pitrou | 2011-04-25 | 1 | -3/+32 |
|
|
* | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -2/+2 |
|
|
* | | Merged revisions 88550 via svnmerge from | Antoine Pitrou | 2011-02-24 | 1 | -0/+2 |
|
|
* | | Issue #8932: Skip required when compiled --without-threads. | Stefan Krah | 2010-06-09 | 1 | -0/+1 |
|
|
* | | Fix test_capi for Windows: strip newline characters | Victor Stinner | 2010-05-15 | 1 | -2/+2 |
|
|
* | | Make PyErr_Occurred return NULL if there is no current thread. Previously it | Jeffrey Yasskin | 2010-05-13 | 1 | -1/+15 |
|
|
* | | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from | Victor Stinner | 2010-04-28 | 1 | -9/+6 |
|
|
* | | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
|/ |
|
* | Issue #6012: Add cleanup support to O& argument parsing. | Martin v. Löwis | 2009-05-29 | 1 | -1/+5 |
|
|
* | Merged revisions 68547,68607,68610,68618,68621-68622,68649,68722 via svnmerge... | Benjamin Peterson | 2009-01-18 | 1 | -8/+31 |
|
|
* | Merged revisions 68425,68461,68498 via svnmerge from | Benjamin Peterson | 2009-01-13 | 1 | -0/+67 |
|
|
* | add tests for PyInstanceMethod_Type | Benjamin Peterson | 2008-10-16 | 1 | -0/+25 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -4/+4 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -4/+4 |
|
|
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 | 1 | -3/+2 |
|
|
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 | 1 | -6/+3 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -2/+2 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -40/+47 |
|
|
* | Revert previous checkin on getargs 'L' code. Try to convert all | Martin v. Löwis | 2005-03-03 | 1 | -13/+1 |
|
|
* | Clear internal call error in 'L' format. Fixes #723201. | Martin v. Löwis | 2005-03-03 | 1 | -1/+13 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-08-26 | 1 | -1/+0 |
|
|
* | Fix for [ 1010677 ] thread Module Breaks PyGILState_Ensure(), | Mark Hammond | 2004-08-24 | 1 | -0/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2003-04-24 | 1 | -2/+2 |
|
|
* | New PyGILState_ API - implements pep 311, from patch 684256. | Mark Hammond | 2003-04-19 | 1 | -0/+29 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | Fix typo in comment (the module is now called _testcapi, not _test). | Guido van Rossum | 2001-04-13 | 1 | -1/+1 |
|
|
* | Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! | Tim Peters | 2001-02-04 | 1 | -6/+6 |
|
|
* | Patch derived from Trent's 101162: a Python/C API testing framework. | Tim Peters | 2001-02-02 | 1 | -0/+16 |
|
|