COMMITS
/ Lib/test/lock_tests.py May 22, 2025
D
gh-134322: Fix `repr(threading.RLock)` (#134389)
Duprat committed
D
gh-134323: Fix the new `threading.RLock.locked` method (#134368)
Duprat committed
May 19, 2025
B
gh-134087: enforce signature of `threading.RLock` (#134178)
Bénédikt Tran committed
April 8, 2025
S
gh-115942: Add `locked` to several multiprocessing locks (#115944)
sobolevn committed
July 30, 2024
C
gh-121474: Add threading.Barrier parties arg sanity check. (GH-121480)
Clinton committed
September 29, 2023
V
gh-109974: Fix more threading lock_tests race conditions (#110089)
Victor Stinner committed
V
gh-109974: Fix threading lock_tests race conditions (#110057)
Victor Stinner committed
September 26, 2023
A
gh-109593: Fix reentrancy issue in multiprocessing resource_tracker (#109629)
Antoine Pitrou committed
V
gh-109401: Fix threading barrier test_default_timeout() (#109875)
Victor Stinner committed
June 13, 2022
V
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner committed
March 22, 2022
C
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes committed
September 29, 2021
S
bpo-24391: Better reprs for threading objects. (GH-20534)
Serhiy Storchaka committed
August 29, 2021
S
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
Serhiy Storchaka committed
May 27, 2020
H
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi committed
April 7, 2020
V
bpo-40089: Add _at_fork_reinit() method to locks (GH-19195)
Victor Stinner committed
September 1, 2019
S
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka committed
August 30, 2019
M
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim committed
August 29, 2019
R
bpo-10978: Semaphores can release multiple threads at a time (GH-15588)
Raymond Hettinger committed
December 17, 2018
V
bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)
Victor Stinner committed
July 19, 2018
V
bpo-32692: Fix test_threading.test_set_and_clear() (GH-8331)
Victor Stinner committed
December 7, 2017
G
bpo-32208: update threading.Semaphore docs and add unit test (#4709)
Garrett Berg committed
September 14, 2017
V
bpo-31234: Add test.support.wait_threads_exit() (#3578)
Victor Stinner committed
September 13, 2017
V
bpo-31234: Try to fix lock_tests warning (#3557)
Victor Stinner committed
June 23, 2017
S
bpo-30727: Fix a race condition in test_threading. (#2334)
Serhiy Storchaka committed
April 29, 2016
B
Issue #25551: Test condition behavior instead of its internals
Berker Peksag committed
B
Issue #25551: Test condition behavior instead of its internals
Berker Peksag committed
October 9, 2015
R
Issue #25298: Add lock and rlock weakref tests (Contributed by Nir Soffer).
Raymond Hettinger committed
October 6, 2015
B
merge 3.4 (#25319)
Benjamin Peterson committed
B
reinitialize an Event's Condition with a regular lock (closes #25319)
Benjamin Peterson committed
March 28, 2015
S
Make some tests more frienly to MemoryError.
Serhiy Storchaka committed
S
Make some tests more frienly to MemoryError.
Serhiy Storchaka committed
May 26, 2014
R
Issue 21137: Better repr for threading.Lock()
Raymond Hettinger committed
November 11, 2013
K
Issue #8799: Reduce timing sensitivity of condition test by explicitly
Kristjan Valur Jonsson committed
July 30, 2013
C
Add simple test for repr(lock)
Christian Heimes committed
May 17, 2012
A
Issue #9260: A finer-grained import lock.
Antoine Pitrou committed
January 7, 2012
C
Issue #13502: threading: Fix a race condition in Event.wait() that made it
Charles-François Natali committed
C
Issue #13502: threading: Fix a race condition in Event.wait() that made it
Charles-François Natali committed
July 27, 2011
C
Issue #11871: In test_threading.BarrierTests, bump the default barrier timeout
Charles-François Natali committed
C
Issue #11871: In test_threading.BarrierTests, bump the default barrier timeout
Charles-François Natali committed
May 30, 2011
V
Close #12028: Make threading._get_ident() public, rename it to
Victor Stinner committed
May 17, 2011
V
(Merge 3.2) Issue #12096: Fix a race condition in
Victor Stinner committed
V
Issue #12096: Fix a race condition in test_threading.test_waitfor(). Patch
Victor Stinner committed
April 24, 2011
V
Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the
Victor Stinner committed
April 4, 2011
A
Try to fix sporadic failure in test_thread/test_threading
Antoine Pitrou committed
A
Try to fix sporadic failure in test_thread/test_threading
Antoine Pitrou committed
March 30, 2011
A
Issue #11618: Fix the timeout logic in threading.Lock.acquire() under
Antoine Pitrou committed
November 18, 2010
K
Issue 10260
Kristján Valur Jónsson committed
November 17, 2010
A
Use laxer timeouts in barrier tests
Antoine Pitrou committed
October 31, 2010
K
issue 10237
Kristján Valur Jónsson committed
October 30, 2010
K
issue 10237
Kristján Valur Jónsson committed