| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-40275: Adding threading_helper submodule in test.support (GH-20263) | Hai Shi | 2020-05-27 | 1 | -4/+5 |
|
|
* | bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182) | Victor Stinner | 2018-12-17 | 1 | -6/+6 |
|
|
* | closes bpo-34004: Skip lock interruption tests on musl. (GH-9224) | Benjamin Peterson | 2018-09-12 | 1 | -0/+8 |
|
|
* | bpo-31479: Always reset the signal alarm in tests (#3588) | Victor Stinner | 2017-09-19 | 1 | -3/+7 |
|
|
* | Trivial cleanups following bpo-31370 (#3649) | Antoine Pitrou | 2017-09-18 | 1 | -1/+1 |
|
|
* | bpo-31234: Add test.support.wait_threads_exit() (#3578) | Victor Stinner | 2017-09-14 | 1 | -42/+50 |
|
|
* | Issue #20564: Skip tests on lock+signals on OpenBSD | Victor Stinner | 2014-02-18 | 1 | -0/+6 |
|
|
* | Remove sys.platform == 'riscos' checks from some Python and test files. #16501 | Christian Heimes | 2012-11-18 | 1 | -1/+1 |
|
|
* | Closes #16135: Removal of OS/2 support | Jesus Cea | 2012-10-05 | 1 | -1/+1 |
|
|
* | Issue #11223: Replace threading._info() by sys.thread_info | Victor Stinner | 2011-04-30 | 1 | -3/+2 |
|
|
* | Issue #11223: Add threading._info() function providing informations about the | Victor Stinner | 2011-04-19 | 1 | -0/+7 |
|
|
* | Issue #11223: Fix test_threadsignals to fail, not hang, when the | Antoine Pitrou | 2011-03-13 | 1 | -2/+17 |
|
|
* | Relax test condition a lot | Antoine Pitrou | 2011-01-02 | 1 | -2/+3 |
|
|
* | Make test_threadsignals more lax, and add notes | Antoine Pitrou | 2010-12-15 | 1 | -2/+7 |
|
|
* | Issue #8844: Regular and recursive lock acquisitions can now be interrupted | Antoine Pitrou | 2010-12-15 | 1 | -5/+115 |
|
|
* | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from | Victor Stinner | 2010-04-28 | 1 | -2/+2 |
|
|
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 | 1 | -3/+3 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
|
|
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 | 1 | -1/+1 |
|
|
* | some RiscOS stuff I missed before (was only looking for "RISCOS") | Skip Montanaro | 2007-08-17 | 1 | -1/+1 |
|
|
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 1 | -3/+3 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -1/+1 |
|
|
* | fix typos, mostly in comments | Fred Drake | 2005-10-28 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-08-07 | 1 | -1/+1 |
|
|
* | To ever run this test "you must import TestSkipped" from the right | Michael W. Hudson | 2004-08-04 | 1 | -6/+9 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-08-04 | 1 | -8/+8 |
|
|
* | To raise TestSkipped, you must import TestSkipped. | Tim Peters | 2004-08-04 | 1 | -1/+1 |
|
|
* | add missing import! | Fred Drake | 2004-08-03 | 1 | -0/+1 |
|
|
* | Add the same guard as test_signal. | Michael W. Hudson | 2004-08-03 | 1 | -0/+3 |
|
|
* | Argh! This was meant to be part of patch #960406. | Michael W. Hudson | 2004-08-03 | 1 | -0/+77 |
|
|