Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-41344: Raise ValueError when creating shared memory of size 0 (GH-21556) | Vinay Sharma | 2020-08-30 | 1 | -0/+2 |
* | 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 |
* | bpo-39481: PEP 585 for a variety of modules (GH-19423) | Batuhan Taşkaya | 2020-04-10 | 1 | -0/+3 |
* | bpo-36867: Make semaphore_tracker track other system resources (GH-13222) | Pierre Glaser | 2019-05-10 | 1 | -0/+5 |
* | 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 | 1 | -317/+243 |
* | bpo-35813: Added shared_memory submodule of multiprocessing. (#11664) | Davin Potts | 2019-02-02 | 1 | -0/+573 |