Lines Matching full:join
6836 - bpo-45274: Fix a race condition in the :meth:`Thread.join()
6837 <threading.Thread.join>` method of the :mod:`threading` module. If the
13633 - bpo-36051: Drop the GIL during large ``bytes.join`` operations. Patch by
15020 - bpo-38807: Update :exc:`TypeError` messages for :meth:`os.path.join` to
15696 deleted (join all non-daemon threads), rather than just wait until
16101 - bpo-37278: Fix test_asyncio ProactorLoopCtrlC: join the thread to prevent
17123 - bpo-22454: The :mod:`shlex` module now exposes :func:`shlex.join`, the
20735 join the pool.
24478 join the call queue thread, to prevent leaking a dangling thread.
34392 - bpo-23780: Improved error message in os.path.join() with single argument.
35722 - bpo-21883: os.path.join() and os.path.relpath() now raise a TypeError with
35761 - bpo-9850: Fixed macpath.join() for empty first component. Patch by Oleg