1. a408350 Merged revisions 84344 via svnmerge from by Antoine Pitrou · 15 years ago
  2. 1ce6136 fixes issue #1522237, bad init check in _threading_local by Jack Diederich · 15 years ago
  3. 99c160b Issue #7264: Fix a possible deadlock when deallocating thread-local objects by Antoine Pitrou · 16 years ago
  4. 0fbcf69 give the threading API PEP 8 names by Benjamin Peterson · 17 years ago
  5. e247e89 Finally figured out why this module did its imports at the by Tim Peters · 19 years ago
  6. c7605f2 local.__del__(): This didn't actually do anything, because of too by Tim Peters · 19 years ago
  7. 7025ce6 Fix some comment typos by Neal Norwitz · 20 years ago
  8. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
  9. 3fc2fde Typo fixes by Andrew M. Kuchling · 21 years ago
  10. d15dc06 Implemented thread-local data as proposed on python-dev: by Jim Fulton · 21 years ago