index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
threading.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed a comment to end grammar bikeshedding ;-)
Tim Peters
2013-10-26
1
-1
/
+1
*
Fiddled Thread.join() to be a little simpler. Kinda ;-)
Tim Peters
2013-10-25
1
-4
/
+4
*
Issue #19399: fix sporadic test_subprocess failure.
Tim Peters
2013-10-25
1
-1
/
+4
*
merge with 3.3
Georg Brandl
2013-10-13
1
-39
/
+375
|
\
|
*
Closes #17375: port new threading docstrings from 2.7.
Georg Brandl
2013-10-13
1
-39
/
+375
*
|
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
Tim Peters
2013-10-08
1
-62
/
+125
|
\
\
|
|
/
|
/
|
|
*
Get "stopped" back into repr(Thread) when appropriate.
Tim Peters
2013-09-09
1
-0
/
+1
|
*
Another stab at the thread cleanup patch.
Tim Peters
2013-09-09
1
-3
/
+26
|
*
Backed out changeset 1f5a7853680c
Tim Peters
2013-09-09
1
-26
/
+5
|
*
Minor cleanup of the new scheme for detecting thread termination.
Tim Peters
2013-09-09
1
-5
/
+26
|
*
Issue 18984: Remove ._stopped Event from Thread internals.
Tim Peters
2013-09-08
1
-30
/
+29
|
*
Issue #18808 again: fix the after-fork logic for not-yet-started or already-s...
Antoine Pitrou
2013-09-08
1
-9
/
+7
|
*
Issue 18808: blind attempt to repair some buildbot failures.
Tim Peters
2013-09-07
1
-1
/
+6
|
*
Issue #18808: Thread.join() now waits for the underlying thread state to be d...
Antoine Pitrou
2013-09-07
1
-32
/
+55
|
*
Add docstring for threading.main_thread().
Andrew Svetlov
2013-09-04
1
-0
/
+5
|
*
Issue #18882: Add threading.main_thread() function.
Andrew Svetlov
2013-09-04
1
-16
/
+20
|
*
Issue #18418: After fork(), reinit all threads states, not only active ones.
Charles-Fran?ois Natali
2013-08-30
1
-1
/
+1
|
|
\
|
*
\
#18705: merge with 3.3.
Ezio Melotti
2013-08-17
1
-1
/
+1
|
|
\
\
|
*
|
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
1
-3
/
+3
|
*
|
|
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-13
1
-3
/
+3
|
*
|
|
Issue #11714: Use 'with' statements to assure a Semaphore releases a
Serhiy Storchaka
2013-04-22
1
-10
/
+15
|
|
\
\
\
|
|
*
\
\
Merge #17435: Don't use mutable default values in Timer.
R David Murray
2013-03-30
1
-4
/
+4
|
|
|
\
\
\
|
|
*
|
|
|
Fix import
Raymond Hettinger
2013-03-20
1
-2
/
+1
|
|
*
|
|
|
Improve variable names
Raymond Hettinger
2013-03-10
1
-5
/
+5
|
|
*
|
|
|
Issue #17385: Fix quadratic behavior in threading.Condition
Raymond Hettinger
2013-03-10
1
-2
/
+8
|
|
*
|
|
|
Update code to increment and decrement using the cleaner += 1 and -= 1 style.
Raymond Hettinger
2013-03-10
1
-4
/
+4
*
|
|
|
|
|
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
Tim Peters
2013-10-08
1
-3
/
+5
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Issue #18418: After fork(), reinit all threads states, not only active ones.
Charles-Fran?ois Natali
2013-08-30
1
-1
/
+1
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
#18705: fix a number of typos. Patch by F?vry Thibault.
Ezio Melotti
2013-08-17
1
-1
/
+1
|
/
/
/
*
|
|
Issue #11714: Use 'with' statements to assure a Semaphore releases a
Serhiy Storchaka
2013-04-22
1
-20
/
+18
|
|
/
|
/
|
*
|
Issue #17435: Don't use mutable default values in Timer.
R David Murray
2013-03-30
1
-4
/
+4
|
/
*
Issue #14428, #14397: Implement the PEP 418
Victor Stinner
2012-04-29
1
-1
/
+5
*
Issue #14308: Fix an exception when a dummy thread is in the threading module...
Antoine Pitrou
2012-04-20
1
-177
/
+40
|
\
|
*
Issue #14222: Use the new time.steady() function instead of time.time() for
Victor Stinner
2012-03-15
1
-1
/
+1
|
*
Close #13550: Remove the debug machinery from the threading module: remove
Victor Stinner
2012-03-03
1
-134
/
+18
|
*
merge 3.2
Benjamin Peterson
2012-02-03
1
-1
/
+0
|
|
\
|
*
\
Issue #13502: threading: Fix a race condition in Event.wait() that made it
Charles-François Natali
2012-01-07
1
-48
/
+27
|
|
\
\
|
|
*
|
Issue #11870: threading: Properly reinitialize threads internal locks and
Charles-François Natali
2011-12-18
1
-7
/
+4
|
|
*
|
Merge with 3.2.
Ezio Melotti
2011-10-19
1
-48
/
+27
|
|
|
\
\
|
|
|
*
|
add ThreadError to threading.__all__ (closes #12679)
Benjamin Peterson
2011-08-02
1
-1
/
+1
|
|
|
*
|
Remove indirection in threading (issue #10968).
Éric Araujo
2011-07-28
1
-22
/
+7
|
|
|
*
|
Issue #12573: Add resource checks for dangling Thread and Process objects.
Antoine Pitrou
2011-07-15
1
-25
/
+19
|
|
|
|
\
\
|
|
|
|
*
|
Close #12028: Make threading._get_ident() public, rename it to
Victor Stinner
2011-05-30
1
-11
/
+10
|
|
|
|
*
|
Issue #11223: Replace threading._info() by sys.thread_info
Victor Stinner
2011-04-30
1
-2
/
+1
|
|
|
|
*
|
Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the
Victor Stinner
2011-04-24
1
-0
/
+2
|
|
|
|
*
|
Issue #11223: Add threading._info() function providing informations about the
Victor Stinner
2011-04-19
1
-1
/
+2
|
|
|
|
*
|
Issue #6064: Add a `daemon` keyword argument to the threading.Thread
Antoine Pitrou
2011-02-25
1
-14
/
+7
*
|
|
|
|
|
Issue #14308: Fix an exception when a "dummy" thread is in the threading modu...
Antoine Pitrou
2012-04-19
1
-0
/
+3
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
remove unused import
Benjamin Peterson
2012-02-03
1
-1
/
+0
|
/
/
/
/
*
|
|
|
Issue #13502: threading: Fix a race condition in Event.wait() that made it
Charles-François Natali
2012-01-07
1
-3
/
+4
[next]