Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finally figured out why this module did its imports at the | Tim Peters | 2006-04-18 | 1 | -12/+21 |
| | | | | | | | | bottom of the file. Restored that, and added a comment explaining why this is necessary. Hint: on my box, and yours, it's not :-( Also added an __all__ list. | ||||
* | local.__del__(): This didn't actually do anything, because of too | Tim Peters | 2006-04-17 | 1 | -29/+24 |
| | | | | | | much convolution <0.5 wink>. Simplified to the point that it works, and test_threading_local no longer reports leaks under -R. Thanks to Thomas Wouters for initial analysis. | ||||
* | 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 |
http://mail.python.org/pipermail/python-dev/2004-June/045785.html |