summaryrefslogtreecommitdiff
path: root/Lib/_threading_local.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)Serhiy Storchaka2019-06-011-2/+2
* Delete a broken threading.local example (#5870)Aaron Gallagher2018-02-251-5/+1
* Issue #9707: Rewritten reference implementation of threading.local whichAntoine Pitrou2010-09-071-80/+76
* Issue #1868: Eliminate subtle timing issues in thread-local objects byAntoine Pitrou2010-08-281-0/+8
* fixes issue #1522237, bad init check in _threading_localJack Diederich2010-02-221-1/+1
* Merged revisions 76117 via svnmerge fromAntoine Pitrou2009-11-051-3/+5
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-111-4/+4
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-2/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-34/+38
* 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