Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #Issue3088 in-progress: Race condition with instances of classes derived from... | Amaury Forgeot d'Arc | 2008-06-30 | 1 | -0/+26 |
* | Update for threading.local test. | Christian Heimes | 2008-01-19 | 1 | -2/+18 |
* | Added unit test to verify that threading.local doesn't cause ref leaks. It se... | Christian Heimes | 2008-01-19 | 1 | -1/+27 |
* | Standardize on test.test_support.run_unittest() (as opposed to a mix of run_u... | Collin Winter | 2007-04-25 | 1 | -1/+1 |
* | setUp and tearDown functions are now passed the test object | Jim Fulton | 2004-08-28 | 1 | -2/+2 |
* | Implemented thread-local data as proposed on python-dev: | Jim Fulton | 2004-07-14 | 1 | -0/+26 |