GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
threading.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-41149: Fix a bug in threading that causes fals-y threads callables to fai...
BarneyStratford
2021-02-02
1
-1
/
+1
*
bpo-42350: Fix Thread._reset_internal_locks() (GH-23268)
Victor Stinner
2020-11-16
1
-2
/
+6
*
bpo-42308: Add threading.__excepthook__ (GH-23218)
Mario Corchero
2020-11-12
1
-0
/
+4
*
bpo-42251: Add gettrace and getprofile to threading (GH-23125)
Mario Corchero
2020-11-04
1
-1
/
+9
*
bpo-41833: threading.Thread now uses the target name (GH-22357)
Victor Stinner
2020-09-23
1
-5
/
+15
*
bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreter...
Victor Stinner
2020-04-12
1
-5
/
+0
*
bpo-40089: Add _at_fork_reinit() method to locks (GH-19195)
Victor Stinner
2020-04-07
1
-5
/
+15
*
bpo-39812: Remove daemon threads in concurrent.futures (GH-19149)
Kyle Stanley
2020-03-27
1
-0
/
+29
*
bpo-40089: Fix threading._after_fork() (GH-19191)
Victor Stinner
2020-03-27
1
-1
/
+9
*
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka
2019-09-01
1
-1
/
+1
*
bpo-10978: Semaphores can release multiple threads at a time (GH-15588)
Raymond Hettinger
2019-08-29
1
-9
/
+15
*
Revert "bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)"...
Victor Stinner
2019-08-20
1
-10
/
+0
*
bpo-37788: Fix a reference leak if a thread is not joined (GH-15228)
Victor Stinner
2019-08-19
1
-0
/
+10
*
bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225)
Dong-hee Na
2019-08-12
1
-10
/
+0
*
Improve threading.daemon docstring (GH-14278)
mbarkhau
2019-06-22
1
-2
/
+1
*
bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)
Victor Stinner
2019-06-14
1
-0
/
+6
*
tbpo-36402: Fix threading.Thread._stop() (GH-14047)
Victor Stinner
2019-06-13
1
-1
/
+1
*
bpo-36402: Fix threading._shutdown() race condition (GH-13948)
Victor Stinner
2019-06-13
1
-9
/
+40
*
bpo-1230540: Add threading.excepthook() (GH-13515)
Victor Stinner
2019-05-28
1
-52
/
+103
*
bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463)
Jake Tesler
2019-05-22
1
-0
/
+30
*
Revert "bpo-36084: Add native thread ID to threading.Thread objects (GH-11993...
Victor Stinner
2019-05-21
1
-21
/
+2
*
bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)
Jake Tesler
2019-05-12
1
-2
/
+21
*
Fix typos and improve grammar in threading.Barrier docstrings (GH-12210)
Carl Bordum Hansen
2019-03-09
1
-3
/
+3
*
bpo-35283: Update the docstring of threading.Thread.join method (GH-11596)
Dong-hee Na
2019-01-18
1
-1
/
+1
*
bpo-35283: Add deprecation warning for Thread.isAlive (GH-11454)
Dong-hee Na
2019-01-17
1
-1
/
+9
*
bpo-33556: Remove reference to thread module from docstring (GH-6963)
Skip Montanaro
2018-05-18
1
-1
/
+1
*
bpo-31516: current_thread() should not return a dummy thread at shutdown (#3673)
Antoine Pitrou
2017-10-02
1
-2
/
+1
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-32
/
+6
*
bpo-18966: non-daemonic threads created by a multiprocessing.Process should b...
Antoine Pitrou
2017-08-16
1
-0
/
+3
*
bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)
Gregory P. Smith
2017-05-29
1
-2
/
+2
*
bpo-16500: Use register_at_fork() in the threading module (#1843)
Antoine Pitrou
2017-05-28
1
-4
/
+9
*
Doc nits for bpo-16500 (#1841)
Antoine Pitrou
2017-05-28
1
-2
/
+2
*
bpo-6532: Make the thread id an unsigned integer. (#781)
Serhiy Storchaka
2017-03-23
1
-2
/
+2
*
bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-236)
Xiang Zhang
2017-02-27
1
-0
/
+4
*
Merge spelling and grammar fixes from 3.5
Martin Panter
2016-08-05
1
-1
/
+1
|
\
|
*
Fix spelling and grammar in documentation and code comments
Martin Panter
2016-08-04
1
-1
/
+1
*
|
Issue #27076: Merge spelling from 3.5
Martin Panter
2016-05-26
1
-1
/
+1
|
\
|
|
*
Issue #27076: Doc, comment and tests spelling fixes
Martin Panter
2016-05-26
1
-1
/
+1
*
|
Closes #26987: Merge with 3.5
Zachary Ware
2016-05-09
1
-1
/
+1
|
\
|
|
*
Issue #26987: Correct implementation to match comment
Zachary Ware
2016-05-09
1
-1
/
+1
*
|
Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej
Martin Panter
2015-11-14
1
-3
/
+5
|
/
*
merge 3.4 (#25362)
Benjamin Peterson
2015-10-10
1
-12
/
+3
|
\
|
*
use the with statement for locking the internal condition (closes #25362)
Benjamin Peterson
2015-10-10
1
-12
/
+3
*
|
merge 3.4 (#25319)
Benjamin Peterson
2015-10-05
1
-1
/
+1
|
\
|
|
*
reinitialize an Event's Condition with a regular lock (closes #25319)
Benjamin Peterson
2015-10-05
1
-1
/
+1
*
|
Merge: #11866: Eliminate race condition in the computation of names for new t...
R David Murray
2014-10-04
1
-5
/
+4
|
\
|
|
*
#11866: Eliminate race condition in the computation of names for new threads.
R David Murray
2014-10-04
1
-5
/
+4
*
|
Issue #22423: Unhandled exception in thread no longer causes unhandled
Serhiy Storchaka
2014-09-21
1
-8
/
+8
|
\
|
|
*
Issue #22423: Unhandled exception in thread no longer causes unhandled
Serhiy Storchaka
2014-09-21
1
-8
/
+8
*
|
Issue #22043: time.monotonic() is now always available
Victor Stinner
2014-09-02
1
-4
/
+1
[next]