| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993) | Nikita Sobolev | 2022-02-03 | 2 | -5/+6 |
|
|
* | bpo-25066: Added repr for multiprocessing.Event (GH-29749) | Kumar Aditya | 2021-12-09 | 1 | -0/+3 |
|
|
* | bpo-38840: Incorrect __all__ in multiprocessing.managers (GH-18034) | Zackery Spytz | 2021-08-09 | 1 | -3/+4 |
|
|
* | Remove unnecessary pass statements (GH-27103) | Elisha Hollander | 2021-07-13 | 1 | -1/+0 |
|
|
* | bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341) | finefoot | 2021-07-02 | 1 | -2/+2 |
|
|
* | Fix typos in multiple files (GH-26689) | Binbin | 2021-06-13 | 1 | -1/+1 |
|
|
* | bpo-43867: multiprocessing Server catchs SystemExit (GH-25441) | Victor Stinner | 2021-04-16 | 1 | -6/+14 |
|
|
* | bpo-43651: Fix test_compileall with PEP 597 (GH-25128) | Inada Naoki | 2021-04-02 | 1 | -1/+1 |
|
|
* | bpo-40692: Run more test_concurrent_futures tests (GH-20239) | Asheesh Laroia | 2021-02-08 | 1 | -1/+9 |
|
|
* | bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) | Vinay Sharma | 2020-08-30 | 1 | -0/+2 |
|
|
* | Fix typo in message from assert statement (GH-21283) | Allen | 2020-08-17 | 1 | -1/+1 |
|
|
* | bpo-39244: multiprocessing return default start method first on macOS (GH-18625) | idomic | 2020-05-26 | 1 | -3/+4 |
|
|
* | bpo-40443: Remove unused imports in stdlib (GH-19815) | Victor Stinner | 2020-05-01 | 1 | -1/+0 |
|
|
* | bpo-30966: Add multiprocessing.SimpleQueue.close() (GH-19735) | Victor Stinner | 2020-04-27 | 1 | -0/+4 |
|
|
* | bpo-40330: Fix utf-8 size check in ShareableList (GH-19606) | Antoine Pitrou | 2020-04-20 | 1 | -4/+6 |
|
|
* | bpo-38891: avoid quadratic item access performance of ShareableList (GH-18996) | Thomas Krennwallner | 2020-04-19 | 1 | -30/+45 |
|
|
* | Fix two typos in multiprocessing (GH-19571) | Galden | 2020-04-18 | 1 | -2/+2 |
|
|
* | bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19511) | Dong-hee Na | 2020-04-14 | 2 | -9/+10 |
|
|
* | bpo-40221: Update multiprocessing to use _at_fork_reinit (GH-19477) | Dong-hee Na | 2020-04-14 | 1 | -4/+4 |
|
|
* | bpo-39481: PEP 585 for a variety of modules (GH-19423) | Batuhan Taşkaya | 2020-04-10 | 4 | -0/+12 |
|
|
* | bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201) | Victor Stinner | 2020-04-01 | 2 | -13/+3 |
|
|
* | bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH... | Batuhan Taşkaya | 2020-03-15 | 1 | -2/+5 |
|
|
* | bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866) | Pablo Galindo | 2020-03-09 | 4 | -5/+40 |
|
|
* | bpo-35727: Use exit code 0 on sys.exit() in multiprocessing.Process. (GH-11538) | Christopher Hunt | 2020-02-21 | 1 | -5/+5 |
|
|
* | bpo-39439: Fix multiprocessing spawn path in a venv on Windows (GH-18158) | Adam Meily | 2020-01-28 | 1 | -1/+1 |
|
|
* | bpo-38546: multiprocessing tests stop the resource tracker (GH-17641) | Victor Stinner | 2019-12-17 | 2 | -0/+38 |
|
|
* | Remove binding of captured exceptions when not used to reduce the chances of ... | Pablo Galindo | 2019-11-19 | 2 | -3/+3 |
|
|
* | bpo-38707: Fix for multiprocessing.Process MainThread.native_id (GH-17088) | Jake Tesler | 2019-11-19 | 1 | -0/+2 |
|
|
* | bpo-38417: Add umask support to subprocess (GH-16726) | Gregory P. Smith | 2019-10-12 | 1 | -1/+1 |
|
|
* | bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual en... | Steve Dower | 2019-09-13 | 2 | -2/+2 |
|
|
* | bpo-36046: Add user and group parameters to subprocess (GH-11950) | Patrick McLean | 2019-09-12 | 1 | -1/+1 |
|
|
* | Fix typos mostly in comments, docs and test names (GH-15209) | Min ho Kim | 2019-08-30 | 1 | -1/+1 |
|
|
* | bpo-37421: multiprocessing tests now stop ForkServer (GH-14601) | Victor Stinner | 2019-07-05 | 1 | -0/+19 |
|
|
* | bpo-37421: Fix multiprocessing get_temp_dir() finalizer (GH-14572) | Victor Stinner | 2019-07-04 | 1 | -1/+13 |
|
|
* | bpo-37369: Fix initialization of sys members when launched via an app contain... | Steve Dower | 2019-06-29 | 1 | -2/+1 |
|
|
* | [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) | Serhiy Storchaka | 2019-06-05 | 1 | -41/+3 |
|
|
* | bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700) | Serhiy Storchaka | 2019-06-01 | 3 | -9/+6 |
|
|
* | bpo-33725: multiprocessing uses spawn by default on macOS (GH-13603) | Victor Stinner | 2019-05-28 | 1 | -1/+6 |
|
|
* | bpo-36888: Add multiprocessing.parent_process() (GH-13247) | Thomas Moreau | 2019-05-20 | 8 | -20/+85 |
|
|
* | bpo-36867: Create the resource_tracker before launching SharedMemoryManagers ... | Pierre Glaser | 2019-05-13 | 1 | -0/+9 |
|
|
* | bpo-36894: Fix regression in test_multiprocessing_spawn (no tests run on Wind... | Antoine Pitrou | 2019-05-13 | 1 | -4/+9 |
|
|
* | bpo-36867: Make semaphore_tracker track other system resources (GH-13222) | Pierre Glaser | 2019-05-10 | 6 | -70/+92 |
|
|
* | bpo-36368: Ignore SIGINT in SharedMemoryManager servers. (GH-12483) | Pierre Glaser | 2019-05-10 | 1 | -0/+4 |
|
|
* | bpo-36542: Allow to overwrite the signature for Python functions. (GH-12705) | Serhiy Storchaka | 2019-05-06 | 1 | -0/+2 |
|
|
* | bpo-36766: Typos in docs and code comments (GH-13116) | penguindustin | 2019-05-06 | 1 | -1/+1 |
|
|
* | bpo-36668: FIX reuse semaphore tracker for child processes (#5172) | Thomas Moreau | 2019-04-24 | 1 | -10/+26 |
|
|
* | bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637) | Serhiy Storchaka | 2019-04-01 | 1 | -4/+43 |
|
|
* | bpo-35493: Use Process.sentinel instead of sleeping for polling worker status... | Pablo Galindo | 2019-03-16 | 1 | -11/+77 |
|
|
* | bpo-36102: Prepend slash to all POSIX shared memory block names (#12036) | Davin Potts | 2019-02-25 | 1 | -4/+10 |
|
|
* | bpo-35813: Tests and docs for shared_memory (#11816) | Davin Potts | 2019-02-24 | 2 | -319/+392 |
|
|