summaryrefslogtreecommitdiffstats
path: root/Lib/_threading_local.py
Commit message (Expand)AuthorAgeFilesLines
* - 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