index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
threading.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove unused import
Benjamin Peterson
2012-02-04
1
-1/+0
*
Issue #11870: threading: Properly reinitialize threads internal locks and
Charles-François Natali
2011-12-18
1
-8/+5
*
backport fix from r87741 related to the issue6643 fix in r87727.
Gregory P. Smith
2011-01-04
1
-2/+4
*
Merged revisions 87710 via svnmerge from
Gregory P. Smith
2011-01-04
1
-0/+18
*
Merged revisions 87341 via svnmerge from
Antoine Pitrou
2010-12-17
1
-2/+8
*
Fix Issue8262 - changing RuntimeError wording to "Threads can only be started...
Senthil Kumaran
2010-04-06
1
-1/+1
*
Issue #7481: When a threading.Thread failed to start it would leave the
Gregory P. Smith
2010-02-28
1
-1/+6
*
No need to assign the results of expressions used only for side effects.
Georg Brandl
2010-02-06
1
-1/+0
*
Issue #7282: Fix a memory leak when an RLock was used in a thread other
Antoine Pitrou
2009-11-09
1
-8/+10
*
Issue #7264: Fix a possible deadlock when deallocating thread-local objects
Antoine Pitrou
2009-11-05
1
-0/+4
*
#7125: fix typo.
Georg Brandl
2009-10-14
1
-3/+3
*
fix Thread.ident when it is the main thread or a dummy thread #5632
Benjamin Peterson
2009-03-31
1
-1/+6
*
take the usual lock precautions around _active_limbo_lock
Benjamin Peterson
2009-03-31
1
-21/+13
*
#1674032: return value of flag from Event.wait(). OKed by Guido.
Georg Brandl
2009-03-31
1
-0/+1
*
Backport relevant part of r66274 (in issue #874900).
Antoine Pitrou
2008-09-06
1
-2/+5
*
remove py3k warnings about the threading api; update docs
Benjamin Peterson
2008-09-01
1
-31/+21
*
fix a few get_name() calls and turn then to .name
Benjamin Peterson
2008-08-22
1
-4/+4
*
add py3k warnings for old threading APIs
Benjamin Peterson
2008-08-18
1
-1/+11
*
bring back the old API
Benjamin Peterson
2008-08-18
1
-0/+12
*
backport threading property changes
Benjamin Peterson
2008-08-18
1
-18/+12
*
change threading.getIdent to a property
Benjamin Peterson
2008-08-18
1
-1/+2
*
Remove a tuple unpacking in a parameter list to suppress the SyntaxWarning with
Brett Cannon
2008-08-02
1
-1/+2
*
Apply patch for 874900: threading module can deadlock after fork
Jesse Noller
2008-07-16
1
-0/+31
*
add old names back into __all__
Benjamin Peterson
2008-06-11
1
-1/+2
*
add aliases to threading module
Benjamin Peterson
2008-06-11
1
-0/+32
*
give the threading API PEP 8 names
Benjamin Peterson
2008-06-11
1
-35/+35
*
Adds a Thread.getIdent() method to provide the _get_ident() value for
Gregory P. Smith
2008-06-01
1
-2/+10
*
#1733757: the interpreter would hang on shutdown, if the function set by sys....
Amaury Forgeot d'Arc
2008-04-03
1
-7/+8
*
Block the sys.exc_clear -3 warning from threading.py.
Jeffrey Yasskin
2008-03-31
1
-0/+7
*
Revert my experiment. I found one reason of failures in test_logging.
Amaury Forgeot d'Arc
2008-03-29
1
-3/+1
*
At least let the module compile
Amaury Forgeot d'Arc
2008-03-29
1
-0/+1
*
Try to understand why most buildbots suddenly turned to red.
Amaury Forgeot d'Arc
2008-03-29
1
-1/+2
*
Kill a race in test_threading in which the exception info in a thread finishing
Jeffrey Yasskin
2008-03-28
1
-0/+9
*
Thread.start() used sleep(0.000001) to make sure it didn't return before the
Jeffrey Yasskin
2008-02-28
1
-11/+10
*
Followup to r61011: Also avoid the reference cycle when the Thread's target
Jeffrey Yasskin
2008-02-23
1
-5/+7
*
Prevent classes like:
Jeffrey Yasskin
2008-02-23
1
-0/+3
*
Revert 60189 and restore performance.
Raymond Hettinger
2008-01-24
1
-8/+24
*
- Fix Issue #1703448: A joined thread could show up in the
Gregory P. Smith
2008-01-22
1
-5/+8
*
Replace spam.acquire() try: ... finally: spam.release() with "with spam:"
Gregory P. Smith
2008-01-22
1
-24/+8
*
Add a hack (originally devised in a slightly different form by Thomas Wouters)
Guido van Rossum
2007-08-20
1
-0/+20
*
Eliminate RLock race condition reported in SF bug #1764059
Nick Coghlan
2007-07-31
1
-1/+2
*
Patch #1731049: make threading.py use a proper "raise" when checking internal...
Collin Winter
2007-06-06
1
-12/+23
*
Bug #1566280: Explicitly invoke threading._shutdown from Py_Main,
Martin v. Löwis
2007-01-04
1
-5/+5
*
Patch #1454481: Make thread stack size runtime tunable.
Andrew MacIntyre
2006-06-13
1
-1/+3
*
Revert revisions:
Tim Peters
2006-06-04
1
-3/+1
*
Patch #1454481: Make thread stack size runtime tunable.
Andrew MacIntyre
2006-06-04
1
-1/+3
*
Get rid of __context__, per the latest changes to PEP 343 and python-dev
Guido van Rossum
2006-05-02
1
-8/+5
*
Implement MvL's improvement on __context__ in Condition;
Guido van Rossum
2006-04-25
1
-5/+1
*
Um, I thought I'd already checked this in.
Guido van Rossum
2006-03-10
1
-6/+0
*
Updates to the with-statement:
Guido van Rossum
2006-02-28
1
-0/+29
[next]