| Commit message (Expand) | Author | Age |
* | #11565: Merge with 3.2. | Ezio Melotti | 2011-03-16 |
|\ |
|
| * | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 |
| |\ |
|
| | * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 |
| | * | Merged revisions 87710 via svnmerge from | Gregory P. Smith | 2011-01-04 |
| | * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 |
| | * | Merged revisions 86107 via svnmerge from | Brian Curtin | 2010-11-02 |
| | * | Merged revisions 85586-85587,85596-85598 via svnmerge from | Gregory P. Smith | 2010-10-17 |
| | * | Merged revisions 84909-84913 via svnmerge from | Antoine Pitrou | 2010-09-20 |
| | * | Merged revisions 78538 via svnmerge from | Gregory P. Smith | 2010-03-01 |
| | * | Merged revisions 78519 via svnmerge from | Gregory P. Smith | 2010-02-28 |
| | * | Merged revisions 76138,76173 via svnmerge from | Antoine Pitrou | 2009-11-09 |
| | * | Merged revisions 76149 via svnmerge from | Antoine Pitrou | 2009-11-08 |
| | * | Convert py2 print statement to print function in test skip. | R. David Murray | 2009-10-26 |
| | * | Merged revisions 75641 via svnmerge from | Antoine Pitrou | 2009-10-23 |
| | * | Merged revisions 75571,75576-75577 via svnmerge from | Antoine Pitrou | 2009-10-20 |
| | * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 |
* | | | Issue #11140: Lock.release() now raises a RuntimeError when attempting | Antoine Pitrou | 2011-02-28 |
* | | | Issue #6064: Add a `daemon` keyword argument to the threading.Thread | Antoine Pitrou | 2011-02-25 |
|/ / |
|
* | | Issue 10825: Minor updates to the test suite. | Raymond Hettinger | 2011-01-06 |
* | | test_threading: use Popen.communicate() instead of .wait() | Victor Stinner | 2011-01-05 |
* | | issue6643 - Two locks held within the threading module on each thread instance | Gregory P. Smith | 2011-01-03 |
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 |
* | | Close subprocess pipes to clean up ResourceWarnings | Brian Curtin | 2010-11-05 |
* | | Clean up ResourceWarnings. Explictly close stdout from the subprocess. | Brian Curtin | 2010-11-02 |
* | | issue 8777 | Kristján Valur Jónsson | 2010-10-28 |
* | | Avoid hanging the test on netbsd5. | Gregory P. Smith | 2010-10-17 |
* | | Make error more explicit in test_finalize_with_trace | Antoine Pitrou | 2010-09-19 |
* | | Factor out stripping of interpreter debug output in test.support.strip_python... | Antoine Pitrou | 2010-08-04 |
* | | Tab test_repr_daemon over so it's included in ThreadTests. | Brian Curtin | 2010-07-23 |
* | | Add more tests for the threading.Thread.repr. | Brett Cannon | 2010-07-23 |
* | | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from | Victor Stinner | 2010-04-28 |
* | | Merged revisions 78536 via svnmerge from | Gregory P. Smith | 2010-03-01 |
* | | Merged revisions 78517 via svnmerge from | Gregory P. Smith | 2010-02-28 |
* | | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 |
* | | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 |
* | | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 |
* | | Silence getcheckinterval()-related warnings in the test suite | Antoine Pitrou | 2009-11-13 |
* | | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-... | Benjamin Peterson | 2009-11-13 |
* | | Issue #3001: Add a C implementation of recursive locks which is used by | Antoine Pitrou | 2009-11-10 |
* | | Merged revisions 76172 via svnmerge from | Antoine Pitrou | 2009-11-09 |
* | | Merged revisions 76148 via svnmerge from | Antoine Pitrou | 2009-11-08 |
* | | Merged revisions 76137 via svnmerge from | Antoine Pitrou | 2009-11-06 |
* | | Merged revisions 75851 via svnmerge from | Antoine Pitrou | 2009-10-27 |
* | | Merged revisions 75624 via svnmerge from | Antoine Pitrou | 2009-10-23 |
* | | Another futile error in the previous commit :-( | Antoine Pitrou | 2009-10-20 |
* | | Merged revisions 75574 via svnmerge from | Antoine Pitrou | 2009-10-20 |
* | | Merged revisions 75570 via svnmerge from | Antoine Pitrou | 2009-10-20 |
* | | Merged revisions 75499 via svnmerge from | Antoine Pitrou | 2009-10-18 |
* | | Use unittest.SkipTest to skip tests in test_threading. | Alexandre Vassalotti | 2009-07-22 |
* | | Remove erroneous print statement. | Alexandre Vassalotti | 2009-07-22 |