| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix (hopefully) occasional failures in test_threaded_import. | Antoine Pitrou | 2010-10-13 | 1 | -5/+4 |
|
|
* | Add an import lock test for multithreaded circular imports. | Antoine Pitrou | 2010-08-22 | 1 | -2/+60 |
|
|
* | Test that calls to path hooks and meta_path entries are serialized by the imp... | Antoine Pitrou | 2010-08-22 | 1 | -7/+79 |
|
|
* | Fix possible failure in pickling tests due to different instantiations | Antoine Pitrou | 2010-07-16 | 1 | -0/+10 |
|
|
* | Issue #9251: test_threaded_import didn't fail when run through regrtest | Antoine Pitrou | 2010-07-14 | 1 | -55/+50 |
|
|
* | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from | Victor Stinner | 2010-04-28 | 1 | -2/+2 |
|
|
* | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,... | Georg Brandl | 2010-03-14 | 1 | -0/+1 |
|
|
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -4/+4 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -4/+3 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -1/+20 |
|
|
* | Don't exit test_main() with the lock 'done' held -- there's no cleaner | Michael W. Hudson | 2004-08-03 | 1 | -0/+1 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | SF bug #516372: test_thread: unhandled exc. in thread | Tim Peters | 2002-02-16 | 1 | -2/+6 |
|
|
* | Add a new function imp.lock_held(), and use it to skip test_threaded_import | Tim Peters | 2001-08-30 | 1 | -4/+6 |
|
|
* | Workaround by Tim Peters to skip this test if run from test.autotest, | Jack Jansen | 2001-08-29 | 1 | -1/+5 |
|
|
* | Implementing an idea from Guido on the checkins list: | Tim Peters | 2001-05-22 | 1 | -23/+17 |
|
|
* | New test adapted from the ancient Demo/threads/bug.py. | Tim Peters | 2001-05-22 | 1 | -0/+52 |
|
|