aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/multiprocessing/util.py
Commit message (Expand)AuthorAge
* gh-82616: Add process_group support to subprocess.Popen (#23930)Gregory P. Smith2022-05-05
* Fix missing `f` prefix on f-strings (GH-91910)Alexander Shadchin2022-04-27
* gh-91401: Add a failsafe way to disable vfork. (#91490)Gregory P. Smith2022-04-25
* bpo-46720: Add support for path-like objects to multiprocessing.set_executabl...Géry Ogam2022-04-22
* bpo-43651: Fix test_compileall with PEP 597 (GH-25128)Inada Naoki2021-04-02
* bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19477)Dong-hee Na2020-04-14
* bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866)Pablo Galindo2020-03-09
* bpo-38546: multiprocessing tests stop the resource tracker (GH-17641)Victor Stinner2019-12-17
* bpo-38417: Add umask support to subprocess (GH-16726)Gregory P. Smith2019-10-12
* bpo-36046: Add user and group parameters to subprocess (GH-11950)Patrick McLean2019-09-12
* Fix typos mostly in comments, docs and test names (GH-15209)Min ho Kim2019-08-30
* bpo-37421: Fix multiprocessing get_temp_dir() finalizer (GH-14572)Victor Stinner2019-07-04
* bpo-36888: Add multiprocessing.parent_process() (GH-13247)Thomas Moreau2019-05-20
* bpo-31804: Fix multiprocessing.Process with broken standard streams (#6079)Antoine Pitrou2018-03-11
* bpo-5001: More-informative multiprocessing error messages (#3079)Allen W. Smith, Ph.D2017-08-30
* bpo-24484: Avoid race condition in multiprocessing cleanup (#2159)Antoine Pitrou2017-06-13
* bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110)Serhiy Storchaka2017-04-19
* Issue #25654:Victor Stinner2016-03-25
* Issue #22033: Reprs of most Python implemened classes now contain actualSerhiy Storchaka2014-07-25
* Issue #21565: multiprocessing: use contex-manager protocol for synchronizationCharles-François Natali2014-05-25
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-20
* Issue #18865: remove unused import from multiprocessing.util.spawnv_passfds()Victor Stinner2013-08-28
* Issue #18865: PEP 446 makes multiprocessing.util.pipe() unnecessary.Richard Oudkerk2013-08-28
* Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-28
* Issue #8713: Support alternative start methods in multiprocessing on Unix.Richard Oudkerk2013-08-14
* Issue #17555: Fix ForkAwareThreadLock so that size of after forkRichard Oudkerk2013-04-17
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-18
|\
| * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-18
| * Issue #15881: Fixed 3.2 backport.Alexander Belopolsky2012-09-09
| * Fixed whitespaceAlexander Belopolsky2012-09-09
| * Issue #15881: Fixed atexit hook in multiprocessing.Alexander Belopolsky2012-09-09
* | Issue #15881: Clarify comment in exit functionRichard Oudkerk2012-09-13
* | Fixed whitespaceAlexander Belopolsky2012-09-09
* | Issue #15881: Fixed atexit hook in multiprocessing.Alexander Belopolsky2012-09-09
* | Issue #13841: Make child processes exit using sys.exit() on WindowsRichard Oudkerk2012-06-14
* | Make Finalize reserve a reference to os.getpid in case called at shutdownRichard Oudkerk2012-06-04
* | Issue #14548: Make multiprocessing finalizers check pid before runningRichard Oudkerk2012-05-25
* | Fix whitespaceAntoine Pitrou2012-05-18
* | Move private function _args_from_interpreter_flags() to subprocess.py, soAntoine Pitrou2012-05-18
* | #12098: Make multiprocessing's child processes inherit sys.flags on WindowsRichard Oudkerk2012-05-18
* | Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2Richard Oudkerk2012-05-10
* | Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement"Richard Oudkerk2012-04-30
* | Remove unused or redundant imports in concurrent.futures and multiprocessing.Florent Xicluna2011-11-11
* | Use InterruptedError instead of checking for EINTRAntoine Pitrou2011-10-23
* | Rebind locally the globals which can be looked up at shutdownAntoine Pitrou2011-07-09
* | Whitespace normalizationAntoine Pitrou2011-06-06
* | Issue #12040: Expose a new attribute `sentinel` on instances ofAntoine Pitrou2011-06-06
|/
* 9162: fix license in multiprocessing filesR. David Murray2010-12-14
* merge r68915 to py3kJesse Noller2009-01-25
* merge cl r68737 to py3kJesse Noller2009-01-18