summaryrefslogtreecommitdiff
path: root/Lib/_threading_local.py
Commit message (Expand)AuthorAgeFilesLines
* Delete a broken threading.local example (GH-5870)Miss Islington (bot)2018-02-251-5/+1
* Merged revisions 84344 via svnmerge fromAntoine Pitrou2010-08-281-0/+8
* fixes issue #1522237, bad init check in _threading_localJack Diederich2010-02-221-1/+1
* Issue #7264: Fix a possible deadlock when deallocating thread-local objectsAntoine Pitrou2009-11-051-3/+5
* give the threading API PEP 8 namesBenjamin Peterson2008-06-111-4/+4
* Finally figured out why this module did its imports at theTim Peters2006-04-181-12/+21
* local.__del__(): This didn't actually do anything, because of tooTim Peters2006-04-171-29/+24
* Fix some comment typosNeal Norwitz2005-11-251-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-3/+3
* Typo fixesAndrew M. Kuchling2004-07-151-4/+4
* Implemented thread-local data as proposed on python-dev:Jim Fulton2004-07-141-0/+237