aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/_threading_local.py
Commit message (Expand)AuthorAge
* bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)Serhiy Storchaka2019-06-01
* Delete a broken threading.local example (#5870)Aaron Gallagher2018-02-25
* Issue #9707: Rewritten reference implementation of threading.local whichAntoine Pitrou2010-09-07
* Issue #1868: Eliminate subtle timing issues in thread-local objects byAntoine Pitrou2010-08-28
* fixes issue #1522237, bad init check in _threading_localJack Diederich2010-02-22
* Merged revisions 76117 via svnmerge fromAntoine Pitrou2009-11-05
* Merged revisions 64125 via svnmerge fromBenjamin Peterson2008-06-11
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-11
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* Fix some comment typosNeal Norwitz2005-11-25
* Whitespace normalization, via reindent.py.Tim Peters2004-07-18
* Typo fixesAndrew M. Kuchling2004-07-15
* Implemented thread-local data as proposed on python-dev:Jim Fulton2004-07-14