| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #11223: Replace threading._info() by sys.thread_info | Victor Stinner | 2011-04-30 | 1 | -11/+1 |
|
|
* | Issue #11223: Add threading._info() function providing informations about the | Victor Stinner | 2011-04-19 | 1 | -1/+12 |
|
|
* | Issue9670: Merge backout from 3.2. | Ned Deily | 2011-04-09 | 1 | -30/+0 |
|\ |
|
| * | Issue9670: Merge backout to 3.2. | Ned Deily | 2011-04-09 | 1 | -30/+0 |
| |\ |
|
| | * | Issue9670: Back out changeset 378b40d71175; test fails on other platforms | Ned Deily | 2011-04-09 | 1 | -30/+0 |
|
|
* | | | Issue #9670: merge with current | Ned Deily | 2011-04-09 | 1 | -0/+30 |
|\ \ \
| |/ / |
|
| * | | Issue #9670: merge with 3.2 | Ned Deily | 2011-04-09 | 1 | -0/+30 |
| |\ \
| | |/ |
|
| | * | Issue #9670: Increase the default stack size for secondary threads on | Ned Deily | 2011-04-09 | 1 | -0/+30 |
|
|
* | | | #11565: Merge with 3.2. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | #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 87710 via svnmerge from | Gregory P. Smith | 2011-01-04 | 1 | -4/+148 |
|
|
| | * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -6/+6 |
|
|
| | * | Merged revisions 86107 via svnmerge from | Brian Curtin | 2010-11-02 | 1 | -0/+1 |
|
|
| | * | Merged revisions 85586-85587,85596-85598 via svnmerge from | Gregory P. Smith | 2010-10-17 | 1 | -1/+2 |
|
|
| | * | Merged revisions 84909-84913 via svnmerge from | Antoine Pitrou | 2010-09-20 | 1 | -3/+8 |
|
|
| | * | Merged revisions 78538 via svnmerge from | Gregory P. Smith | 2010-03-01 | 1 | -8/+4 |
|
|
| | * | Merged revisions 78519 via svnmerge from | Gregory P. Smith | 2010-02-28 | 1 | -0/+19 |
|
|
| | * | Merged revisions 76138,76173 via svnmerge from | Antoine Pitrou | 2009-11-09 | 1 | -24/+34 |
|
|
| | * | Merged revisions 76149 via svnmerge from | Antoine Pitrou | 2009-11-08 | 1 | -0/+2 |
|
|
| | * | Convert py2 print statement to print function in test skip. | R. David Murray | 2009-10-26 | 1 | -2/+2 |
|
|
| | * | Merged revisions 75641 via svnmerge from | Antoine Pitrou | 2009-10-23 | 1 | -1/+2 |
|
|
| | * | Merged revisions 75571,75576-75577 via svnmerge from | Antoine Pitrou | 2009-10-20 | 1 | -0/+23 |
|
|
| | * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -15/+15 |
|
|
* | | | Issue #11140: Lock.release() now raises a RuntimeError when attempting | Antoine Pitrou | 2011-02-28 | 1 | -0/+4 |
|
|
* | | | Issue #6064: Add a `daemon` keyword argument to the threading.Thread | Antoine Pitrou | 2011-02-25 | 1 | -0/+8 |
|/ / |
|
* | | Issue 10825: Minor updates to the test suite. | Raymond Hettinger | 2011-01-06 | 1 | -2/+2 |
|
|
* | | test_threading: use Popen.communicate() instead of .wait() | Victor Stinner | 2011-01-05 | 1 | -3/+3 |
|
|
* | | issue6643 - Two locks held within the threading module on each thread instance | Gregory P. Smith | 2011-01-03 | 1 | -4/+147 |
|
|
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -6/+6 |
|
|
* | | Close subprocess pipes to clean up ResourceWarnings | Brian Curtin | 2010-11-05 | 1 | -0/+4 |
|
|
* | | Clean up ResourceWarnings. Explictly close stdout from the subprocess. | Brian Curtin | 2010-11-02 | 1 | -0/+1 |
|
|
* | | issue 8777 | Kristján Valur Jónsson | 2010-10-28 | 1 | -0/+3 |
|
|
* | | Avoid hanging the test on netbsd5. | Gregory P. Smith | 2010-10-17 | 1 | -1/+2 |
|
|
* | | Make error more explicit in test_finalize_with_trace | Antoine Pitrou | 2010-09-19 | 1 | -3/+8 |
|
|
* | | Factor out stripping of interpreter debug output in test.support.strip_python... | Antoine Pitrou | 2010-08-04 | 1 | -2/+2 |
|
|
* | | Tab test_repr_daemon over so it's included in ThreadTests. | Brian Curtin | 2010-07-23 | 1 | -5/+5 |
|
|
* | | Add more tests for the threading.Thread.repr. | Brett Cannon | 2010-07-23 | 1 | -1/+8 |
|
|
* | | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from | Victor Stinner | 2010-04-28 | 1 | -2/+2 |
|
|
* | | Merged revisions 78536 via svnmerge from | Gregory P. Smith | 2010-03-01 | 1 | -8/+4 |
|
|
* | | Merged revisions 78517 via svnmerge from | Gregory P. Smith | 2010-02-28 | 1 | -0/+19 |
|
|
* | | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -2/+1 |
|
|
* | | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -1/+1 |
|
|
* | | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -1/+1 |
|
|
* | | Silence getcheckinterval()-related warnings in the test suite | Antoine Pitrou | 2009-11-13 | 1 | -5/+3 |
|
|
* | | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-... | Benjamin Peterson | 2009-11-13 | 1 | -1/+3 |
|
|
* | | Issue #3001: Add a C implementation of recursive locks which is used by | Antoine Pitrou | 2009-11-10 | 1 | -3/+6 |
|
|
* | | Merged revisions 76172 via svnmerge from | Antoine Pitrou | 2009-11-09 | 1 | -4/+2 |
|
|
* | | Merged revisions 76148 via svnmerge from | Antoine Pitrou | 2009-11-08 | 1 | -0/+2 |
|
|
* | | Merged revisions 76137 via svnmerge from | Antoine Pitrou | 2009-11-06 | 1 | -20/+32 |
|
|