X Tutup
Skip to content
Open
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
4ecc7bd
posixshmem module shm_rename freebsd support.
devnexen Jan 16, 2022
1336f8c
update shared_memory library
devnexen Jan 16, 2022
d11ff82
doc update
devnexen Jan 16, 2022
13734b6
📜🤖 Added by blurb_it.
blurb-it[bot] Jan 17, 2022
c82d4db
Merge remote-tracking branch 'origin/main' into shm_rename
aisk Mar 29, 2025
69d583f
Update generated files
aisk Mar 29, 2025
83d63f4
Update by review
aisk Mar 29, 2025
ba0e6d0
Improve document by introduce more RST markers
aisk Mar 29, 2025
514ed3d
Add test
aisk Apr 5, 2025
810e765
update quote in .in file
aisk Apr 5, 2025
fa45c2e
regen-config
aisk Apr 5, 2025
bea3158
Merge branch 'main' into shm_rename
aisk Apr 5, 2025
ca0714b
Fix news entry
aisk Apr 5, 2025
b3ec978
Fix docs
aisk Apr 5, 2025
778e646
fix news entry
aisk Apr 5, 2025
7e3242c
fix news entry
aisk Apr 5, 2025
6ec2152
Update Lib/multiprocessing/shared_memory.py
aisk Apr 6, 2025
8109775
Update Doc/library/multiprocessing.shared_memory.rst
aisk Apr 6, 2025
8e86d21
Update Doc/library/multiprocessing.shared_memory.rst
aisk Apr 6, 2025
ef3b5ce
Update Misc/NEWS.d/next/Library/2022-01-17-20-03-56.bpo-46398.FATeqM.rst
aisk Apr 6, 2025
86debb3
Update Doc/library/multiprocessing.shared_memory.rst
aisk Apr 6, 2025
cb181b0
Remove whitespace in empty line
aisk Apr 6, 2025
f6f8312
Define the rename method conditionally
aisk Apr 6, 2025
1cc08d7
Fix test on Windows
aisk Apr 6, 2025
d77049c
Fix codes on Windows
aisk Apr 6, 2025
416c6d8
Move constants
aisk Apr 6, 2025
620da83
Update document
aisk Apr 6, 2025
4993685
Fix indent in document
aisk Apr 6, 2025
8adc394
Add more tests
aisk Apr 7, 2025
7b5796c
Merge branch 'main' into shm_rename
aisk Aug 29, 2025
8a82d21
Merge branch 'main' into shm_rename
aisk Jan 12, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix news entry
  • Loading branch information
aisk committed Apr 5, 2025
commit 7e3242cb1378bd61c15bfc3d56e1db059ea96d67
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Add :meth:`rename` to the :mod:`multiprocessing.shared_memory` library for FreeBSD.
Add :meth:`!rename` to the :mod:`multiprocessing.shared_memory` library for FreeBSD.
Loading
X Tutup