summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_threading.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platformsVictor Stinner2011-07-011-14/+11
* Issue #12451: Open files in binary mode in some tests when the text file is notVictor Stinner2011-06-301-3/+2
* Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-05-281-0/+32
|\
| * Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-05-281-0/+31
* | Use shared testing facilities in test_threadingAntoine Pitrou2011-05-051-47/+18
* | Issue #1856: Avoid crashes and lockups when daemon threads run while theAntoine Pitrou2011-05-041-1/+44
* | Issue9670: Merge backout to 3.2.Ned Deily2011-04-091-30/+0
|\ \ | |/
| * Issue9670: Back out changeset 378b40d71175; test fails on other platformsNed Deily2011-04-091-30/+0
* | Issue #9670: merge with 3.2Ned Deily2011-04-091-0/+30
|\ \ | |/
| * Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-04-091-0/+30
* | #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 87710 via svnmerge fromGregory P. Smith2011-01-041-4/+148
| * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-6/+6
| * Merged revisions 86107 via svnmerge fromBrian Curtin2010-11-021-0/+1
| * Merged revisions 85586-85587,85596-85598 via svnmerge fromGregory P. Smith2010-10-171-1/+2
| * Merged revisions 84909-84913 via svnmerge fromAntoine Pitrou2010-09-201-3/+8
| * Merged revisions 78538 via svnmerge fromGregory P. Smith2010-03-011-8/+4
| * Merged revisions 78519 via svnmerge fromGregory P. Smith2010-02-281-0/+19
| * Merged revisions 76138,76173 via svnmerge fromAntoine Pitrou2009-11-091-24/+34
| * Merged revisions 76149 via svnmerge fromAntoine Pitrou2009-11-081-0/+2
| * Convert py2 print statement to print function in test skip.R. David Murray2009-10-261-2/+2
| * Merged revisions 75641 via svnmerge fromAntoine Pitrou2009-10-231-1/+2
| * Merged revisions 75571,75576-75577 via svnmerge fromAntoine Pitrou2009-10-201-0/+23
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-15/+15
* | Issue 10825: Minor updates to the test suite.Raymond Hettinger2011-01-061-2/+2
* | test_threading: use Popen.communicate() instead of .wait()Victor Stinner2011-01-051-3/+3
* | issue6643 - Two locks held within the threading module on each thread instanceGregory P. Smith2011-01-031-4/+147
* | #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-6/+6
* | Close subprocess pipes to clean up ResourceWarningsBrian Curtin2010-11-051-0/+4
* | Clean up ResourceWarnings. Explictly close stdout from the subprocess.Brian Curtin2010-11-021-0/+1
* | issue 8777Kristján Valur Jónsson2010-10-281-0/+3
* | Avoid hanging the test on netbsd5.Gregory P. Smith2010-10-171-1/+2
* | Make error more explicit in test_finalize_with_traceAntoine Pitrou2010-09-191-3/+8
* | Factor out stripping of interpreter debug output in test.support.strip_python...Antoine Pitrou2010-08-041-2/+2
* | Tab test_repr_daemon over so it's included in ThreadTests.Brian Curtin2010-07-231-5/+5
* | Add more tests for the threading.Thread.repr.Brett Cannon2010-07-231-1/+8
* | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-2/+2
* | Merged revisions 78536 via svnmerge fromGregory P. Smith2010-03-011-8/+4
* | Merged revisions 78517 via svnmerge fromGregory P. Smith2010-02-281-0/+19
* | Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-2/+1
* | use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
* | use assert[Not]In where appropriateBenjamin Peterson2010-01-191-1/+1
* | Silence getcheckinterval()-related warnings in the test suiteAntoine Pitrou2009-11-131-5/+3
* | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-...Benjamin Peterson2009-11-131-1/+3
* | Issue #3001: Add a C implementation of recursive locks which is used byAntoine Pitrou2009-11-101-3/+6
* | Merged revisions 76172 via svnmerge fromAntoine Pitrou2009-11-091-4/+2
* | Merged revisions 76148 via svnmerge fromAntoine Pitrou2009-11-081-0/+2
* | Merged revisions 76137 via svnmerge fromAntoine Pitrou2009-11-061-20/+32
* | Merged revisions 75851 via svnmerge fromAntoine Pitrou2009-10-271-3/+12