Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #9707: Rewritten reference implementation of threading.local which | Antoine Pitrou | 2010-09-07 | 1 | -80/+76 |
* | Issue #1868: Eliminate subtle timing issues in thread-local objects by | Antoine Pitrou | 2010-08-28 | 1 | -0/+8 |
* | fixes issue #1522237, bad init check in _threading_local | Jack Diederich | 2010-02-22 | 1 | -1/+1 |
* | Merged revisions 76117 via svnmerge from | Antoine Pitrou | 2009-11-05 | 1 | -3/+5 |
* | Merged revisions 64125 via svnmerge from | Benjamin Peterson | 2008-06-11 | 1 | -4/+4 |
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -2/+1 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -34/+38 |
* | Fix some comment typos | Neal Norwitz | 2005-11-25 | 1 | -1/+1 |
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -3/+3 |
* | Typo fixes | Andrew M. Kuchling | 2004-07-15 | 1 | -4/+4 |
* | Implemented thread-local data as proposed on python-dev: | Jim Fulton | 2004-07-14 | 1 | -0/+237 |