index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
_threading_local.py
Commit message (
Expand
)
Author
Age
*
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka
2019-06-01
*
Delete a broken threading.local example (#5870)
Aaron Gallagher
2018-02-25
*
Issue #9707: Rewritten reference implementation of threading.local which
Antoine Pitrou
2010-09-07
*
Issue #1868: Eliminate subtle timing issues in thread-local objects by
Antoine Pitrou
2010-08-28
*
fixes issue #1522237, bad init check in _threading_local
Jack Diederich
2010-02-22
*
Merged revisions 76117 via svnmerge from
Antoine Pitrou
2009-11-05
*
Merged revisions 64125 via svnmerge from
Benjamin Peterson
2008-06-11
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
*
Fix some comment typos
Neal Norwitz
2005-11-25
*
Whitespace normalization, via reindent.py.
Tim Peters
2004-07-18
*
Typo fixes
Andrew M. Kuchling
2004-07-15
*
Implemented thread-local data as proposed on python-dev:
Jim Fulton
2004-07-14