COMMITS
/ Modules/mmapmodule.c March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
March 7, 2026
A
gh-116738: Make mmap.set_name thread-safe (#145555)
AN Long committed
December 27, 2025
A
gh-63016: Add flags parameter on mmap.flush (#139553)
AN Long committed
December 22, 2025
Y
Remove unreachable code in mmapmodule error path on Windows (GH-143063)
Yongtao Huang committed
December 18, 2025
D
gh-142419: Add mmap.set_name method for user custom annotation (gh-142480)
Donghee Na committed
December 8, 2025
D
gh-141770: Annotate anonymous mmap usage if "-X dev" is used (gh-142079)
Donghee Na committed
October 9, 2025
A
gh-116738: make `mmap` module thread-safe (#139237)
Alper committed
September 30, 2025
A
gh-138092: Allow calling mmap.flush with offset only (#138093)
AN Long committed
September 13, 2025
V
gh-129813, PEP 782: Use PyBytesWriter in socket and mmap (#138831)
Victor Stinner committed
September 6, 2025
September 3, 2025
S
gh-78502: Add a trackfd parameter to mmap.mmap() on Windows (GH-138238)
Serhiy Storchaka committed
September 2, 2025
Z
gh-87595: Support mmap.size() for anonymous mapping on Unix (GH-24781)
Zackery Spytz committed
S
gh-138204: Forbid expansion of a shared anonymous mmap on Linux (GH-138220)
Serhiy Storchaka committed
September 1, 2025
P
gh-138342: Use a common utility for visiting an object's type (GH-138343)
Peter Bierma committed
July 22, 2025
S
Revert "gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)" (#136991)
Serhiy Storchaka committed
June 30, 2025
X
May 15, 2025
M
gh-133572: Avoid using NTSTATUS on unsupported WinAPI partitions (GH-133573)
Max Bachmann committed
April 8, 2025
S
gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)
Serhiy Storchaka committed
February 22, 2025
C
February 19, 2025
B
gh-111178: fix UBSan failures in `Modules/mmapmodule.c` (GH-129784)
Bénédikt Tran committed
October 9, 2024
V
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) (#125195)
Victor Stinner committed
May 10, 2024
D
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
January 16, 2024
Z
gh-78502: Add a trackfd parameter to mmap.mmap() (GH-25425)
Zackery Spytz committed
January 12, 2024
R
gh-113868: Add a number of MAP_* flags from macOS to module mmap (#113869)
Ronald Oussoren committed
January 11, 2024
Z
gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)
Zackery Spytz committed
November 9, 2023
D
gh-111835: Add seekable method to mmap.mmap (gh-111852)
Donghee Na committed
September 2, 2023
V
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner committed
August 26, 2023
S
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka committed
V
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
S
gh-86493: Modernize modules initialization code (GH-106858)
Serhiy Storchaka committed
July 13, 2023
D
gh-105235: Prevent reading outside buffer during mmap.find() (#105252)
Dennis Sweeney committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
May 21, 2023
K
gh-104698: Fix reference leak in mmapmodule.c (#104700)
Kirill Podoprigora committed
May 20, 2023
P
gh-103987: fix several crashes in mmap module (#103990)
Prince Roshan committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
March 1, 2023
M
gh-102336: Remove code specifically for handling Windows 7 (GH-102337)
Max Bachmann committed
February 24, 2023
Y
November 30, 2022
V
gh-99845: Use size_t type in __sizeof__() methods (#99846)
Victor Stinner committed
November 16, 2022
V
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99513)
Victor Stinner committed
October 10, 2022
S
gh-44098: Release the GIL during mmap on Unix (GH-98146)
Shantanu committed
June 29, 2022
E
gh-94395: Remove unneeded module state from mmap (#94396)
Erlend Egeberg Aasland committed
March 2, 2022
V
bpo-46848: Move _PyBytes_Find() to internal C API (GH-31642)
Victor Stinner committed
D
bpo-46848: Use stringlib/fastsearch in mmap (GH-31625)
Dennis Sweeney committed
February 16, 2022
D
bpo-46541: Remove usage of _Py_IDENTIFIER from mmap module (GH-31375)
Dong-hee Na committed
February 8, 2022
January 11, 2022
V
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
Victor Stinner committed
December 29, 2021
D
bpo-46176: mmap module adding MAP_STACK constant. (GH-30252)
David CARLIER committed