COMMITS
/ Modules/mmapmodule.c 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
December 18, 2021
October 29, 2021
T
bpo-45621: Small changes to mmap (GH-29247)
Tim Golden committed
October 26, 2021
T
bpo-40915: Fix mmap resize bugs on Windows (GH-29213)
Tim Golden committed
June 17, 2021
E
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland committed
May 27, 2021
E
bpo-42972: Fully support GC for mmap heap types (GH-26373)
Erlend Egeberg Aasland committed
April 23, 2021
S
bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927)
Segev Finer committed
November 21, 2020
D
bpo-42232: mmap module add Darwin specific madvise options. (GH-23076)
David CARLIER committed
November 3, 2020
E
bpo-40077: Convert mmap.mmap static type to a heap type (GH-23108)
Erlend Egeberg Aasland committed
June 5, 2020
D
bpo-1635741: Port mmap module to multiphase initialization (GH-19459)
Dong-hee Na committed
May 26, 2020
E
bpo-40611: Adds MAP_POPULATE to the mmap module (GH-20061)
Ethan Steinberg committed
May 12, 2020
B
bpo-39481: remove generic classes from ipaddress/mmap (GH-20045)
Batuhan Taskaya committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
April 10, 2020
E
bpo-39481: PEP 585 for enumerate, AsyncGeneratorType, mmap (GH-19421)
Ethan Smith committed
October 21, 2019
H
October 17, 2019
T
bpo-34953: Implement `mmap.mmap.__repr__` (GH-9891)
Taine Zhao committed
September 16, 2019
H
Fix a possbile refleak in setint() of mmapmodule.c (GH-16136)
Hai Shi committed
July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
June 21, 2019
Z
bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)
Zackery Spytz committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 27, 2019
Z
bpo-32941: Add madvise() for mmap objects (GH-6172)
Zackery Spytz committed