aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/multiprocessing/shared_memory.py
Commit message (Expand)AuthorAge
* gh-121288: Make error message for index() methods consistent (GH-121395)Serhiy Storchaka2024-07-05
* gh-82300: Add track parameter to multiprocessing.shared_memory (#110778)pan3242023-12-05
* bpo-40882: Fix a memory leak in SharedMemory on Windows (GH-20684)Zackery Spytz2022-11-25
* gh-91577: SharedMemory move imports out of methods (#91579)samtygier2022-06-16
* bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556)Vinay Sharma2020-08-30
* bpo-40330: Fix utf-8 size check in ShareableList (GH-19606)Antoine Pitrou2020-04-20
* bpo-38891: avoid quadratic item access performance of ShareableList (GH-18996)Thomas Krennwallner2020-04-19
* bpo-39481: PEP 585 for a variety of modules (GH-19423)Batuhan Taşkaya2020-04-10
* bpo-36867: Make semaphore_tracker track other system resources (GH-13222)Pierre Glaser2019-05-10
* bpo-36102: Prepend slash to all POSIX shared memory block names (#12036)Davin Potts2019-02-25
* bpo-35813: Tests and docs for shared_memory (#11816)Davin Potts2019-02-23
* bpo-35813: Added shared_memory submodule of multiprocessing. (#11664)Davin Potts2019-02-01