Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 84344 via svnmerge from | Antoine Pitrou | 2010-08-28 | 1 | -0/+8 |
* | fixes issue #1522237, bad init check in _threading_local | Jack Diederich | 2010-02-22 | 1 | -1/+1 |
* | Issue #7264: Fix a possible deadlock when deallocating thread-local objects | Antoine Pitrou | 2009-11-05 | 1 | -3/+5 |
* | give the threading API PEP 8 names | Benjamin Peterson | 2008-06-11 | 1 | -4/+4 |
* | Finally figured out why this module did its imports at the | Tim Peters | 2006-04-18 | 1 | -12/+21 |
* | local.__del__(): This didn't actually do anything, because of too | Tim Peters | 2006-04-17 | 1 | -29/+24 |
* | Fix some comment typos | Neal Norwitz | 2005-11-25 | 1 | -1/+1 |
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -3/+3 |
* | Typo fixes | Andrew M. Kuchling | 2004-07-15 | 1 | -4/+4 |
* | Implemented thread-local data as proposed on python-dev: | Jim Fulton | 2004-07-14 | 1 | -0/+237 |