| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #9707: Rewritten reference implementation of threading.local which | Antoine Pitrou | 2010-09-07 | 1 | -5/+4 |
|
|
* | Issue #1868: Eliminate subtle timing issues in thread-local objects by | Antoine Pitrou | 2010-08-28 | 1 | -1/+61 |
|
|
* | Issue #3757: thread-local objects now support cyclic garbage collection. | Antoine Pitrou | 2010-08-09 | 1 | -2/+16 |
|
|
* | That test was never run (since thread has been renamed to _thread in 3.x) | Antoine Pitrou | 2010-08-04 | 1 | -14/+8 |
|
|
* | In test_threading_local, test both the default _thread._local implementation | Antoine Pitrou | 2010-08-03 | 1 | -16/+26 |
|
|
* | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from | Victor Stinner | 2010-04-28 | 1 | -1/+1 |
|
|
* | fixes issue #1522237, bad init check in _threading_local | Jack Diederich | 2010-02-22 | 1 | -0/+15 |
|
|
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -1/+1 |
|
|
* | Recorded merge of revisions 75123 via svnmerge from | Philip Jenvey | 2009-09-29 | 1 | -0/+39 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -1/+1 |
|
|
* | Merged revisions 64601 via svnmerge from | Benjamin Peterson | 2008-06-30 | 1 | -0/+26 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | Merged revisions 60053-60078 via svnmerge from | Christian Heimes | 2008-01-19 | 1 | -1/+43 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 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 |
|
|